body
{
margin: 0;
padding: 0;
font-family: verdana;
}
p{
  font-size: 17px;
}
ul li
{
list-style-type: none;
}

/*========================top head====================*/
/*.top-head
{
	    background-color: #00324b;
	        padding: 10px 0px 0px;
    width: 100%;
    float: right;
    text-align: right;
    color: #fff;
}

.icon:hover{
color: orange;
font-size: 20px;
}
.social-icon
{
	text-align: center;
}*/
/*==============top head end===========================*/
ul
{
	list-style-type: none;
}
/*
a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a, a:hover {
	text-decoration: none;
}
#nav {
	background-color: white;
    box-shadow: 3px 1px 4px grey;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #c00 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; 
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; 
}


			#nav > ul {
	height: 60px; 
	background-color: #e15a1f;
	    padding-left: 0px;
}
#nav > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 16px; 
	line-height: 55px; 
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #cc470d;
}


				#nav li ul {
	background-color: #cc470d;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
	padding-left: 0px;
}
#nav li ul a {
	font-size: 14px;
    border-top: 1px solid #e15a1f;
    padding: 10px;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #e15a1f;
}
 @media only screen and ( max-width: 62.5em )  {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}
}
 @media only screen and ( max-width: 40em )  {
html {
	font-size: 75%; 
}
#nav {
	position: relative;
	top: auto;
	left: auto;
}
#nav > a {
	width: 3.125em; 
	height: 3.125em; 
	text-align: left;
	text-indent: -9999px;
	background-color: #e15a1f;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}


			#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em; 
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #cc470d;
}


				#nav li ul {
	position: static;
	padding: 1.25em; 
	padding-top: 0;
}
}
@media only screen and (min-width: 768px)
 {
 	.brochure
 	{
 		margin-top: 20px;
 	}
}*/
/*============================================================*/


    .inner {
  display: inline-block;
  vertical-align: top;
  
  animation: pulse 9s infinite linear;
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    transform: scaleX(1)
  }
}

#logo-h1
{
    padding-left: 84px;
    margin-top: -62px;line-height: 33px;color: #1b1143;
    font-weight: 600;
     width: 523px;
    font-size: 18px;
}
#logo-h6
{
      padding-left: 85px;
    margin-top: -7px; color: #1b1143; 
       text-align: center;   width: 430px;
}
#logo-img
{
  width:50%;padding-top: 7px;
}
@media only screen and (max-width: 768px) 
{
  #logo-img{
width:30%;
}
#logo-h1
{
      padding-left: 14px;
    margin-top: -45px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
    width: 390px;
    font-size: 12px;
    text-align: center;
}
#logo-h6
{
    margin-top: -11px;
    color: #ffffff;
    text-align: center;
    width: 348px;
    font-size: 11px;
}
}


header#nav {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
        background-color: #ffffff;
    height: 90px;
    box-shadow: 1px 5px 8px grey;
}

#logo a:hover{
text-decoration: none;
}
#logo {
    display: inline-block;
    width: 150px;
    float: left;
    margin-right: 30px;
    height: 45px;
    padding: 0 0 0 4px;
}

#logo h1 a {
    text-decoration:none;
  font-weight:lighter;
    overflow: hidden;
    width: 100%;
    display: block;
        color: #000;
}

@media only screen and (max-width: 768px) 
{

#logo h1 a {
    text-decoration:none;
  font-weight:lighter;
    overflow: hidden;
    width: 100%;
    display: block;
     color: #fff;
}

}
header#nav #menuWrapper {
    height: auto;
    display: block;
        text-align: right;
            padding: 10px 0px;
}

header#nav ul {
    list-style-type: none;
        margin: 10px 0px;
    padding: 0;
    text-align: left;
    display: inline-block;
}

header#nav ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
       background-color: #ffffff;
}

header#nav ul > li > a {
    display: block;
           color: #00324b;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height:45px;
}

header#nav .container ul > li > ul {
    position: absolute;
    left: 10px;
    opacity: 0;
    min-width: 200px;
    margin: 0;
    pointer-events: none;
  /* Adding a transition timing on here will cause mouse out bugs after hover! */
}

