/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		   */
/*   03 - Slider Styles   		   */
/*   04 - About Styles   		   */
/*   05 - Service Styles   		   */
/*   06 - Products Styles   	   */
/*   07 - Parteners Styles   	   */
/*   08 - Customers Styles   	   */
/*   09 - contact us Styles   	   */
/*   10 - Footer Styles   	       */
/*   11 - About Page Styles   	   */
/*   12 - Contact Page Styles      */
/*   13 - Service Details Page Styles */


/*   01 - General & Basic Styles   */
@font-face {
    font-family: 'DinNextLight';
    src: url('../fonts/din-next/light/DinNextLight.eot');
    src: url('../fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../fonts/din-next/regular/DinNextRegular.eot');
    src: url('../fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../fonts/din-next/medium/DinNextMedium.eot');
    src: url('../fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../fonts/din-next/bold/DinNextBold.eot');
    src: url('../fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}

*{
    font-family: 'DinNextRegular';
}
p,span{
  	font-family: 'DinNextRegular' !important;
	font-size: 18px;
	line-height: 1.6;
  	font-weight: 300;
  	color: #202020;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
	margin-right: 2px;
	margin-left: 2px;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'DinNextRegular' !important;
}
a{
	font-family: 'DinNextRegular';
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a{
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body{
  	overflow-x: hidden;
  	direction: rtl;
  	color: #7a7a7a;
	text-align:right
    background-color: #FFFFFF;
}
b, strong {
	font-weight: 700 !important;
}
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
.div-50{
	height: 50px;
	width: 100%;
	display: block;
}
.div-10{
	height: 10px;
	width: 100%;
	display: block;
}
.div-20{
  height: 20px;
  width: 100%;
  display: block;
}
.div-15{
  height: 15px;
  width: 100%;
  display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
img{
	max-width: 100%;
}

/*   02 - Header Styles   		   */
.main-header .bg-light {
    background-color:transparent !important
}
.main-header{
	/*position: relative;*/
	opacity: 80%;
	background-color: #073241!important;
}
.main-header .navbar-brand{
	padding-right: 0 !important;
	margin-right: 0;
}
.main-header .navbar {
	padding-right: 0;
	padding-left: 0;
}
.main-header .dropdown-toggle::after {
    display: none;
}
.lang-link {
   position: absolute;
    left: 70px;
    top: 0px;
    color: #ffffff !important;
    background: #299192;
    padding: 5px 25px;
    border-radius: 0 0 15px 15px;
}
.main-header li.nav-item.active a{
	/* border-bottom: 1px solid #073241 !important; */
    color: #073241;
}
.main-header .navbar-nav{
	margin-top: 55px;
}
.main-header .navbar-nav a{
	font-size: 14px;
	margin-right: 0px;
	color: #4c4c4c;
}
/* .main-header .navbar{
	padding-bottom: 20px;
	padding-top: 20px;
} */
.main-header .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-top: 19px;
    padding: 0;
    width: 240px;
    background-color:#ffffff98;

}
.main-header .dropdown-item{
	font-size: 14px !important;
	color: #0b3241 !important;
	margin-right: 0 !important;
    padding: 7px 30px;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    white-space: pre-line;
    text-align: center;


}
.main-header .dropdown-item:hover{
	background: #299192 !important;
	color:#0b3241 !important;
}
.dropdown-divider{
	margin: 0;
}
a.dropdown-item.more-item {
    background: #4c4c4c57 !important;
    color: #3b2b50;
    text-align: center;
}



/*   03 - Slider Styles   		   */
.slider{
	margin-top: 0px;
}
.slider h2{
	font-size: 35px;
	text-transform: uppercase;
}
.slider p{
	color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin-bottom: 35px;
}
.slider .btn-success{
	background: #073241;
	padding: 10px 50px;
}
.slider .btn-success a{
	color: #ffffff;
}

/*   04 - About Styles   		   */
.about-sec{
	padding: 50px 0;
	
	position: relative;
}
.sec-title {
    text-align: right;
}
.sec-title p{
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 0;
}
.sec-title h4{
	font-weight: bold;
	margin-bottom: 0;
}
hr.title-hr {
    border-top: 2px solid #073241;
    width: 100px;
    float: right;
}
.clearfix {
    clear: both;
}
.about-txt {
    text-align: right;
    width: 50%;
}
.about-txt h4{
	color: #073241;
	font-weight: bold;
}
.about-txt p{
	line-height: 1.8;
}
.about-logo img {
    position: absolute;
    left: 100px;
    bottom: 100px;
	margin-bottom: 20px;
}

/*   05 - Service Styles   		   */
.service-sec{
	padding: 100px 0 80px 0;
	background: url(../images/bgservice.png);
}
.service-sec .more-btn{
	background: #ffffff;
    color: #073241;
}
.more-btn{
    border: 0;
    padding: 10px 30px;
    float: left;
    margin-top: 20px;
}
.service-sec .sec-title{
	float: right;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.service-sec .more-btn:hover , .service-sec .more-btn:focus , .service-sec .more-btn:active{
	background: #812993;
	color: #ffffff;
}
.service-block {
    /*background: #ffffff;*/
    margin-bottom: 20px;
}
.service-desc {
    padding: 15px;
}
.service-desc p {
    /*font-weight: 600;*/
    font-size: 16px;
    margin-bottom: 0;
}
hr.service-desc-rh {
    border-top: 2px solid #78be44;
    width: 50px;
    float: right;
}
.service-block:hover{
	background: #efefef;
}

/*   06 - Products Styles   	   */
.product-sec{
	padding: 100px 0;
}
.product-sec .sec-title{
	float: right;
}
.product-sec .more-btn{
	background: #073241;
	color: #ffffff;
}
.product-block {
    padding: 10px;
}
.product-desc p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.product-desc{
	padding: 20px 0;
}


/*   07 - Parteners Styles   	   */
.partenrs-sec{
	/*direction: ltr;*/
	padding: 0 0 0px 0;
}
.partenrs-sec .owl-dots{
	display: none;
}

.partenrs-sec .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.partenrs-sec .owl-prev{
	position: absolute;
    right: 0;
    top: 20px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 40px;
    height: 40px;
}
.owl-prev:focus, .owl-next:focus{
	outline: 0px auto -webkit-focus-ring-color !important;
}
.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span{
	font-size: 50px;
    top: -25px;
    position: absolute;
    left: 15px;
}
.partenrs-sec .owl-next{
	position: absolute;
    left: 0;
    top: 20px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 40px;
    height: 40px;
}
.partenrs-sec .owl-stage-outer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.partenrs-sec .item img{
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*   08 - Customers Styles   	   */
.customer-sec{
	padding: 100px 0 80px 0;
	background: url(../images/bgcostumer.png);
}
.customer-block {
   /* background: #ffffff;*/
    padding: 35px 20px;
    margin-bottom: 20px;
}
.customer-desc{
	margin-top: 20px;
}
.customer-desc p{
	/*font-weight: 600;*/
	color: #073241;
	margin-bottom: 0;
}

/*   09 - contact us Styles   	   */
.contact-sec{
	padding: 50px 0;
	background: url(../images/bgcontacts.png);
}
.contact-sec .sec-title h4{
	color: #ffffff;
}
.contact-txt p{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: 100 !important;
}
.contact-txt a{
	padding: 15px 35px;
	background: #ffffff;
	color: #073241;
	font-size: 18px;
}
.contact-txt{
	text-align: center;
}

/*   10 - Footer Styles   	       */
footer{
	padding: 50px 0 0 0;
	
}
.footer-col {
   
    text-align: right; !important;
}
.top-footer {
    text-align: right;
}
.footer-logo {
    margin-bottom: 20px;
}
.top-footer p{
	width: 100%;
}
.contact-info-ul{
	
	margin: 100;
    /* padding-right: 160px; */
}
.contact-info-ul li{
	margin-bottom: 15px;
}
.top-footer h4{
	font-weight: bold;
	margin-top: 20px;
}
.main-footer .footer-hr{
	border-top: 1px solid #05b3ad;
}
.social-ico li{
	display: inline-block;
	margin-right: 20px;
}
.social-ico li a{
	color: #073241;
}
.copyright span{
	color: #05b3ad;
}

/*   11 - About Page Styles   	   */
.breadcumb-sec {
    background: #073241;
    text-align: right;
    padding: 20px 0;
    margin-top: 130px;
}
.breadcumb-sec h4{
	color: #ffffff;
	font-size: 20px;
}
.breadcumb-sec p{
	margin-bottom: 0;
	color: #a5a5a5;
}
.breadcumb-sec .breadcrumb{
	background: transparent !important;
	
}
.breadcumb-sec .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item a{
	color: #ffffff;
}
.breadcrumb-item.active {
    color: #a5a5a5;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
    content: "|";
}

/*   12 - Contact Page Styles      */
.contact-us-sec {
    padding: 100px 0;
    text-align: right;
}
.margin-b-20{
	margin-bottom: 20px;
}
.message-btn{
	background: #073241;
	padding: 10px 30px;
	color: #ffffff;
	border: 0;
}

.message-btn:hover{
	background: #073241;

}
.padding-top-100{
	padding-top: 100px;
}
.txt-center{
	text-align: center;
}

/*   13 - Service Details Page Styles */
.service-det-sec{
	padding: 100px 0;
}
.service-det-desc{
	margin-top: 30px;
	text-align: right;
}
.service-det-block .service-det-desc p{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 100;
	margin-bottom: 40px;
}
.product-det-sec{
	padding: 100px 0;
	text-align: center;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

	.about-txt {
	    text-align: right;
	    width: 100%;
	}
	.about-txt h4 {
	    font-size: 17px;
	}
	.about-txt p {
	    font-size: 16px;
	}
	.service-sec .sec-title {
	    float: none;
	}
	.more-btn {
	    padding: 5px 20px;
	    float: none;
	    margin-top: 25px;
	}
	.service-sec .more-btn {
	    margin-bottom: 10px;
	}
	.service-block img{
		width: 100%;
	}
	.contact-txt p {
	    font-size: 20px;
	}
    .top-footer p {
	    width: 100%;
	    font-size: 16px;
	}
	.social-ico{
		text-align: center;
		margin-bottom: 15px;
	}
	.social-ico li {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.slider .btn-success {
	    padding: 5px 30px;
	    font-size: 13px;
	}
	.slider .carousel-caption {
	    position: absolute;
	    right: 15%;
	    top: 22px;
	    left: 7%;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.slider h2 {
	    font-size: 14px;
	    display: none;
	}
	.slider p {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span {
	    font-size: 30px;
	    top: -18px;
	    position: absolute;
	    left: 5px;
	}
	.partenrs-sec .owl-prev , .partenrs-sec .owl-next{
	    width: 20px;
	    height: 20px;
	}
	.main-header .nav-item a{
		text-align: right;
	}
	.main-header a.navbar-brand {
	    width: 75%;
	}
	/* .main-header button.navbar-toggler {
	    margin-top: 30px;
	} */
	.lang-link {
	    left: 1px;
	    top: 0px;
	}
	.breadcumb-sec .breadcrumb {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-right: 0;
	}
	.partenrs-sec .item{
		text-align: center;
	}
	.about-logo img {
	    position: relative;
	    left: 10px; 
	    bottom: 10px;
	}

	div#mainNavbar {
    padding: 10px;
}

	.wrap
	{
		overflow-x:hidden;
	}
	.navbar-collapse 
	{
		/* max-height: 350px; */
		overflow-x: hidden;
	}
	.customer-block 
	{
		text-align: right;
		padding: 3px 20px;
	}
	.customer-block , .customer-desc p
	{
		text-align:center;
	}
	hr.service-desc-rh
	{
		float:none !important;
		margin-left: auto;
		margin-right: auto;
	}
	.partenrs-sec .owl-stage-outer
	{
		width:100%;
	}
	.carousel-indicators
	{
		margin-right: 0%;
		margin-left: 0%;
		font-size:8px;
	}
	.registration {
    left: 104px !important;
    padding: 5px 12px !important;
}
}

/* @media (min-width: 576px){
    
} */

/*// Small devices (landscape phones, 576px and up)*/
/* @media (min-width: 576px) and (max-width: 767.98px) { 
} */

/*// Medium devices (tablets, 768px and up)*/
/* @media (min-width: 768px) and (max-width: 991.98px) {  } */

/*// Large devices (desktops, 992px and up)*/
/* @media (min-width: 992px) and (max-width: 1199.98px) {  } */

/*// Extra large devices (large desktops, 1200px and up)*/
/* @media (min-width: 1200px) {  } */

.close {
    float: left !important;
}

.help-block
{
	color:red;
	font-size:12px;
}

.has-error input
{
	border:1px solid red;
}

img
{
	max-width:100%;
}

.about-logo img {
    position: static;
}

.carousel-caption 
{
    bottom: 80px;
}

.logo img , .logo,.navbar 
{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.amr
{
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.logo,.navbar-brand , .navbar ,.main-header
{
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.amr .logo img
{
	
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	width:160px;
	float:right;

}
.amr .navbar-nav.mr-auto
{
	margin:0 auto;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.animation-element.product.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.product {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -300px, 0px);
    -webkit-transform: translate3d(0px, -300px, 0px);
    -o-transform: translate(0px, -300px);
    -ms-transform: translate(0px, -300px);
    transform: translate3d(0px, -300px, 0px);
}

.animation-element.about-txt.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.about-txt {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.servicean.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.servicean {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.partneran.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.partneran {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.clientan.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.clientan {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.contactan.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.contactan {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(1000px, 0px, 0px);
    -webkit-transform: translate3d(1000px, 0px, 0px);
    -o-transform: translate(1000px, 0px);
    -ms-transform: translate(1000px, 0px);
    transform: translate3d(1000px, 0px, 0px);
}

.service-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-block:hover
{
	margin-top:-10px;
}

.product-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-block:hover
{
	margin-top:-10px;
}

.customer-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.customer-block:hover
{
	margin-top:-10px;
}

.partneran .item
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partneran .item:hover
{
	margin-top:-10px;
}


.more-btn
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.more-btn:hover
{
	margin-top:-3px;
}

.slider .carousel-caption 
{
	left: 12%;
}

#carouselExampleControls2 .carousel-item div
{
	display:inline-block;
	margin: 10px;
}

#carouselExampleControls .carousel-control-next-icon
{
	background-color: #073241;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}

#carouselExampleControls .carousel-control-prev-icon
{
	background-color: #073241;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}


#carouselExampleControls2 .carousel-control-next-icon
{
	background-color: #812993;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-size: 15px;
}

#carouselExampleControls2 .carousel-control-prev-icon
{
	background-color: #812993;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-size: 15px;
}
/*adding */
.navbar-expand-lg .navbar-nav .nav-link
{
	padding-right:13px;
	padding-left:13px;
	font-size: 16px;
	padding-top:0px;
}

a.nav-link{
 color: white !important;
}

.main-header li.nav-item.active>a {
    /* border-bottom: 1px solid #073241 !important; */
    color: #073241;
    background: #299192;
    color: #fff !important;
    border-radius: 28px;
	padding: 5px;

}

#navbarSupportedContent
{
	margin-top: 15px;
}

.v2030
{
	position: absolute;
    top: 29px;
    left: 24px;
    width: 81px;
}
.slider
{
	position:relative;
}
.overlay 
{
    background: #0000004d;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.carousel-caption
{
	z-index:99;
}

.carousel-indicators li
{
	position:static;
	width:200px;
	background:#9b9b9b;
	height:auto;
	border-radius:10px 10px 0px 0px;
	text-indent:inherit;
	text-align:center;
	cursor:pointer;
	padding:7px 5px;
}

.carousel-indicators li.active
{
	background:#073241;
	color:#fff;
}
.carousel-indicators
{
	bottom: -16px;
}

.service-block 
{
    border-radius: 10px;
    overflow: hidden;
}

.service-block h4
{
	text-align:right;
	color:#161616;
}

.service-block a:hover h4
{
	color:#299192;
}
.service-desc
{
	background:#fff;
}

.gray
{
	background:#ffffff;
}

.parrallax
{
	background:url('../images/parallax.png');
	padding:150px 0;
	background: fixed url(../images/parallax.png);
    padding: 100px 0;
    background-size: cover;
	position: relative;
}
.parrallax img
{
	position:relative;
	z-index:99;
	max-width: 260px;
}
.parrallax p
{
	text-align:center !important;
	font-size:20px;
	margin:2px;
	color:#fff;
	position:relative;
	z-index:99;
}

.parrallax h2
{
	text-align:center;
	font-size:30px;
	margin:2px;
	color:#fff;
	position:relative;
	z-index:99;
}

.center a
{
	color:#073241;
	font-size:23px;
	text-align:right;
}
.read_more a
{
	color:#fff !important;
	font-size:14px;
}
.read_more
{
	background:#073241;
	color:#fff !important;
}

.read_more:hover
{
	background:#073241;
	color:#fff !important;
}

.top-footer p
{
	color:#fff;
}
.top-footer
{
	background:#05b3ad;
	/* border-top:3px solid #64adac; */
	padding:20px 0;
	color:#fff;
}

.main-footer
{
	background:#05b3ad;
	padding:10px;
}

.owl-carousel .item p
{
	text-align:center;
}

.about-sec p
{
	text-align:justify;
}

.reg_div
{
	background:#f7f7f7;
	border-radius:10px;
	overflow:hidden;
}

.padding_50
{
	padding:30px;
}

.padding_0
{
	padding:0px;
}

.footer_link li 
{
	width:50%;
	float: right;
}

.footer_link li a
{
	color:#fff;
}
.footer_link li a:hover
{
	color:#1a5553;
}
.contact_footer i
{
	color:#dedcdc;
}

.copyright p
{
	color:#fff;
}


.footer_link2 li 
{
	width:100%;
	float: left;
}

.footer_link2 li a
{
	color:#fff;
}
.footer_link2 li a:hover
{
	color:#1a5553;
}


.social-ico li {
    display: inline-block;
    margin-right: 6px;
}

.social-ico li a {
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 6px 9px;
    width: 30px;
    height: 30px;
}

.social-ico li a:hover {
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 6px 9px;
    width: 30px;
    height: 30px;
	background:#1a5553;
}

.breadcumb-sec {
    background: url(../images/parallax-about.png);
    text-align: right;
    padding: 20px 0 0 0;
    margin-top: 0px;
    padding-top: 180px;
    background-size: cover;
    background-position: left;
}

.breadcumb-sec p {
    margin-bottom: 0;
    color: #abeae9;
}

.breadcrumb-item.active {
    color: #abeae9;
}

footer {
    padding: 0px 0 0 0;
}

.div-50
{
	height:50px;
}

.pagination ul
{
	margin: 0 auto 62px auto;
}

.pagination ul li  a
{
	color:#000;
}

.pagination ul li 
{
	border:1px solid #fff;
	padding:5px 10px;
	background:#fff;
	margin:2px;
}


.pagination ul li.active 
{
	background:#073241;
}

.pagination ul li.active a
{
	color:#fff;
}

.amr2
{
	background:#073241 !important; 
}

.amr2 .logo img
{
	max-width:200px;
}

.amr2 .v2030
{
	max-width: 80px;
    top: 12px;

}

.amr2 .dropdown-menu
{
	margin-top: 12px !important;
}

.main-header li.nav-item>a:hover {
    /* border-bottom: 1px solid #073241 !important; */
    color: #073241;
    background: #299192;
    color: #fff !important;
    border-radius: 28px;
}

.service-block h4 , .parrallax p , .parrallax h2 , .center a , .top-footer h4 , .sec-title h4,.service-det-desc h4{
    font-family: 'DinNextMedium' !important;
}

.top-footer h4 {
    font-weight: normal;
    margin-top: 20px;
}

.sec-title h4 {
    font-weight: normal;
	font-size:28px;
    margin-bottom: 0;
}

.parrallax h2 {
    text-align: center;
    font-size: 35px;
    margin: 2px;
    color: #fff;
    position: relative;
    z-index: 99;
}

.registration
{
	left: 200px;
}

.hover_link
{
	color:#299192;
}

.hover_link:hover
{
	color:#000;
}

.margin_20
{
	margin:20px 0 40px 0;
}

.padding_0
{
	padding:0;
}

.service-desc2
{
	padding-top:10px;
}

.white
{
	color:#fff;
}

.full_width_breadcrumb
{
	background: #0000004a;
    overflow: hidden;
}

.title_breadcrumb
{
	margin-bottom:20px;
}

.read_more_event {
    background: #fff;
}

.read_more_event:hover {
    background: #073241;
    color: #fff !important;
}

.read_more_event .hover_link:hover
{
	color:#fff;
}

.event_margin
{
	margin-left:15px;
}

.read_more_event.active
{
	background: #073241 !important;
	color: #fff !important;
}

.active .hover_link
{
	color:#fff !important;
}

.float-left2
{
	float:left !important;
}

.float-right2
{
	float:right !important;
}

.relative
{
	position:relative;
}

.news-date
{
	position: absolute;
    background: #299192;
    color: #fff;
    bottom: 0px;
    right: 10px;
    /* max-width: 65px; */
    padding: 0 14px;
    text-align: center;
}

.event_slide
{
	width:100%;
	max-height:400px;
	overflow:hidden;
}

.event_slide img
{
	width:100%;
}

.contact-us-sec .contact-info-ul i
{
	background: #073241;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
	/* margin-bottom: 23px; */
}
strong
{
	 font-family: 'DinNextMedium';
}

.margin_top_20
{
	margin-top:30px;
}

.padding_top_15
{
	padding:15px 0 35px 0 ;
}

.parrallax_about img
{
	background: #073241;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
}

.card-header .btn-link
{
	width:100%;
	text-align:right;
}

.card-header
{
	padding:0;
}


.card-header {

    background-color: #073241;
    color: #fff;
}

.card-header .btn-link {
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
	padding:7px 15px;
}

.card-header .collapsed
{
	width:100%;
	text-align:right;
	background-color: #f6f6f6;
	padding:7px 15px;
	color:#000;
}

.margin_top_10
{
	margin-top:10px;
}

@media (max-width: 800px) 
{
	.float-right2
	{
		width:100%;
	}
	.float-left2 {
		float: left !important;
		min-width: 28%;
		margin-bottom: 10px;
	}

}

.slider .gradient-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(7, 50, 65, 0.80) 0%,
    rgba(7, 50, 65, 0.58) 25%,
    rgba(7, 50, 65, 0.36) 45%,
    rgba(7, 50, 65, 0.00) 65%
  );
}

  .slider .carousel-caption {
    position: absolute;
    top: 60%;
    right: 6vw;
    left: auto;
    transform: translateY(-50%);
    text-align: right;
    color: #d9d9d9;
    padding: 0; margin: 0;
  }
