/**
* Template Name: Multi - v4.7.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #807f7f;
	font-size: 12px;
	line-height: 20px;
}
p{
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
}
a {
  color: #f89932;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
h4{ color: #0967ab;
font-size: 12px;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f89932;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0px 0px 0px;
    box-shadow: 0px 3px 6px -3px #808080;
}
#header.header-scrolled {
  padding: 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
}
#header .logo a {
  color: #0b2341;
}
#header .logo img {
  max-width:250px;
}
#header .topicon { font-size: 40px;
	color: #0967ab;
}
.fl-left h4 {
    color: #0967ab;
    font-size: 16px;
}
.fl-left span {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f89932;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #f89932;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #f89932;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #f89932;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.mission-company{
    padding:35px 0px;
}
.vision h2 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(orange, yellow);
    color: #000;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    text-align:center;
}
.vision p {
    font-size: 17px;
    padding-top: 15px;
    color: #0967ab;
}
.company h2 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(orange, yellow);
    color: #000;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    text-align:center;
}
.company p {
    font-size: 17px;
    padding-top: 15px;
    color: #0967ab;
}
.mission h2 {
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(orange, yellow);
    color: #000;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    text-align:center;
}
.mission p {
    font-size: 17px;
    padding-top: 15px;
    color:  #0967ab;
}
.con {
    padding-top: 25px;
    border: 2px dashed #ff9c00;
    padding: 40px;
    border-radius: 20px;
}
.con h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #808080;
    border-radius: 10px;
    padding: 4px 0px;
}
.con p {
    font-size: 17px;
    color: #000;
    padding: 15px 0px;
}


.home-demo  img {
    border: 1px solid #808080;
}
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.home-demo h3 {
    color: #808080;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: red;
    background-image: linear-gradient(orange, yellow);
    margin-bottom: 20px;
}
.product-tittle {
    text-align: center;
    margin-bottom: 44px;
}
.product-tittle h2 {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-shadow: 3px 0px 3px #808080;
}
.product-tittle p {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.pro-image {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius:20px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #9eff56;
}

.pro-image:hover .overlay {
  opacity: 1;
  border-radius:20px;
}
.pro-content h3 {
    font-weight: 600;
    color: #ef8e11;
    text-shadow: 2px 0px 3px #808080;
}
.pro-content p {
    font-size: 16px;
    color: #0967ab;
    margin-top: 20px;
}
.text {
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.founder-tittle{
    text-align:center;
}
.founder-tittle h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-shadow: 0px 0px 10px #808080;
}
.founder-tittle p {
    margin-bottom: 40px;
    font-size: 16px;
    margin-top: 15px;
    color: #0967ab;
    font-weight: 400;
    text-transform: capitalize;
}
.our-content {
    margin-bottom: 25px;
}
.our-content ol li {
    margin-bottom: 10px;
}
.our-content img{
    width:100%;
}
.our-content h2 {
    text-transform: uppercase;
    color: #f89932;
    background: #000;
    font-size: 25px;
    padding: 2px 0px 2px 10px;
    font-weight: 600;
    border-radius: 7px;
    box-shadow: 0px 0px 20px -3px #808080;
}
.our-content span {
    font-size: 16px;
    color: #f89932;
}
.our-content p {
    font-size: 16px;
    color: #0967ab;
    margin: 10px 0px;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.main-title-section h1 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.wpb_wrapper h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.wpb_wrapper p {
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000;
}
.off-image {
    text-align: center;
}
ul.ul_font_size {
    font-size: 16px;
    color: #000;
}
.dt-sc-image-content {
    text-align: center;
}
.dt-sc-image-content p {
    color: #000;
    font-size: 17px;
    text-align: start;
    margin: 30px 0px;
}
.sol-image img {
    width: 100%;
    margin-top: 20px;
}
.bx1-pull-right a {
    color: #0967ab;
}
.sol-image img:hover{
    border:10px solid #fff;
}
.dt-sc-image-title h3 {
    color: #000;
}
.dt-sc-image-title h6 {
    color: #f89932;
}
.solar-image {
    margin-top: 65px;
}
.solar-image img {
    width: 100%;
    border: 2px solid #1c63b8;
}
.table {
    border: 2px solid #000;
}
.table td {
    border-right: 1px solid #808080;
}
.t-tittle {
    text-align: center;
    padding: 35px 0px;
}
.t-tittle h2 {
    font-weight: 600;
    color: #000;
    font-size: 28px;
}
.tth {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
td {
    color: #000;
    font-size: 16px;
}

/** contact **/

html, 
body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: helvetica;
    font-weight: 300;
}

