/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: minion;
	src: url(../fonts/minion.ttf);
}

* {
	font-family: minion;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #374a78;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: presto;
}
a {
	text-decoration: none;
}
a:hover{
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.dBorder{
    border: 1px solid #007300;
    box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 97%;
	margin: auto;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
.half {
	width: 50%;
}
header {
    text-align: center;
    position: absolute;
    z-index: 999;
}

.logo {
	margin: 10px 0px 0px 0px;
}
.logo img {
	width: 375px;
}
.logo img:hover{
    animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(0px); }
  80%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}


.contactBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 9999;
    position: relative;
    margin: 20px 0px 40px 0px;
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
    fill: #fff;
}
.phone path{
    fill: #fff !important;
}
.contactBox a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all ease 0.3s;
    display: block;
}
.contactBox a:hover{
    font-weight: bold;
}

.navSec {
    
}
.nav {
	background: #1496d3;
}
.nav ul {
	list-style: none;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 0px 0px 20px;
	line-height: 30px;
}
.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: arial;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 15px;
	animation: bounce 0.5s ease;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
}

.active {
}
.hidden{
    display: none;
    transition: all ease 0.3s;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	margin-top: 0px;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.fixed {
  position: fixed;
  top:0; 
	left:0;
  width: 100%; 
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed
{
    height: 150px;
    background: #1496d3;
}
.fixed > .nav {
    position: fixed;
}
.fixed > .nav ul li a {
    font-size: 12px;
}
.fixed{
    .contactBox{
        justify-content: end;
       margin: 48px 0px 0px 0px;
    }
    .email{
        margin-right: 10px;
    } 
    .logo{
        text-align: left;
    }
    .logo img{
        width: 200px;
    margin: -52px 0px 0px 10px;
    }
} 

.logo.fixed {
	top: 0px;
  left: 0px;
  position: fixed;
	transition: all ease 0.4s;
	text-align: left;
}
.logo.fixed img{
    
}
.nav.fixed{
    top: 115px;
    border-top: 1px solid #fff;
    left: 0px;
    width: 101%;
}
.contentSection {
	margin: 10px 0px 0px 0px;
	background: #fff;
}
.contentSec {
	margin: 10px 0px 20px 0px;
}
.contentMainHeading {
	font-size: 2.3vw;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}
.mainHeading{
    h1{
        color: #143859;
        text-align: left;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 0px;
        text-transform: uppercase;
        span{
            color: #93cbdc;
        }
    }
}

.contentSec{
    box-sizing: border-box;
   
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 15px;
	text-align: justify;
	color: #3a3a3a;
	margin: 0px 0px 20px 0px;
}
.contentSec ul{
    margin: 0px 0px 20px 30px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 16px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #1496d3;
}
.threeImgs{
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
 .image-column{
            min-height: 200px;
             border: 1px solid #1496d3;
             border-radius: 10px;
            box-sizing: border-box;
            transition: all ease 0.3s;
            overflow: hidden;
            
        img{
            width: 100%;
            height: 100%;
            transition: all ease 0.3s;
            transform: scale(1.1);
        }
       
        }
        
}
.image-column:hover img{
     transform: scale(1);
}

footer {
    background: url('../images/footerbg.png') no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.teamImg{
    img{
        width: 100%;
        height: 400px;
        border-radius: 10px; 
    }
}
.footerNav {
    margin-top: 20px;

}
.footerNav ul {
    text-align: center;
	
}
.footerNav ul li {
	
}
.footerNav ul li a {
	
}
.rights{
    margin: 20px 0px 20px 0px;
}
.rights p {
	color: #0a0b0f;
	font-size: 16px;
	margin: 0px;
}
.rights a {
	color: #1496d3;
	font-weight: bold;
	transition: all ease 0.3s;
	
}
.rights a:hover {
	font-size: 15px;
}
/******contact us***********/
.contactContent{
    .footerContacts{
        margin-left: 0px;
        width: 30%;
    margin: 0px;
    margin-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    }
    .phone, .email {
        justify-content: flex-start;
    }
    svg, path{
        fill: #1496d3 !important;
        stroke: #1496d3;
    }
    a{
        color: #3a3a3a;
    }
}
.map {
    overflow: hidden;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 30px;
   
}
/*****responsive*****/
@media only screen and (max-width:1300px) {
    .logo img{
        
    }
    
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}

.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
}

@media only screen and (max-width:645px) {
header{
    display: flex;
    flex-direction: column;
}
.header.fixed{
    height: auto;
    background: #1496d3;
}
.fixed{
    .contactBox{
        order: 2;
        margin-top: 0px;
        .email{
            margin: 0px;
        }
    }
    .logo{
    text-align: center;
}
   .logo img {
        width: 150px;
        margin: 0px 0px 0px 10px;
    }
}
.contactBox{
    margin-right: 0px;
    flex-direction: column;
        gap: 0;
        margin-bottom: 0px;
}

.logo img {
	width: 125px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 28px;
	right: 10px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 63px;
	left: 0px;
	position: fixed;
	background: #1496d3;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.mainHeading {
    h1 {
        text-align: center;
    }
}
.contentSec p {
    text-align: center;
}
.threeImgs{
    flex-direction: column;   
}
.companySec{
    margin-top: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}

.contentSec {
	margin: 0px 0px 0px 0px;
}
.slide
{
   flex: 0 0 100%;
}
.teamImg img{
    height: auto;
}
.footerNav {
    background: #1496d3;
    margin: 20px 0px 20px 0px;
	}
.footerNav ul li{
    width: 100%;
}
.footerNav ul li a {
	
	width: 100%; 
}
    .contactContent {
    .footerContacts {
        width: 100% !important;
        margin: 10px 0px 10px 0px;
        justify-content: center !important;
    }
   
    .phone, .email {
        justify-content: center !important;
    }
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
.map{
    margin-top: 20px;
}


}