header#nav .container ul > li > ul > li {
    padding: 0;
        color: #000;
    float: left;
    display: block;
    width:100%;
}

header#nav .container ul > li > ul > li > a {
    border-bottom: 0;
    display: block;
    padding: 0 5px;
        color: #00324b;
    width: 100%;
  text-transform:none;
}

/* General Animation settings */
header#nav .container ul > li > ul {
  opacity:0;
  display:block;
  perspective:1000px;
  min-width:inherit;
  width:200px;
}

li:hover ul.hov {
  animation-duration: 0.3s;
  animation-delay 0.3s;
}

li:hover ul.hov li {
    animation-direction: normal;
    animation-iteration-count:1;
    animation-timing-function : ease-in-out;
    background:#333;
    animation-fill-mode: forwards;
}

/* Swing In Left */
header#nav .container ul > li > ul.swingLft { 
  transform: translate(50px,0) rotateY(90deg); 
}
li:hover ul.swingLft.hov {
  animation-name: swingLft;
  animation-fill-mode: forwards;
}
@keyframes swingLft {
    0%   {opacity:0; transform: translate(50px,0) rotateY(90deg);}
    100% {opacity:1; transform: translate(0,0) rotateY(0);}
}
@-webkit-keyframes swingLft {
    0%   {opacity:0; transform: translate(50px,0) rotateY(-0deg); }
    100% {opacity:1; transform: translate(0,0) rotateY(0);}
}

/* sort all the overing, going on... */
header#nav ul li:hover a { 
  color: #999;
}
header#nav .container ul > li:hover ul {
    opacity:1;
    top:24px;
    pointer-events: auto;
  }
header#nav .container ul > li > ul .ico:hover, 
header#nav .container ul > li > ul a:hover {
     background-color: rgb(0 50 75);
    color: white; }
header#nav .container ul > li:hover ul { top :45px; }

/* A non image based mobile menu and close button */
#hamburger {
    display: none;
    width: 25px;
    height: 24px;
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#hamburger > span {
    background: #fff;
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    margin-top: 3px;
    color: #fff;
      -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

#close {
    position: fixed;
    top: 10px;
    right: 13px;
    width: 30px;
    height: 30px;
    z-index: 1200;
    display: none;
    cursor: pointer;
}

#close > span, #close > span::after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#close > span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#close:hover > span,
#close:hover > span::after { background: #ccc; }
#hamburger:hover > span,
#hamburger:hover > span::after,
#hamburger:hover > span::before {
  background: rgba(250,250,250,0.5);
}

/* Sort the responsive menu */
@media only screen and (max-width: 1000px) {
  
#hamburger {
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#close {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  display: block;
}
  
header#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  height: 60px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      background-color: #00324b;
}

header#nav ul {
  display: none;
  opacity: 0;
}

header#nav ul > li {
  float: none;
  border-bottom: 1px solid #555;
  display: block;
  padding: 0;
}

header#nav ul > li:last-child {
  border-bottom: none !important;
}

header#nav ul > li:last-child {
  border-bottom: none;
}

header#nav ul > li > a {
  display: block;
  text-align: left;
  padding: 10px;
  color: rgb(0 50 75);
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  font-size: 1.2em;
}

header#nav .container ul > li > ul {
  top: 0;
  padding: 2px 0;
}

header#nav.showNav {
  background-color: #333;
  height: calc(100%);
}

header#nav.showNav #menuWrapper {
  height: 300px;
  overflow-y: auto;
}

header .contained {
  padding-top: 5px;
}

header#nav .contained {
  height: 50px;
}

header#nav.showNav .contained {
  height: auto;
}

header#nav.showNav .container {
  height: auto;
  float: left;
  display: block;
  width: 100%;
}

header#nav.showNav ul {
  opacity: 1;
  display: block;
  position: static;
  padding: 0 5%;
  width: 100%;
  font-size: 0.8em;
}

header#nav.showNav #hamburger {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

header#nav.showNav #close {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

header#nav ul:first-child { 
  width:100%;
  float: left;
  display:block;
}
  
header#nav ul li {
  display: block;
  clear: both;
  overflow: hidden;
  width:100%;
}