.contact-tittle{
    text-align:center;
}
.contact-tittle h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-shadow: 3px 0px 4px #808080;
    text-transform: uppercase;
    padding: 35px 0px;
}
.f-btn {
    padding: 10px 35px;
    border: none;
}
a.focus,
button{
    color: white;
    background: #243342;
}
a.focus:hover,
button:hover{
	cursor: pointer;
   color: #1bf1dc;
}

.gallery-image img {
    width: 100%;
    border: 4px solid #808080;
    border-radius: 8px;
    transition:0.5s;
}
.gallery-image h3 {
    font-weight: 600;
    text-align: center;
    color: #0967ab;
    margin: 15px 0px;
    font-size: 18px;
}
.gallery-image img:hover{
    content:'';
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    height:auto;
    max-width:100%;
    cursor:pointer;
    background:#808080;
    opacity:0.6;
    transform:scale(1.1);
    position:relative;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}



nav .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5%;
}
nav .hamburger {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}
nav .hamburger:hover{
    cursor: pointer;
}

nav .hamburger:hover span.slice {
    background-color: #b9bbbd;
}

nav .hamburger span.slice {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: 0.2s ease-in-out;
}

nav.open .hamburger span.cheese.slice {
    opacity: 0;
}

nav.open .hamburger span.lettuce.slice {
    transform-origin: center left;
    transform: rotate(43deg);
}

nav.open .hamburger span.beef.slice {
    transform-origin: center left;
    transform: rotate(-43deg);
}

nav.open .linkWrapper {
    opacity: 1;
    display: flex;
    pointer-events: initial;
}


nav h1 {
    color: white;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 1.2px;
}

nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 300;
    letter-spacing: 1.2;
    border: none;
    margin: 0;
}
a.active {
    color: #16f1dc;
    font-weight: 500;
}

.map{
	position: fixed;
	width: 100vw;
	height: 100vh;
}
.map:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(45deg, rgba(7, 45, 72, 0.8), rgba(195, 195, 195, 0.8));
}
/** gallery ***/

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 25%;
}
.num-image{
    height:500px;
    width:100%;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.gallery-tittle {
    text-align: center;
    padding-bottom: 25px;
}
.gallery-tittle h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 35px;
    text-shadow: 3px 0px 4px #808080;
}
.our-tittle {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-shadow: 3px 0px 5px #808080;
    padding: 35px 0px;
}
.our-content a {
    color: #f89932;
    text-decoration: none;
    font-size: 17px;
    line-height: 35px;
}

.content {
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 20px;
}


.contact{
	width: 80%;
	max-width: 1080px;
	 box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.28);
 border-radius: 5px;
 overflow: hidden;
}


.other{
	width: 60%;
	background-image: url(https://images.unsplash.com/photo-1485119584289-30ca2b38c67e?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
 flex-direction: column;
 justify-content: flex-end;
}


.other:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(45deg, rgb(36, 51, 66), rgba(36, 51, 66, 0.81));
}



