/*!
 * 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.
 */
:root{
    --bluecolor: #00074f;
    
}
@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: times;
	src: url(../fonts/times.ttf);
}
* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #00074f;
}
.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-5{
	margin-top: 20px;
}
.mb-5{
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bold {
	font-weight: bold;
}
.container {
	width: 98%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
.center{
    width: 98%;
    margin: auto;
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-bottom: 20px;
}
.half {
	width: 50%;
}
header {
	background: #fff;
	padding: 20px 0px 0px 0px;
}

.magic-display {
	opacity: 0;
}
.whiteSpace {
	height: 10px;
}

.logo {
    position: absolute;
	z-index: 9999;
}
.logo img {
	width: 150px;
}
.headerTitle{
    h3{
        color: var(--bluecolor);
        font-size: 28px;
        margin: 10px 0px 15px 0px;
    }
}
.navSec {
}
.nav {
	background: var(--bluecolor);
	border-radius: 5px 5px 0px 0px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.dropdownBtn{
    color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
}
.dropdown{
    top: 100%;
    left: 2px;
    position: absolute;
    background: #fff;
    display: none;
    transition: all ease 0.3s;
    z-index: 999;
    li{
        width: 100%;
        text-align: left;
        float: left;
        position: relative;
        border-bottom: 1px solid var(--bluecolor);
        line-height: 25px;
        margin-left: 0px !important;
        white-space: nowrap;
            
        a{
            color: var(--bluecolor) !important;
            padding: 0px 15px 0px 5px !important;
            display: block;
            
        }
    }
    
}
.dropdownBtn{
    cursor: pointer;
    svg{
        float: right;
        position: relative;
        margin-top: 6px;
    }
}
.dropdownBtn:hover .dropdown{
    display: block;
}
.dropdown2{
    position: absolute;
    top: unset;
    bottom: 100% !important;
    background: #fff !important;
}
.dropdownBtn2:hover .dropdown2{
    display: block;
}
/***slider***************/
.sliderSec{
    margin-top: -5px;
    border: 1px solid var(--bluecolor);
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.bannerBox
{
	width: 100%;
	height: 500px;	
}
@media only screen and (max-width:1300px)
{
	.bannerBox
{
	width: 100%;
	height: 400px;	
}
}
.carousel-inner
{
	margin-top:0px;
	height: 100%;
	position: relative;
	width: 100%;
	text-align: center;	
	margin: auto;
}

.item
{
	width:100%;
	height: 100% !important;
	text-align:center;
	float:left;
	position:relative;
		
}

.item Img
{
	width: 100%;
	height: auto !important;
	
}

/****slider**************/
.active {
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 2px solid #fff;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
header.fixed {
	border-bottom: 1px solid #374a78;
	background: rgba(255, 255, 255, 0.9);
	width: 98%;
    margin-left: 1%;
}
.fixed > .nav ul li a {
	font-size: 14px;
}
.fixed > .lang {
	z-index: 9999999;
	position: fixed;
}
.fixed > .lang img {
	width: 35px;
	height: 20px;
}
.fixed .logo {
	margin-bottom: 0px;
}
.fixed .logo img {
	width: 150px;
}

.contentSection {
	
	background: #fff;
}
.contentSec {
	margin-top: 15px;
}
.contentMainHeading {
	font-size: 14px;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	font-family: times;
	margin-top: 30px;
}
.mainHeading {
    h1, h2, h3, h4, h5, h6{
    	font-size: 28px;
    	color: var(--bluecolor);
    	letter-spacing: 1px;
    	width: 100%;
    	float: left;
    	position: relative;
    	margin: 10px 0px 0px 0px;
    	font-family: times;
    }
}
.contentSubHeading p {
	font-size: 14px;
	color: #11201c;
	width: 100%;
	float: left;
	position: relative;
	font-family: shelley;
	margin: 0px 0px 20px 0px;
}
.contentSec{
    border: 1px solid var(--bluecolor);
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
    h1, h2, h3, h4, h5, h6{
        margin: 0px;
        color: #f76902;
    }
    
    ul li{
        font-size: 14px;
        color: #3a3a3a;
    }
    li::marker{
        color: #f76902;
        font-size: 18px;
    }
    ul, ol{
        margin-left: 25px;
    }
    ol{
        margin-left: 30px;
    }
    ol li{
        font-size: 14px;
        margin-bottom: 8px;
        color: #3a3a3a;
    }
    a{
        color: #f76902;
        transition: all ease 0.3s;
        font-weight: bold;
    }
    a:hover{
        text-decoration: underline;
    }
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #3a3a3a;
	margin: 5px 0px 20px 0px;
}
.highlightsRow{
	display: flex;
	justify-content: space-between;
	
}
.highlightsBox{
	overflow: hidden;
    border: 1px solid var(--bluecolor);
    border-radius: 5px;
    height: 300px;
    width: 32%;
    position: relative;
    transition: all ease 0.3s;
}
.highlightsBox:hover{
    transform: scale(0.95);
}
.highlightContent{
    position: absolute;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    h5{
        margin: 0px 0px 10px 0px;
        color: #000;
        font-size: 12px;
    }
    a{
        color: #3a3a3a;
        font-size: 12px;
        transition: all ease 0.3s;
    }
    a:hover{
        color: var(--bluecolor);
    }
}
.highlightsBox img{
	width: 102%;
    height: 102%;
    margin: -2px
}
.aboutSec{
    background: url(../images/about.png) no-repeat;
    background-size: 102%;
    border-radius: 5px;
    border: 1px solid var(--bluecolor);
    box-sizing: border-box;
    background-position: -7px top;
}
.innerAbout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
}
.aboutContentBox{
    width: 50%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
    h3{
        color: var(--bluecolor);
        font-size: 28px;
        font-family: times;
        margin: 0px;
    }
    p{
        font-size: 14px;
        color: #3a3a3a;
    }
    a{
        background: #f76902;
        color: #fff;
        padding: 5px 15px 5px 15px;
        font-size: 12px;
        transition: all ease 0.2s;
        border-radius: 5px;
    }
    a:hover{
        border: 1px solid #f76902;
        background: #fff;
        color: #f76902;
        
    }
}
@media only screen and (max-width:1400px)
{
    .contentSec p{
        font-size: 12px;
    }
    .aboutContentBox p{
        font-size: 12px;
    }
}
.contactSec{
    background: url(../images/getintouch.png) no-repeat;
    background-size: 102%;
    border-radius: 5px;
    border: 1px solid var(--bluecolor);
    box-sizing: border-box;
    background-position: -7px top;
}
.innerContact{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 400px;
}
.contactBox{
    width: 23%;
    text-align: center;
    h3{
        color: var(--bluecolor);
        margin-top: 0px;
        font-family: times;
        font-size: 28px;
    }
}

.contacts{
    width: 100%;
    border: 1px solid var(--bluecolor);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 5px 10px 10px;
    text-align: left;
}

.contactItems {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0px 10px 0px;
    span{
        text-align: left;
        font-size: 12px;
        display: block;
    }
    img{
            width: 22px;
            vertical-align: middle;
        }
        a{
            color: #3a3a3a;
            transition: all ease 0.2s;
        }
        a:hover{
            font-weight: bold;
        }
}

footer {
    img{
        border: 1px solid var(--bluecolor);
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
    }
}

.footerNav {
	margin-top: 15px;
}
.footerNav ul {
	list-style: none;
	text-align: center;
	background: var(--bluecolor);
	border-radius: 5px;
}
.footerNav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.footerNav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.footerNav ul li a.active {
	font-weight: bold;
}
.footerNav ul li a:hover {
	font-weight: bold;
}
.rights p {
	color: #3a3a3a;
	font-size: 14px;
}
.rights a {
	color: var(--bluecolor);
	font-weight: bold;
}
 table { 
      width: 70%;
      border-collapse: collapse;
      margin: auto;
      
    }
    th, td {
      border: 1px solid #ccc;
      padding: 12px;
      text-align: left;
    }
    th {
      background-color: #f76902;
      color: #fff;
    }
/*****responsive*****/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}
.logo{
    position: relative;   
}

.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;
}
iframe {
	width: 100%;
	height: 350px;
}
header.fixed {
	padding-top: 0px;
}
.fixed > .nav {
	margin-top: 0px;
}
.fixed > .lang {
	top: 10px;
}
.deskLogo.fixed img {
	width: 240px;
	top: 3px;
	left: 10%;
}
}

@media only screen and (max-width:645px) {


.logo img {
	width: 125px;
	top: 7px;
	left: 5px;
	transform: none;
	margin-top: 0px;
}
.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: 19px;
	right: 10px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -19px;
	left: 0px;
	position: absolute;
	background: var(--bluecolor);
	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;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}

.dropdownBtn {
    height: auto !important;
    svg {
        float: none;
    }
}
.dropdown{
    width: 100%;
    float: left;
    position: relative;
    top: unset;
}
.dropdownBtn2{
    font-size: 10px !important;
}
.dropdown2{
    position: absolute;
    bottom: 100%;
    float: none;
}
.sliderArrows img {
	width: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}
.bannerBox{
    height: 240px;
}
.contentSec {
	margin: 0px 0px 0px 0px;
}
.mainHeading h3 {
	font-size: 40px;
}
.contentSubHeading p {
	font-size: 40px;
}
	.highlightsRow{
		flex-direction: column;
	}
	.highlightsBox{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.aboutSec {
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
	}
.aboutContentBox{
    width: 90%;
}
.contactSec {
    background-size: cover;
    background-attachment: fixed;
}
.contactBox{
    width: 100%;
}
	.contactBtns{
		flex-direction: column;
	}
	.contactBtns a{
		width: 100%;
		margin-bottom: 10px;
	}
	
	
	
.footerNav {
	}
.footerNav ul li a {
	font-size: 10px;
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
table { 
      width: 100%;
      
    }
}