header#nav .container ul > li > ul {
  position: static;
  opacity: 1;
  display: block;
  width:100%;
  float:left;
  margin:0;
  padding:0;
}
  
  /* reset all the sub nav animations and styles! */
  header#nav .container ul > li > ul > li, header#nav .container ul > li > ul {
    border: none !important;
    opacity:1 !important;
    display:block !important;
    transform: translate(0,0) rotate(0) !important;
    -webkit-animation: initial !important;
    animation-play: initial !important;
  }
  
header#nav .container ul > li > ul > li:hover,
header#nav .container ul > li:hover,
header#nav .container ul > li:hover a,
header#nav .container ul > li > ul .ico:hover {
  background-color: transparent;
  border-bottom: none;
  color: #fff;
}

header#nav ul > li > a:hover {
  background-color: transparent;
  border-bottom: none;
}
  
}
/*=========================nav end =======================*/

#carouselExampleControls
  {
    padding-top: 0px;
  }
  .centered {
  position: absolute;
      top: 44%;
    left: 10%;
    padding: 12px;
    background-color: #00324b;
    color: white;
  transform: translate(-50%, -50%);
}
#img-slide
{
  height: 650px;
}
.banner-head
{
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
 #carouselExampleControls
  {
    padding-top: 60px;
  }
  #img-slide
{
  height: 250px;
}
 .centered {
  position: absolute;
      top: 20%;
    left: 4%;
    padding: 9px;
    background-color: #00324b;
    color: white;
  transform: translate(-50%, -50%);
}

.banner-head
{
  font-size: 20px;
}
}

/*====================slider end=============================*/
/*===========================about us========================*/
.h1-head
{
	text-align: center;
	color:  #00324b;
	padding-bottom: 30px;
}

@media only screen and (max-width: 768px) 
{
.h1-head
{
  text-align: center;
  color:  #00324b;
  padding-bottom: 30px;
  font-size: 30px;
}

}
.image-about
{
  padding: 10px;
}
/*========================about us end========================*/
/*============================service========================*/

.text-service1
{
  margin-bottom: 6px;
}
.text-service2
{
  margin-bottom: 30px;
}
.text-service3
{
  margin-bottom: 20px;
}
.text-service4
{
  margin-bottom: 20px;
}

#service-container {
    height: 200px;
}
@media only screen and (max-width: 768px)
{
#service-container {
    height: 225px;
}
}
.image-button-service
{
      text-align: center;
    color: #fff;
    background-color: #00324b;
    border-color: #00324b;
    border-radius: 0px;
        padding: 4px;
    margin-bottom: 5px;

}
.image-button-service:hover {
    text-align: center;
    color: #fff;
    background-color: orange;
    border-color: #00324b;
    border-radius: 0px;
        padding: 4px;
    margin-bottom: 5px;
}
.service
{
	margin: 50px 0px;
}
.h2-head
{
	text-align: center; padding-bottom: 20px;    font-size: 40px;
}
.h2-head span
{
color: orange;
}
.h4-service
{
	padding: 10px 0px;     font-size: 26px;

}
#service-container
{
        height: 200px;
}
#service-container:hover
{
    background-color: #00324b;
    color: white;
}
@media only screen and (max-width: 768px) 
{
.h2-head
{
  text-align: center; padding-bottom: 20px;    font-size: 30px;
}
}
/*================service end=======================*/
/*=======================get in touch==================*/
.get-touch
{
margin: 50px 0px;
}

/*========================get in touch===================*/
/*====================image-section=============================*/
.image-head
{
	text-align: center;
    color: #00324b;
}
.bg-image
{
	background-color: orange;
}
.image-button
{
	    text-align: center;
    color: #fff;
    background-color: #00324b;
    border-color: #00324b;
    border-radius: 0px;
    padding: 10px;
    margin-top: 30px;
}
.image-button:hover
{
	    text-align: center;
    color:  #00324b;
    background-color: orange;
    border-color: #00324b;
    border-radius: 0px;
    padding: 10px;
    margin-top: 30px;
}
.img-sec
{
    padding: 100px;
    text-align: center;

}
/*==================image-section end========================*/
/*==================ration========================*/
.ratio
{
	background-color:#00324b;
	padding: 50px 0px 10px;
	margin: 50px 0px;
	text-align: center;
}
.ratio-number
{
	color: orange;
    font-size: 18px;
}