.inquiery h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding: 6px 0px;
    margin: 0;
}
.inquiery li{
    list-style:none;
}
.inquiery li a {
    border: none;
    color: #000;
    font-size: 16px;
    transition: 0.6s;
    padding: 15px 0px;
}
.inquiery a:hover{
    color:#f89932;
}
.inquiery p{
    color: #000;
    font-size: 16px;
}
.inquiery p img{
    width:10%;
}
.inquiery li a img {
    padding-right: 10px;
    width: 10%;
}
.form {
    width: 85%;
    background-color: #1c63b8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 10px;
    margin: 0 auto;
}
.form h1 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.form form{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.flex-rev {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
		width: 100%;
}

.flex-rev input, .flex-rev textarea {
    border: none;
    background-color: #e6e6e6;
    padding: 12px 10px;
    font-size: 16px;
    resize: none;
    margin-top: 7px;
    margin-bottom: 16px;
    border-radius: 5px;
    color: #243342;
    outline-color: #243342;
    outline-width: thin;
	 -webkit-appearance: none;
}
.flex-rev textarea{
	height: 150px;
}
button{
	-webkit-appearance: none;
	margin-right: 0;
}


.info {
    position: relative;
    padding: 20px;
}

h2 {}

.info h2 {
    color: #16f1dc;
    font-size: 34px;
}

.info h3 {
    color: white;
    letter-spacing: 1.2px;
    margin-top:  20px;
}

.svg-wrap {
    display: flex;
    margin-top: 14px;
}

.svg-wrap a {
    border: 0;
    padding: 0;
    display: flex;
    color: #bbbbbb;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.svg-wrap a svg {
    width: 20px;
    height: 20px;
    fill: white;
    transition: fill 0.2s ease-in-out;
    margin-right: 13px;
}

.svg-wrap a:hover svg {
    fill: #16f1dc;
    cursor: pointer;
}

.svg-wrap a:hover {
    background-color: transparent;
    color: #16f1dc;
    cursor: pointer;
}



@media screen and (max-width: 900px){
	.content{
		padding: 10px 0 0;
		display: block;
	}
	.map{
		display: none;
	}
	.contact{
		width: 100%;
		flex-direction: column-reverse;
		border-radius: 0;
		box-shadow: 0px 0px 0px 0px;
	}
	.other{
		width: 100%;
		padding: 20px 0;
	}
	.form{
		width: 100%;
	}
}

@media screen and (max-height: 660px){
	.content{
		align-items: flex-start;
	}
}


@media screen and (max-width: 660px){
    nav .hamburger{
        opacity: 1;
        pointer-events: initial;
    }
    nav div.linkWrapper{
        top: 0;
        right: 0;
        position: fixed;
        height: 100vh;
        background-color: rgba(36, 51, 66, 0.9);
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.3);
        width: 100%;
        justify-content: center;
        will-change: transform;
        opacity: 0;
        display: none;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }

    nav div a {
        color: white;
        text-decoration: none;
        display: inline-block;
        font-weight: 300;
        letter-spacing: 1.5;
        width: 100%;
        margin-bottom: 31px;
        text-align: center;
        font-size: 38px;
    }
    .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    /* padding-top: .5rem; */
    /* padding-bottom: .5rem; */
}
.img-fluid {
    width: 100%;
}
.flex-row {
    flex-direction: row !important;
    display: none;
}
#header .topicon {
    display: none;
}
.off-image img {
    width: 100%;
}
.company img {
    width: 100%;
    margin-bottom: 25px;
}

 }
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f89932;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f89932;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
	z-index: 0;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}
#hero .carousel-container {
  
  align-items: center;
 position: relative;
	top:150px;
 margin:auto;
	width: 50%;
	background: rgba(255,255,255,0.50);
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 20px;
		
}
#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #0967ab;
    margin-top: 10px;
    font-weight: 500;
    line-height: 30px;
}
@media (min-width: 1200px) {
  #hero p {
    
  }
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #f89932;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #fff;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #f89932;
  margin-top: 15px;
  transition:0.5s;	
}
#hero .btn-get-started:hover {
  background: #0967ab;
  border:1px solid #0967ab;
  border-radius:5px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 45px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 45px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f89932;
  font-family: "Poppins", sans-serif;
	
}
.section-title h3 {
 
  color: #0967ab;

}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0967ab;
	text-align: justify;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content  {
  
	text-align: justify;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0967ab;
	background: #0967ab;
}
.about .content .btn-learn-more:hover {
  background: #f89932;
  color: #fff;
  text-decoration: none;
	border: 2px solid #f89932;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}
.counts .count-box {
    box-shadow: 0px 0px 15px 9px rgb(0 0 0 / 13%);
    padding: 40px 15px;
    width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #f89932;
  float: left;
}
.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #0b2341;
    margin-left: 45px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.service-icon {
    text-align: center;
    margin-bottom: 70px;
}


.why-us {
  padding: 0;
	background:#ccc; 
}
.why-us .content {
    padding: 60px 100px 0 100px;
    display: block;
}
.why-us img{
  border-radius: 15px;
	border: 3px solid #fff;
	margin: 0px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
	
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
	
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.why-us .accordion-list {
  padding: 0 100px 0px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding-left: 65px;
min-height: 65px;
  
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #f89932;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    color: #0967ab;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #0b2341;
}
.why-us .accordion-list a.collapsed:hover {
  color: #f89932;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f89932 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us .play-btn:hover::after {
  border-left: 15px solid #f89932;
  transform: scale(20);
}
.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Services-top
--------------------------------------------------------------*/
#services {
	width: 95%;
	padding:8px 25px 2px 25px;
	z-index:999 !important;
	
	margin:auto;
	background-image: url("../img/serv_right_bg.png"), url("../img/serv_left_bg.png");
  background-position: right top, left top;
  background-repeat: no-repeat;
	height: auto;
	position:relative;
	margin-top: -100px;	
}

@media (max-width: 992px) {
 #services {background-image:none;
	}
	
.service-area	.service-icon i{
		clear: both;
		text-align:center;
		
	}
}

@media (max-width: 767px) {
#services {
    background-image: none;
    display: none;
}
#hero .carousel-container {
    top: 25px;
    width: 100%;
    padding: 5px;
}
#hero h2 {
    font-size: 30px;
}
.counts .count-box {
    padding: 35px 55px;
    margin-bottom: 20px;
}
.why-us img {
    margin-top: 20px;
}
}
@media (max-width: 420px) {
#services {background-image:none;
	}
}