.ratio-number:hover
{
	color: white;
    font-weight: 600;
    font-size: 18px;
}
#wid
{
     width: 30%;
    padding: 15px;
}
/*===================ration end======================*/
/*======================footer=========================*/
.footer
{
	background-color:#00324b;
	
	padding: 80px 0px;
}
.footer-mail
{
     padding-left: 25px;
    margin-top: -25px;
    font-size: 17px;

}
.footer-mail a
{
color: white;    
}
.footer-call a
{
color: white;    
}
.footer-call
{
   padding-left: 25px;
    margin-top: -25px;
    color: white; 
}
.foot-icon
{
	    border: 1px solid grey;
    padding: 16px;
    color: #00324b;
    background-color: white;
}

.foot-icon:hover
{
	    border: 1px solid white;
    padding: 16px;
    background-color: #00324b;
    color: white;
}
.footer-text
{
	color: white;
	font-size: 17px;
}
.footer-head
{
	color: orange;
	margin-bottom: 30px;
}
.footer-ul
{ padding-left: 0px;
	    line-height: 35px;
}
.footer-ul li a
{
color: white; 
    font-size: 17px;
}

.footer-ul li a:hover
{
color: orange; 
}
.footer-text-p
{
	color: white;
	padding-left: 25px;
	margin-top: -25px;
}
.footer .ico
{
	color: white;
}
/*=====================footer end========================*/
/*===============copyright========================*/
.copyrights
{
	    border-top: 1px dashed #5a5a5a;
	background-color:#00324b;
	color: white;
	padding: 10px 0px;
}
.copyright-text-p
{
	margin-bottom: 0px;
}

/*==================copyright end===================*/
/*=====================social icon=================*/

.icon-bar {
  position: fixed;
  top: 50%;
  right:0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.call {
  background: blue;
  color: white;
}

.whatsapp {
  background:green;
  color: white;
}


@media only screen and (max-width: 768px) 
{

.icon-bar a {
  display: block;
  text-align: center;
  padding: 6px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

}

/*==============social icon end===============*/


/*===========contact us page banner================*/
.contact-1 {
    background-image: url(img/contact-1.png);
    background-size: cover;
}
.contact-box
{
     padding: 25px;
    height: 220px;
    box-shadow: 1px 0px 6px 0px #00324b;
}
.location-p
{
  font-size: 20px;
}
.contact-text
{
      padding-left: 30px;
    margin-top: -25px;
}
.mail-text
{
      padding-left: 30px;
    margin-top: -25px;
}
.mail-text a
{
  color: black;
}
.Call-text
{
      padding-left: 30px;
    margin-top: -25px;
}

.Call-text a
{
color: black;
}
.located
{
  margin: 50px 0px;
}
/*=========================end banner=============*/
/*===================about us banner-===========*/
.about-1
{
   background-image: url(img/about-1.jpeg);
    background-size: cover;
}

.bg-gray {
    background-color: #00324b14;
        padding: 30px 0px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
      height: 470px;
}

.we-offer-area.text-center .item i {
  background: #00324b none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #00324b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #00324b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00324b !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/*
.team-area
{
  margin: 50px 0px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #ff5a6e;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}


.team-area .social li.instagram a {
  background-color: #cd486b;
}*/
.why-yashika
{
    margin: 50px 0px;
}
.why-text
{
    padding-left: 25px;
    margin-top: -25px;
    font-size: 17px;
}

/*=====================about us end===============*/

/*=======================services sea frieght ==============*/
.sea-1 {
    background-image: url(img/banner1.jpeg);
    background-size: cover;
}
.sea-frieght
{
      background-color: #00324b14;
    padding: 30px 0px;
}
.card-service
{
    background-color: white;
    padding: 30px;
    margin-top: 30px;
    margin-left: -40px;
    height: 100%;
}
.service-contact
{
  background-color:orange;
  padding: 30px 0px;
  margin: 50px 0px;
  text-align: center;
}
/*========================end services================*/