#services .container{ width:77%;
	display: flex;
	margin: auto;
	/*background:url("../img/serv_bg.png") repeat;*/
	padding-top: 10px;
	padding-bottom: 49px;
	background-color: #91b0d3;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	
	
	
	
}
.services .icon-box {
  text-align: center;
  
  padding: 5px 5px;
  transition: all ease-in-out 0.3s;
	
	z-index: 1;
	
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}


.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
	text-align: center;
}
.services .icon-box h4 a {
  color: #0967ab;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
	color: #FFF;
}
.service-area .ser_box div{ background: #0967ab;
	margin: 18px;
	padding: 10px;
	text-align: center;
	
	
}
.service-area .ser_box div a{ color: #fff;
	font-weight: 900;
	font-size: 16px;	
	
}


.service-area h2{font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
 color: #f89932;
	text-align: center;
}
.service-area  h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
	color: #0967ab;
	text-align: center;
}

.service-icon i{}
.service-content {
    padding-top: 50px;
    text-align: start;
}
.service-content h4{color: #f89932;
	font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;}
.service-content p {
    color: #0967ab;
    margin-bottom: 45px;
}
.count-box strong {
    font-weight: bolder;
    font-size: 16px;
    color: #0967ab;
}
.testimonial-content h3 {
    color: #f89932;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.testimonial-content p {
    color: #0967ab;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.testimonials .section-title h2{font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
 color: #f89932;
	text-align: center;}
.testimonials .section-title p{font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
	color: #0967ab;
	text-align: center;}
.testimonial-item{width: 100%;}
.testimonial-item .testimonial-img{width: 100%; border-radius: 20px; height: 200px; }
.testimonial-item div{width: 90%; display: block;position: relative; padding: 20px; text-align: justify}
.testimonial-item .testimonial-content{ width: 73%; display: block; position: relative; padding: 20px; margin: -75px 30px 0px 30px; background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-radius: 20px; height: 170px;}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background:url("../img/cta_bg.jpg") no-repeat;

 
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #f89932;
  color: #fff;
	 background: #f89932;
}
.cta .cta-btn:hover {
  background: #f89932;
  border: 2px solid #f89932;
}

/*--------------------------------------------------------------
# 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: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f89932;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f89932;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# 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 #f89932;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f89932;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 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;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}
.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}
.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}
.team .member .social a:hover {
  color: #f89932;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}
.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #f89932;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}
.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}
.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #f89932;
}
.pricing .featured .get-started-btn {
  background: #f89932;
  color: #fff;
  border-color: #f89932;
}
.pricing .featured .get-started-btn:hover {
  background: #f89932;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}
.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}
.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #f89932;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #f89932;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #f89932;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #f89932;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #071527;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 0px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #f89932;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}
#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #f89932;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 10px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links i {
  padding-right: 2px;
  color: #f89932;
  font-size: 18px;
 
}
#footer .footer-top .footer-links .contact i{
  padding-right: 2px;
  color: #f89932;
  font-size: 30px;
 
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
 display: block;
	list-style: none;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #f89932;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #f89932;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #f89932;
}
#footer .copyright {
  color: #111111;
  text-align: center;
  padding: 10px;
	background: #f89832;
	
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.fl-left{float:left}
.fl-right{float:right}



#popUp {
    position: fixed;
    padding: 30px 50px;
    background: rgba(236, 240, 241, 1);
    background: #fff;
    border: 5px solid #999;
    bottom: 7%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999 !important;
}

#new span {
  background: #1c63b8;
  position: absolute;
  color: #fff;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -15px;
  left:30%;
}

#popUp .close {
  color: #000;
  right: 8px;
  top: -10px;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  z-index:5000 ;
}

#popUp h2 {
	font-family:'Roboto', sans-serif;
  font-size: 18px;
  color: #333;
/*  line-height: 24px;*/
  font-weight: 400;
 /* text-align: center;
  margin-top: 40px;*/
  padding: 0 5px;
  margin:0px !important;
}



a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-family:'Oswald', sans-serif;
  font-size:50px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
   z-index:9999 !important;
}

#plus i{ position:absolute;
  top:45%;
  left:25px;}

#plus span {
  position: absolute;
  left: 5px;
   top:65px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-left: 85px solid #1c63b8;
  left:25px;
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }
}

@media all and (max-width: 900px) {
  
  #plus {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
 #plus::after{
   border:none; 
	 color: blue;
  }
}
@media (max-width: 420px) {
#plus::after{
   border:none; 
	color: blue;
  }
}
.whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
	color:#FFF;
	font-size:50px;
}

