

  @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

body{
	font-family: 'Archivo', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	}
body,html{ height:100%;}

p {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem; /* 138.889% */
}

header{
	margin:0px 0px;
	position: -webkit-sticky;
	z-index:999;
	background-color:#FFF;	
	width:100%;
}

section h4 {
	font-size: 25px;
	font-weight: 200;
	color: #035D0C;
	text-transform: uppercase;
}
section h3 {
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 35px;
	
}

section h3 img {
	position: relative;
	height: 20px;
    top: -11px;
    left: 4px;
}

.logo-mobile {
	display: none;
}

.radius-30 {
	border-radius: 30px !important;
}


@media (min-width: 1200px){
	.container {
		max-width: 1344px;
	}
}
	




@media (min-width: 780px) {
    /*.stickyHeader { position: fixed; }*/
}
header:after{
	display:block;
	clear:both;
	content:'';
	}
header .container{
		position: relative;
		/* min-height: 103px; */
	}
.logo{
	width: 165px;
	z-index: -9;
	text-align: left;
	float: left;
	/* border-right: 1px solid #FFFFFF; */
	padding: 11px 0;
	}
	.logo img {
		/* width: 100%; */
		padding-right: 30px;
		border-right: 1px solid #FFFFFF;
	}
.header-right {
	float: left;
	padding: 31px 0;
	margin-left: 160px;
	padding-left: 25px;
}
.socila-media-outer {
    float: right;
    padding: 31px 0;
    display: flex;
    gap: 10px;
}
a.search {
	border-right: 1px solid #ffffff ;
	padding-right: 10px;
}
a.facebook {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
}
a.facebook.social {
    margin-right: 20px;
    margin-left: 60px;
}
a.twitter.social {
    margin-right: 20px;
}




/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/

.menu-section {
	width: 100%;

}
.w-menu{
	width:100%;
	float:none;
	}
.w-menu .container{
	position:relative;
	min-height: inherit;
	}
.w-menu ul li a:hover{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu ul li a.active{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu .ul.sub-menu li a {
	color: #035d0c;
}
.w-menu ul li:last-child {
	margin-right: 0 !important;
}
@media (max-width:1200px) {
.w-menu ul li a {
	font-size: 13px;
    padding:0px 10px;  
}
	}
@media (min-width:992px) {

.w-menu{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:99;
  text-align: center;
}
.w-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}


.w-menu ul li {
    display:inline-block;
    position:relative;
	font-size:13px;
	font-weight:600;
	margin:0px 20px;
	
}
.w-menu ul li:first-child {
	margin-left: 0;
}
.w-menu ul li:last-child {
	margin-right: 0;
}
.w-menu ul li a {
	color: #FFFFFF;

	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;

}
.w-menu ul li.contact-menu{
	background-color: #ffc300;
	padding: 0px 20px;
}

.w-menu ul li.contact-menu:hover a{
	color:#571845;
}
.w-menu ul li ul{
	text-align:left;
	background-color:#6DBE45;
	}
.w-menu ul li ul li a {
   	line-height:22px;
    padding:12px 20px 12px 10px;
	color: #FFFFFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	margin:0px 0px;
	text-decoration:none;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	width:100%;
	display:block;
	letter-spacing:1px;
}
.w-menu ul li ul li a:hover {
	color:#fff;
}
/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
.w-menu ul li ul li::after{
	content: '';
    display: block;
    width: 0;
    height:0px;
    background: #035D0C;
    transition: width .3s;
	}
.w-menu ul li ul li:hover{
	background:var(--main-color-one-hover);
	}

/*ZOOM IN EFFECTS START*/


/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
/*ZOOM IN EFFECTS END*/

/*SLIDE DOWN EFFECTS START*/
.have-sub-menu{
	position:relative;
	}
ul.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.have-sub-menu:focus > .sub-menu,
.have-sub-menu:focus-within > .sub-menu,
.have-sub-menu:hover > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/*SLIDE DOWN EFFECTS END*/


/*FLIP EFFECTS START*/
/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

/*FLIP EFFECTS END*/

/* sub navigation */
.w-menu li ul {    
    position:absolute;
    left:0;
    top:53px;
    width:200px;
}
.w-menu li ul.right {    
    right:0px;
	left:auto;
}
.w-menu li li {
    position:relative;
    margin:0;
    display:block;
}
.w-menu li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}
.w-menu li li ul.right,
.w-menu li li ul.right li ul {
    right:180px; /* make this equal to the width of the sub nav above */
	left:auto;
}
.w-menu ul li span {padding-left:2px;}
.w-menu ul li span.arrow-plus{
	position:relative;
	display:inline-block;
	z-index:99;
	right:0;
	top:0px;
	cursor:pointer;
	text-align:center;
	height:auto;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f107";
	color:var(--main-color-one);
	font-size:14px;
	color:#FFFFFF;
	}
.w-menu ul li li span.arrow-plus{
	position:absolute;
	top:8px;
	right:10px;
	}
.w-menu ul li li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f105";
	color:#FFF;
	font-size:14px;
	}

/*OTHER MENU STYLE START*/
.w-menu ul li.other-menus > ul{
	/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}
.w-menu ul li.other-menus:hover{
	background-color:transparent;
	}
.w-menu ul li.other-menus:before{
	font-family: FontAwesome;
	content: "\f0c9";
	color:#FFF;
	position:absolute;
	top:50%;
	margin-top:-11px;
	margin-left:-7px;
	}

.w-menu ul li.other-menus > a{
	display:block;
	width:50px;
	padding:0px;
	margin:0px;
	text-indent:-99999px;
	}
.w-menu ul li.other-menus ul li a {
    padding-left:20px;
}
.w-menu ul li.other-menus li:after{
	height:0px;
	display:none !important;
	}
.w-menu ul li.other-menus > .arrow-plus{
	display:none;
	}
.w-menu ul li.other-menus ul{
	left:-160px;
	}
.w-menu ul li.other-menus ul li ul,
.w-menu ul li.other-menus ul li ul li ul,
.w-menu ul li.other-menus ul li ul li ul li ul {
    position: absolute;
    top: 0;
    left:-200px;
    margin: 0;
}
.w-menu ul li.other-menus span.arrow-plus {
    position: absolute;
    top: 9px;
    left: 3px;
    right: auto;
}
.w-menu ul li.other-menus span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f104";
	}
.w-menu ul li.other-menus > ul::-webkit-scrollbar {
    width:3px;
}
.w-menu ul li.other-menus > ul::-webkit-scrollbar-thumb {
  background:var(--main-color-two);
}
.w-menu ul li.other-menus{
	cursor:pointer;
	position:relative;
	}
/*OTHER MENU STYLE END*/
/*MEGA MENU STYLE START*/
.w-menu ul li.mega-menus{
	cursor:pointer;
	position:static;
	
	}
.w-menu ul li.mega-menus > ul{
	position:absolute;
	width:1170px;
	left:0%;
	right:0%;
	padding:20px;
	}
.w-menu ul li.mega-menus > ul > li{
	width:20%;
	float:left;
	line-height:10px;
    padding:0px 10px;
	}

.w-menu ul li.mega-menus  ul li:hover{
	background-color:transparent;
	}
.w-menu ul li.mega-menus > ul li a:hover{
	color:#000;
	}
.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
    display: block;
	left:0px;
	width:100%;
	position:static;
}

.mega-menus ul span.arrow-plus{
	display:none !important;
	}
.w-menu ul li.megamenu-li > a,
.w-menu ul li.megamenu-with-out-sub > a{
	font-size:13px !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
	display:block !important;
	line-height:16px !important;
	color:#FFFFFF !important;
	
	}
/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
.megamenu-li > a:hover{
	color:#FFF !important;
	cursor:default;
	}
.megamenu-li ul{
	margin-bottom:20px !important;
	display:inline-block !important;
	}
.w-menu li.mega-menus:hover ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: none !important;
 
}
.w-menu ul li.mega-menus ul li{
	/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}
.w-menu ul li.mega-menus ul li a{
	line-height:20px;
    padding:5px 0px;
	font-size:14px;
	color:#98d0ff;
	}
.w-menu ul li.mega-menus ul li ul li a{
	line-height:20px;
    padding:1px 0px;
	font-size:13px;
	}

/*MEGA MENU STYLE END*/

/*VERTICAL MENU STYLE START*/
.w-menu.vertical-menu ul li{
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
.w-menu.vertical-menu ul li ul.sub-menu{
	right:-200px;
	left:auto;
	top:0px;
	}
.w-menu.vertical-menu .container{
	padding-left:0px;
	padding-right:0px;
	}
/*VERTICAL MENU STYLE END*/
}
@media (max-width:1200px) and (min-width:991px) {
.w-menu ul li.mega-menus > ul{
	width:960px;
	margin-left:-480px;
	}
	}
@media (max-width:991px) {

	.top-h-right {
		width: 100%;
	}

.mobile-menu-icon{
	position:fixed;
	width:40px;
	height:40px;
	background-color:#253F94;
	display: block;
	right:0px;
	cursor:pointer;
	top:0px;
	z-index:999999;
	text-align:center;
	transition: 0.3s;
	padding-top:10px;
	margin: 22px 10px 0 0;
	}
.mobile-menu-icon:after{
	font-family: FontAwesome;
	content: "\f0c9";
	line-height:20px;
	font-size:24px;
	font-weight:400;
	color:#fff;	
	}
.mobile-menu-icon.icon-open{
	transition: 0.3s;
	right:270px;
	}
.mobile-menu-icon.icon-open:after{
	content: "\f00d";
	}
.mobile-menu{
	  position: fixed;
	  z-index: 999999;
	  top: 0;
	  right: -300px;
	  width: 300px;
	  height: 100%;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background:#6DBE45;
	  transition: 0.3s;
	}
.mobile-menu.menu-open{
	right:0px; 
	transition: 0.3s;
	padding-top: 45px;
}

.w-menu ul{
	padding:0px;
	margin:0px;
	}
.w-menu ul li{
	float:none;
	list-style:none;
	position:relative;
	}
.w-menu ul li a {
  color: #ffffff;
  font-weight:600;
  font-size: 15px;
  display: block;
  padding:10px;
  border-top: solid 1px  rgba(255, 255, 255, 0.0);
  border-bottom: solid 1px  rgba(255, 255, 255, 0.4);
}
.w-menu ul li a:hover,
.w-menu ul li a:focus{
	text-decoration:none;
	}
.w-menu ul li.active{
	background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}
.w-menu ul li ul{
	display:none;
	}
.w-menu ul li span.arrow-plus{
	position:absolute;
	width:40px;
	height:40px;
	/* border:solid 1px #FFF; */
	display:block;
	z-index:99;
	right:2px;
	top:0px;
	cursor:pointer;
	text-align:center;
	padding-top:8px;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f067";
	color:#FFF;
	font-size:14px;
	}
.w-menu ul li span.arrow-minimize:after{
	font-family: FontAwesome;
	content: "\f068";
	font-size:14px;
	}
.w-submenu{
	display:block !important;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}
@media (max-width:479px) {
.mobile-menu{
	width:280px;
	padding-top: 45px;
	}
.mobile-menu-icon.icon-open {
    right: 270px;
	}
	}
/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/

/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-section,
.bs-slider .carousel-item{
	padding-top:36.76923076923077%; /*Image Size 550px / 1360px = ‭40.44117647058824‬%*/
	}
.banner-section{
	position:relative;
	}
.bs-slider .carousel-item{
    overflow: hidden;
    background: #FFFFFF;
	background-position: center center; 
    background-repeat:no-repeat; 
	background-size:  cover;
}
.weberge-slider{
	 top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
	}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay,
.weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}
.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

.weberge-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.weberge-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.weberge-slider > .carousel-inner > .carousel-item > img,
.weberge-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
    opacity: 1;
}
.carousel-fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
	min-height: 725px;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    bottom: 15px;
    opacity: 0;
    width: 44px;
    height: 44px;
	margin-top:-22px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 42px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
	background-color:var(--main-color-one);
}
.control-round .carousel-control.left {
    left: inherit;
	text-align:center;
}
.control-round .carousel-control.right {
    right: 7%;
	text-align:center;
	
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
    padding: 10px;
    position:absolute;
    padding: 10px 0px;
   	width:1344px; /*same width like container*/
	z-index:1;
	 top: 0;
  	bottom: 0;
  	left:50%;
	margin-left:-585px;
}

.slide_style_left {
	text-align: left;
}
.slide_style_right {
	text-align: right;
}
.slide_style_center {
    margin: auto;
	left: 0;
	right: 0;
	text-align:center;
}
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center{
	margin: auto;
	left: 0;
	right: 0;
	text-align:center;
	}
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left{
	text-align:left;
	}
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right{
	text-align:right;
	}
.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right{
	top:0px;
	}
.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner{
	bottom:0px;
	position:absolute;
	width:100%;
	}
.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right{
	height:100%;
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left:0px;
  right:0px;
	}
.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before{
	content:'';
	margin-bottom: auto;
	}
.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after{
	content:'';
	margin-top: auto;
	}

.slide-text h1 {
    color: #ffffff;
	font-size: 65px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 50px;
	
}
.slide-text h1 span {
    color:var(--main-color-one);
    font-size:40px;
    line-height:40px;
	font-weight:400;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    line-height: 62px;
	text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	display:inline-block;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	/* text-shadow: 1px 1px #000; */
}
.slide-text h3 {
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;	
}
.slide-text a.btn-default{
    color: #555;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #003369;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-inner .read-more{
	color: #555;
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 156.25% */
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.14);
	padding: 22px 56px;
	display: inline-block;
	margin-top: 10px;
}
.slide-text-inner .read-more:hover{
	background-color: #6DBE45;
	text-decoration: none;
}

.slide-text-inner .learn-more{
	background: #FFFFFF;
	color: #0F489F;
	text-transform: uppercase;
	padding: 14px 24px;
	font-family: Manrope;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
}

.slide-text-inner {
	/* padding-left: 5%; */
	/* margin: 0 12.7%; */
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
.slide-text {
   	width:970px; /*same width like container*/
	margin-left:-485px;
	padding-left:15px;
	padding-right:15px;
}
}

@media (max-width: 991px) {
.banner-section,
.bs-slider .item,
.bs-slider .carousel-item{
	padding-top:0%;
	height:400px;
	}

.carousel-inner,
.carousel-item{
	height:100%;
	}
.slide-text {
   	width:98%; /*same width like container*/
	margin-left:0px;
	left:0px;
	right:0px;
	padding-left:15px;
	padding-right:15px;
}

.slide_style_left,
.slide_style_right,
.slide_style_center,
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center,
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left,
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align:center;
}

}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .slide-text > p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: auto !important;
}
.middle-two .middle-one-image{border:10px solid #fff;}
.slide-text-inner .read-more {padding: 8px 30px;}
}
/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/

.jom-slider .tns-controls [aria-controls]{
	/* top: -50px; */
}
.jom-slider{ 
position: relative;
}
.jom-slider .tns-nav{
	display: none;
}
.jom-slider .tns-controls [aria-controls]{
	
	z-index: 9999;
}
.jom-slider [data-controls="prev"] {
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.jom-slider [data-controls="next"] {
    position: absolute;
    right: 50%;
    margin-right: -45px;
}


/* SOCIAL MEDIAS ICONS */

.social-media a {
	margin-right: 5px;
}
.social-media  a.facebook {
	width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #A85757;
}
.social-media  a.facebook::after {
	content: '\f09a';
    display: block;
    font-family: FontAwesome;
    position: relative;
    top: 0px;
    left: 7px;
    color: #fff;
    font-size: 13px;
}
.social-media  a.instagram {
	width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #A85757;
}
.social-media  a.instagram::after {
	content: '\f16d';
    display: block;
    font-family: FontAwesome;
    position: relative;
    top: -1px;
    left: 6px;
    color: #fff;
    font-size: 13px;
}
.social-media  a.youtube {
	width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #A85757;
}
.social-media  a.youtube::after {
	content: '\f16a';
    display: block;
    font-family: FontAwesome;
    position: relative;
    top: -1px;
    left: 6px;
    color: #fff;
    font-size: 13px;
}




/*------------------ Sections Start -------------------*/
header {
	/*background: #003565;*/
	background: #6DBE45;
	
}

section h2 {
	color: #253F94;
	font-family: Archivo;
	font-size: 2.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
	
}
section h3 {
	color: #A2ACBD;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 12px;
}
section h3::before {
	display: block;
	content: '';
	background: #DDA01D;
	width: 50px;
	height: 2px;
	margin-bottom: 13px;
}

/* Main Banner */

.slide-text-inner h2 {
	color: #FFF;
	font-family: Archivo;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
}
.slide-text-inner h3 {
	color: #FFF;
	font-family: Archivo;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 120.408% */
}

/* Page styles start */
.welcome-wrapper {
	padding: 100px 0 95px 0;
	display: inline-block;
	width: 100%;
}
.welcome-left {
	width: 45%;
	float: left;
}
/* .welcome-left h3{
	letter-spacing: 0.02rem;
	text-transform: none;
} */

.welcome-right {
	width: 55%;
	float: right;
	position: relative;
	min-height: 690px;
}
.welcome-wrapper h2 {
	margin-bottom: 40px;
}
.welcome-wrapper p {
	padding-right: 17%;
	padding-bottom: 10px;
	/* text-align:justify; */
}
.welcome-wrapper h5 {
	color: #555;
	
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 39px; /* 156% */
	margin: 37px 0 0 0;
	padding-right: 15%;
	margin-bottom: 20px;
}
.reliable-proven, .expert-contract{
	width: 48%;
	float: left;
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.14);
}
.expert-contract {
	width: 48%;
	float: right;
}
.reliable-proven p, .expert-contract p{
	color: #555;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 156.25% */
	margin-bottom: 0;
	padding-right: 0;
	text-align: center;
	padding: 18px 0;
}
.sec {
	padding-right: 120px;
	display: inline-block;
	width: 100%;
	margin-bottom: 47px;
	padding-top: 60px;
}

.reliable-proven p::before, .expert-contract p::before {
	content: '';
	display: inline-block;
	background: url(../images/tick.svg) no-repeat left;
	width: 16px;
	height: 15px;
    margin-right: 10px;
}
.progress-bar-block {
	padding-right: 120px;
	margin-bottom: 10px;
}
.progress-bar {
	background-color: #DDA01D;
}
span.f-name {
	color: #555;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 39px; /* 216.667% */
}

span.count {
	color: #555;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 39px; /* 216.667% */
	float: right;
}
img.about-img2 {
    position: absolute;
    right: 0;
    bottom: 17px;
}
.about-call {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 384px;
}
.about-call h4 {
	color: #6DBE45;
	letter-spacing: 0.03rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding-left: 54px;
	text-transform: none;
}
.about-call span {
	color: #555;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px; /* 216.667% */
	display: block;
}

.about-call::before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 36px;
	background: url(../images/headset-icon.svg) no-repeat left;
	display: inline-block;
    top: 41px;
    position: relative;
}



/* How do it Section */
.how-do-it-wrapper {
	background: #003565;
	padding: 100px 0;
	display: inline-block;
	width: 100%;
}
.how-do-it-left {
	width: 50%;
	float: left;
	padding-right: 110px;
}
.how-do-it-right {
	width: 50%;
	float: right;
}
.points-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin-bottom: 30px;
}
.points-outer .points {
	position: relative;
}
.points-outer .points::before {
	content: '';
    display: inline-block;
    width: 9px;
    position: absolute;
    top: 5px;
    height: 15px;
    background: #DDA01D;
}
.points-outer .points h3::before {
	display: none;
}
.points-outer .points h3 {
	padding-left:26px;
	padding-top:3px;
}


.how-do-it-left h3 {
	color: #A2ACBD;
}
.how-do-it-left h3::before {
	display: none;
}
.how-do-it-left h2 {
	color: #CEF9FF;
}
.how-do-it-left h4 {
	color: #00C6CB;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 24px;
	margin-top: 36px;
}
.how-do-it-left p{
	color: rgba(255, 255, 255, 0.6);;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 138.889% */
	margin-bottom: 20px;
	text-align:justify;
}
.how-do-it-left p strong {color:#DDA01D;}

ul.points-left {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.points-right {
	width: 50%;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.how-do-it-right h5::before{
	content: '';
	display: inline-block;
	width: 9px;
	height: 15px;
	background: #DDA01D;
	
}
.how-do-it-right h5{
	color: #CEF9FF;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}



/* Latest projects */
.latest-project-wrapper {
	padding: 75px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.latest-project-wrapper h3::before {
	display: none;
}
.latest-project-wrapper h3 {
	text-align: center;
}
.latest-project-wrapper h5 {
	color: #666;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 166.667% */
	text-align: left;
	margin-top: 28px;
}
a.more-details {
	background: #FFF;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.14);
	color: #888;
	font-family: Archivo;
	font-size: 16px;
	padding: 22px 43px;
    font-weight: 500;
    line-height: 25px;
    display: inline-block;
	margin-top: 60px;
}
a.more-details:hover{
	background-color: #D1D6DE;
	text-decoration: none;
	color: white;
	transition: 0.7s;
}

.latest-project-wrapper .jom-slider [data-controls="prev"] {
	position: absolute;
	left: -40px;
}
.latest-project-wrapper .jom-slider [data-controls="next"] {
	position: absolute;
	right: 0;
}
.latest-project-wrapper .jom-slider .tns-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}
.latest-project-wrapper .jom-slider [data-controls="next"]:after {
	content: '';
	width: 64px;
	height: 64px;
	content: '';
	display: block;
	background: url(../images/projects-right.svg) no-repeat;
}
.latest-project-wrapper .jom-slider .tns-controls [aria-controls] {
	background: none;
}
.latest-project-wrapper .jom-slider [data-controls="prev"]:after {
	content: '';
	width: 64px;
	height: 64px;
	content: '';
	display: block;
	background: url(../images/projects-left.svg) no-repeat;
}




/* Lets Talk */
.lets-talk-wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.lets-talk-outer {
	background: url(../images/get-in-touch.jpg) no-repeat left;
	min-height: 385px;
	padding: 96px 0;
	margin-bottom: 100px;
	background-size: cover;
	width: 100%;
	border-radius: 5px;
}
.lets-talk-outer h5 {
	color: #FFF7D6;
	font-family: Archivo;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
	text-align: center;
}
.lets-talk-outer p {
	color: #FFF;
	text-align: center;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 156.25% */
}
a.contact-btn {
	background: #DDA01D;
	box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.14);
	color: #FFF;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 156.25% */
	padding: 18px 77px;
	margin-top: 16px;
	display: inline-block;
	text-decoration:none;
	letter-spacing: 0.03rem;
}
a.contact-btn:hover{
	background-color: #6DBE45;
	transition: 0.7s;
	color: #FFF7D6;
}

/* We turn Ideas */
.we-turn-ideas-wrapper {
	padding: 100px 0 40px 0;
	display: inline-block;
	width: 100%;
}
.we-turn-ideas-left {
	width: 50%;
	float: left;
}
.we-turn-ideas-right {
	width: 50%;
	float: right;
	padding-left: 40px;
}
.ideas-content-block {
	padding-right: 49px;
	position: relative;
	margin-bottom: 60px;
}
.ideas-content-block h5{
	color: #555;
	font-family: Archivo;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px; /* 156% */
	margin-left: 90px;
	margin-bottom: 11px;
}
.ideas-content-block p {
	color: #555;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 138.889% */
	margin-left: 90px;
	text-align:justify;
}
.ideas-content-block::before {
	content: '';
	display: inline-block;
	width: 63px;
	height: 63px;
	background: url(../images/streamlined.svg) no-repeat center;
	background-color: #DDA01D;
	position: absolute;
	top: 25%;
	border-radius: 50%;
}
.we-turn-ideas-right h2 {
	color: rgba(162, 172, 189, 0.50);
	font-family: Archivo;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
	text-transform: uppercase;
	margin-bottom: 48px;
}
.we-turn-ideas-right img {
	width: 100%;
}

/* Testimonial */

.testimonials-wrapper {
	background:#003565;
	padding: 83px 0 130px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.testimonial-slider {
    margin-top: 70px;
}
.testimonials-wrapper h3 {
	text-align: center;
}
.testimonials-wrapper h3::before {
	display: none;
}
.testimonial-left {
	width: 50%;
	float: left;
	padding-right: 120px;
}
.testimonial-right {
	width: 50%;
	float: right;
	padding-left: 120px;
}
.testimonial-outer h6{
	color: #FFF;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 138.889% */
	margin-bottom: 42px;
}
.testimonial-outer h6::before {
	content: '';
	display: block;
	width: 50px;
	height: 27px;
	background: url(../images/testimonial-icon.svg) no-repeat;
	margin-bottom: 20px;
}
.testimonial-info img {
	border-radius: 11px;
	float: left;
}
.testimonial-info h4 {
	display: inline-block;
	color: #DDA01D;
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 20px;
}
.testimonial-info span.desgnation {
	display: block;
	color: #CEF9FF;
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: none;
}
.testimonials-wrapper .jom-slider .tns-controls {
	display: none;
}
.testimonials-wrapper .jom-slider .tns-nav {
	display: block;
    position: absolute;
    width: 100%;
    bottom: -70px;
}
.testimonials-wrapper .jom-slider .tns-nav > [aria-selected="true"] {
	background: #DDA01D;
}
.testimonial-left::after {

}
.testimonial-slider::after {
	content: '';
	background: #DDA01D;
	display: block;
	width: 2px;
	height: 221px;
    position: absolute;
    left: 50%;
    top: 207px;
}









footer {
    background: #003565;
}

/* Footer */
.footer-wrapper {
	padding: 80px 0 60px 0;
	background: #253F94;
	display: inline-block;
	width: 100%;
	position: relative;
}
.footer-left {
	width: 50%;
	float: left;
}
.footer-wrapper h6 {
	color: #FFFFFF;
	font-family: Archivo;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
	margin-bottom: 40px;
	
}
.footer-map {
	position: absolute;
	min-height: 605px;
}
.footer-wrapper address {
	color: #FFFFFF;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 155.556% */
}
span.phone{
	color: #FFF;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 155.556% */
	display: block;
	margin-bottom: 17px;
}
span.email {
	color: #FFF;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 155.556% */
}
.company-info {
	width: 100%;
	float: left;
}
.company-info .socila-media-outer {
	float: none;
}
.company-info .socila-media-outer a.facebook.social {
	margin-left: 0;
}

.latest-projects-slider img {
	width: 100%;
}
.latest-projects-slider h5 a {color:#000000;text-decoration:none;font-weight:500;}
.latest-projects-slider h5 a:hover{color:#EE7752;}

.footer-links {
	float: left;
	padding-left: 120px;
}
.footer-links h5 {
	color: #6C91B4;
	font-family: Archivo;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px; /* 120.408% */
	/* margin-bottom: 35px; */
}
.footer-links ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.footer-links ul li {
	padding: 5px 0;
}
.footer-links ul li a {
	color: #6C91B4;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.footer-map {
    position: absolute;
    min-height: 425px;
    width: 50%;
    right: 0;
    top: 0;
}
.copy-right {
	background: #253F94;
	padding: 38px 0;
	margin-top: -7px;
}
.copy-right p {
	color: rgba(255, 255, 255, 0.5);
	
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 0;
}
.copy-right p a {color: rgba(255, 255, 255, 0.8);text-decoration:none;}
















/*---------------subpages-------------*/
.inner-banner{
	height: 500px;
	background-color: #6DBE45;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner .bs-slider-overlay {
    background: linear-gradient(168deg, #494949b8 56%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.inner-banner h1 {
    font-size: 3.5rem;
    font-weight: 800;
	letter-spacing:3px;
	text-transform: uppercase;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
	margin-bottom: 15px;
	text-shadow:2px 2px #000;
}
@media  (max-width: 480px) {
	.inner-banner h1 {font-size:26px;}
}
@media (max-width:768px) {
	.inner-banner{
		height: 250px;
	}
}

.under-sub-banner{
	margin: 70px 0px 70px;
}
.vertical-tab {
	margin: 0px 0px 70px;
}
.under-sub-banner:after{
	display: block;
	clear: both;
	content: '';
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
	color: #fff;
}
.pathway li:before {
    content: '/';
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #fff;
	font-weight: 500;
}
.pathway li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway li a:hover{
	color: #A2ACBD;
	text-decoration: none;
}

.pathway-o ul {
    margin: 0px;
    padding: 20px 0px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway-o li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
	color: #585858;
}
.pathway-o li:before {
    content: '/';
    color: #585858;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway-o li a {
    color: #585858;	
}
.pathway-o li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway-o li a:hover{
	color: #003565;
	text-decoration: none;
}
.right-sub-section{
	width: 100%;
	float: left;
	background-color: #fff;
	
}
.welcome-sub-content{
	position: relative;
	height: 100%;
	padding: 0px 20px 0px 0px;
}

.welcome-sub-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top:0px;
}
.welcome-sub-content p img {
    max-width: 100%;
    border-radius: 10px;
    /* width: 1000px; */
    /* height: 400px; */
}
.right-sub-section .welcome-sub-content h1{
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #253F94;
	padding: 0px 0px 16px;

}
.right-sub-section .welcome-sub-content h1 span{
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	color: #000000;

}
.right-sub-section .welcome-sub-content h3{
	font-size: 26px;
	font-weight: 800;
	line-height: 38px;
	display: inline-block;
	width: 100%;
	padding: 0px 0 4px 0;
	color: #0e8ee4;
}

.right-sub-section .welcome-sub-content h4{
    font-size: 1.5rem;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    color: #243E93;
    font-weight: 600;
    text-align: justify;
}
.right-sub-section .welcome-sub-content h4.strong{font-weight: 300; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p{
	color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
	letter-spacing: 0.02rem;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
/*text-align:justify;*/
	
}

.right-sub-section .welcome-sub-content th {font-weight: 300; color: #fff; background-color: #EE7752; font-size: 18px;}
.right-sub-section .welcome-sub-content td {font-weight: 500; color: #282828;}
.right-sub-section .welcome-sub-content td.left {font-weight: 300; color: #fff; background-color: #383838;}

.right-sub-section .welcome-sub-content p span{
	font-weight: 300;
}
.right-sub-section .welcome-sub-content li {
    padding-bottom: 30px;
    background-image: linear-gradient(to right, #f5f5f5 0%, #fff 100%);
    padding: 15px 35px;
    margin-top: 15px;
    list-style-type: disc;
    padding-left: 25px;
}
.right-sub-section .welcome-sub-content li{
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #303030;
	padding: 5px 15px 6px 15px;
	text-align: justify;
	/* list-style-position: inside; */
	list-style-type: none;
}

.right-sub-section .welcome-sub-content .lear-more{
	background-color: #b92035;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .lear-more:hover{
	background-color: #383838;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .read-more{
	background-color: #383838;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .read-more:hover{
	background-color: #b92035;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .vision-mission p{
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 20px;
	text-align: left;
}
.right-sub-section .welcome-sub-content .vision-mission p strong {font-weight:600; font-style:normal;}
.right-sub-section .welcome-sub-content .vision-mission img{
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
.right-sub-section{
	width: 100%;
	float: none;
}
}
@media (max-width:768px) {
	.welcome-sub-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.right-sub-section .welcome-sub-content .read-more, .right-sub-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media (max-width:1200px) {
	.right-section .welcome-sub-content .read-more,
	.right-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
	}
}
.left-sub-menu-section{
	width: 25%;
	float: left;
	background-color: #733d90;
	border-radius:6px;
}
.left-sub-menu-section .left-menu-one-dr{
	padding: 0px;
}
.left-sub-menu-section .left-menu-one-dr img {max-width:100%;}
.left-sub-menu-section .left-menu-one{
	padding: 20px;
	padding-bottom: 30px;
	height: 50%;
	background:  linear-gradient(to right, #0656a1, #003565);
}
.left-sub-menu-section .left-menu-one h3{
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}
.left-sub-menu-section .left-menu-one h3 a{
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration:none;
}
.left-sub-menu-section .left-menu-one h3 a:hover{color:#fc0}
.left-sub-menu-section .left-menu-one ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.left-sub-menu-section .left-menu-one ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li ul li{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li a{
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	display: inline-block;
}
.left-sub-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #D1D6DE;
}
.left-sub-menu-section .left-menu-one .read-more:after{
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}
@media (max-width:991px) {
.left-sub-menu-section {
    width: 100%;
    float: none;
}
}
.subheading {color:#EE7752;font-weight:700;font-size:26px;margin-bottom:1rem;}


.subpage-section{
text-align: center;
padding: 60px 0px;
}
.subpage-section h3{
	font-size: 40px;
	font-weight: 800;
	color: #253F94;
	margin-bottom: 30px;
	line-height:40px;
	
}
.subpage-section span{
	font-size: 24px;
	font-weight: 300;
	color: #EE7752;
	display: inline-block;
	width: 100%;
	/*display: none;
	padding-left: 20px;*/
}
.subpage-section strong.sep {padding-left:10px; padding-right:10px;}
.subpage-section h4 {font-size: 24px; font-weight: 300; color: #0e8ee4; margin-bottom:16px;}
.subpage-section .content {font-weight:400; text-align:left; overflow:hidden;}
.subpage-section .content p {font-size:16px; line-height:36px; margin-bottom:20px; font-weight:600;text-align:justify;}
.subpage-section .content .vismis {background: #e8eef4; padding:20px; font-size:16px; line-height:30px; margin-bottom:20px; text-align:justify; color:#012d5c; border-radius:6px;}
.subpage-section .content .principal-name {font-size:18px; color:#012d5c; text-align:center; margin-bottom:16px; margin-top:10px; font-weight:800;}
.subpage-section .content .all-news-img {max-width:100%; height:auto;border-radius:6px;}
.subpage-section .content .news-img {margin-right:0px; margin-bottom:30px; max-width:100%; height:auto;}
.subpage-section .content .row-b-padding {padding-bottom:30px;}
.subpage-section .content .news-page-title {padding-top:20px; padding-bottom:40px; line-height:24px;}
.subpage-section .content .news-page-title a {font-size: 20px;
    font-weight: 300;
    color: #181860;
    text-decoration: none;}
.subpage-section .content .news-page-title a:hover {color:#EE7752;}
.subpage-section .content .news-page-title .date {font-size: 14px;
    font-weight: 300;
    color: #818181;
    line-height: 16px; padding-top:8px;}
.subpage-section .content th {background:#f4f7fa; text-transform:uppercase;}
.subpage-section .content td {vertical-align:middle;}
.subpage-section .content .downloads-select {padding:12px; margin-bottom:10px; border:1px solid #ddd;font-weight:600;color:#EE7752;}
.subpage-section .content .downloads-button {
    display:inline-block;
	background-color: #181860;
    color: #fff;
    font-weight: 800;
    padding: 3px 15px;
    border-radius: 4px;
	font-size:14px;
	text-decoration:none;
}
.subpage-section .content .downloads-button:hover {background:#EE7752;}
.subpage-section .tc-search {margin-bottom:20px;}
.subpage-section .tc-search p {color:#f00;}
.subpage-section .tc-input {padding:12px; border:1px solid #ddd; border-radius:4px; outline:none; font-weight:800;}
.subpage-section .tc-button {padding:12px 18px; border:1px solid #EE7752; background:#EE7752; color:#fff; font-weight:600;border-radius:4px;}
.subpage-section .tc-button:hover {background:#065fa6; border:1px solid #065fa6;}
.subpage-section .tc-search-result .tc-number {font-size:18px; font-weight:400; color:#065fa6;}
.subpage-section .tc-search-result .tc-number strong {color:#EE7752;}
.subpage-section .tc-search-result .not-found {color:#f00;}
.subpage-section .tc-search-result img {max-width:100%;}


.subpage-section .photo-album-name p {padding:16px 0 0 0; margin:0; line-height: 24px;}
.subpage-section .photo-album-name a {font-weight:300; color:#333; text-decoration:none;}
.subpage-section .photo-album-name a:hover {color:#EE7752;}

.modal-body {color:#fff;background:#000;}
.modal-body strong {color:#fecd05;}
.modal-body a {color:#fecd05; font-weight:600; text-transform:uppercase; margin-left:14px;}

.subpage-section .content a.circle-bg {
    text-align: center;
    background-color: #fcee4f;
    border: 4px dotted #fff;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 0px;
    line-height: 135px;
    font-size: 36px;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
	font-weight:800;
}
.subpage-section .content a.circle-bg:hover {
	background:#EE7752;
	border: 4px dotted #fff;
	color:#fff;
}
@media  (max-width: 480px) {
	.subpage-section {padding: 40px 0px;}
	.subpage-section h3 {line-height:26px;font-size:20px;}
	.subpage-section h3 span {line-height:22px;font-size:16px;}
	.subpage-section .content .downloads-button strong {display:none;}
}
.media-img{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	margin:50px 0px;
}
.media-img-video{
	margin:10px 0px 50px 0px!important;
}
.media-img img{
	width: 100%;
	height: auto;
	transition: transform .2s;
	cursor: pointer;
	border-radius:6px;
}
.media-img img:hover{
	transform: scale(1.08);
}
.subpage-section .photo-album-name p {padding:16px 0 0 0; margin:0; line-height: 24px;}
.subpage-section .photo-album-name a {font-weight:300; color:#333; text-decoration:none;}
.subpage-section .photo-album-name a:hover {color:#EE7752;}

@media (max-width: 991px) {
.media-img {
    display: block;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 50px 0px;
}
.media-img div{
	margin-bottom: 30px;
}
}

.subpage-section-con{
padding: 60px 0px 60px 0;
}

.subpage-section .content .waiting-message {color:#f00; margin:0; padding:0 0 20px 0; text-align:center;}
.subpage-section .content .alumni-img {max-width:240px; height:auto;}
.subpage-section .alumni-input {padding:16px; border:1px solid #ddd; border-radius:4px; width:100%; outline:none; font-weight:800;}
.subpage-section .alumni-input:read-only {background:#f0f0f0;}
.subpage-section .alumni-input::placeholder {color:#999; font-weight:800;}
.subpage-section .alumni-button {padding:12px 18px; border:1px solid #253F94; background:#253F94; color:#fff; font-weight:600;border-radius:4px; width:100%;font-size: 18px;}
.subpage-section .alumni-button:hover {background:#ffffff; border:1px solid #003565;color: #253F94;transition: 0.7s;}
.subpage-section .photo-upload-title {font-weight:800;}
.subpage-section .content label.error {color:#f00; display:block;}

.subpage-contact-us{
	text-align: center;
	padding: 60px 0px 60px;
	background:#6DBE45;
}
.subpage-contact-us h3{
	font-size: 2.3rem;
	font-weight: 300;
	color: #000000;
	margin-bottom: 20px;
	line-height:28px;
	text-transform:uppercase;
}
.subpage-contact-us span{
	font-size: 18px;
	font-weight: 800;
	color: #181860;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}

.subpage-contact-us .contact-mg {margin-top:20px;}
.subpage-contact-us .contact-mg h4 {font-size:20px; margin-bottom:0px;}
.subpage-contact-us .contact-mg .contact-box {background:#fff; height:100%; padding:14px; margin-bottom:15px;border-radius:6px;box-shadow: 0 3px 10px rgb(0 0 0 / 5%);}
.contact-mg-learn {margin-top:40px;}
.contact-mg-learn a.lear-more {
    background-color: #EE7752;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    text-align: center;
    padding: 15px 30px;
	text-decoration:none;
}
.contact-mg-learn a.lear-more:hover {background:#2ea636;}

.contact-mg-units {margin-top:20px;}
.contact-mg-units h4 {font-size:18px!important; margin-bottom:8px; padding: 0!important}
.contact-mg-units .contact-box {background:#f0f0f0; height:100%; padding:14px; margin-bottom:15px;}
.contact-mg-units .contact-box p {font-size: 14px!important; line-height: 24px!important; margin: 0!important; padding: 0!important;}

.subpage-contact-us h4 {font-size: 24px; font-weight: 500; color: #A2ACBD; margin-bottom:16px;font-family: 'Archivo', sans-serif;}
.subpage-contact-us h4.new {color:#fff;font-size: 22px;font-weight:500; font-family: 'Archivo', sans-serif;}
.subpage-contact-us .contact-address {font-weight:400; color:#484848; line-height:28px;}
.subpage-contact-us .contact-address p {margin-bottom:0px;color: #181860;font-weight:600; font-family: 'Archivo', sans-serif;}
.subpage-contact-us .contact-address p.address {padding-bottom:20px;color: #fff;font-weight:400;font-size:16px;}
.subpage-contact-us .contact-address a {color:#EE7752;}
.subpage-contact-us .contact-address a:hover {color:#181860;}

.subpage-section h2.contact {color:#253F94; font-weight: 800; font-size: 28px; margin-bottom: 16px;}
.subpage-section p.contactcnt {color:#1483B5; font-weight: 300; font-size: 16px; margin-bottom: 34px;}

.contact-map {
	background:#f4f7fa;
}
.ta-r-2 {text-align:right!important;}
.footer-call {
	/* color:#00C6CB; */
	font-weight: 500;
}
a.view-all-photos {
    background: #DDA01D;
    color: #fff;
    font-family: Archivo;
    font-size: 16px;
    padding: 22px 43px;
    font-weight: 300;
    line-height: 25px;
    display: inline-block;
    text-decoration:none;
}
.company-purpose {
    background: #96f168;
    padding: 20px;
    /* border-radius: 10px; */
    border-radius: 12px;
}
.company-purpose h2 {
    color:#fff;
    font-weight:800;
    margin-bottom:20px;
}
.company-purpose h4 {
    /* color:#fff!important; */
    font-weight:500!important;
}



.service-purpose {
    background:#003565;
    padding:20px;
    border-radius:10px;
}
.service-purpose h1 {
    color:rgba(255, 255, 255, 0.7)!important;
    font-weight:800;
    margin-bottom:0px;
    font-size:70px!important;
    line-height:60px!important;
}
.service-purpose h4 {
    color:#DDA01D!important;
    font-weight:800;
    margin-bottom:14px!important;
}
.service-purpose h5 {
    color:#00C6CB!important;
    font-weight:300;
    margin-bottom:14px!important;
    font-size:18px;
    line-height:28px;
}
.service-purpose p {
    color:rgba(255, 255, 255, 0.9)!important;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px!important;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
}
p.space {
    padding-bottom:0px!important;
    margin-bottom:0px!important;
}

hr {border:1px solid #eee;margin-top:30px;margin-bottom:30px;}














/* categories-products */

.categories{
	background: #70CE70;
}
.categories-wrapper{
	padding: 75px 0;
}
.categories-products-button{
	text-align: center;
}
.categories h3::before{
	display: none;
}
.categories-wrapper h3{
	color: #ffffff;
}
.categories-wrapper h2{
	color: #ffffff;
}
#categories-products img{
	margin-bottom: 25px;
	width: 100%;
}
#categories-products h5{
	font-weight: 500;
	color: #ffffff;
	/* padding-left: 5px; */
}











/* categories-products ---button */


.categories-wrapper .jom-slider [data-controls="prev"] {
	position: absolute;
	left: -40px;
}
.categories-wrapper .jom-slider [data-controls="next"] {
	position: absolute;
	right: 0;
}
.categories-wrapper .jom-slider .tns-controls {
	position: absolute;
	top: 40%;
	width: 100%;
}
.categories-wrapper .jom-slider [data-controls="next"]:after {
	content: '';
	width: 64px;
	height: 64px;
	content: '';
	display: block;
	background: url(../images/projects-right.svg) no-repeat;
}
.categories-wrapper .jom-slider .tns-controls [aria-controls] {
	background: none;
}
.categories-wrapper .jom-slider [data-controls="prev"]:after {
	content: '';
	width: 64px;
	height: 64px;
	content: '';
	display: block;
	background: url(../images/projects-left.svg) no-repeat;
}

.contact-box p strong{
	color: #253F94;
	line-height: normal;
	font-style: normal;
	font-weight: 1000;
	font-size: 1.1rem;
}
.welcome-sub-content .row h2 {
    color: #243eaf;
    font-weight: 600;
    font-size: 2rem;
    line-height: normal;
    font-style: normal;
}
.right-sub-section .welcome-sub-content ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.welcome-sub-content .company-purpose h2 {
    color: #000;
    font-weight: 800;
    line-height: normal;
    font-style: normal;
}

.products-banner ul{
	display: flex;
	text-align:center;
	justify-content:center;
}

.product-list-outer-sub{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

@media(max-width:991px){
	.product-list-outer-sub{
		grid-template-columns: repeat(3,1fr);
	}
}
@media(max-width:600px){
	.product-list-outer-sub{
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:480px){
	.product-list-outer-sub{
		grid-template-columns: repeat(1,1fr);
	}
}
.product-list-outer-sub img{
    width:100%;
}


span.product-name{
    color: #253F94;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    font-size: 1rem;
    padding-top: 10px;
}

/*.product-details{*/
/*	display: flex;*/
/*	width:100%;*/
/*}*/
.product-details img{
    width:100%;
}
.product-details-block-1{
	float: left;
	margin-right:45px;
	margin-bottom:10px;
}





span.client-name {
    font-weight: 500;
    text-align: center;
    color: #A7AABD;
    font-size: 1.1rem;
    line-height: normal;
    margin: 10px 0 0;
}




.equmedmed-product-list{
    display:grid;
    grid-template-columns: repeat(4,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.equmedmed-product-list img{
    width:100%;
}


@media(max-width:991px){
	.equmedmed-product-list{
		grid-template-columns: repeat(3,1fr);
	}
}
@media(max-width:600px){
	.equmedmed-product-list{
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:480px){
	.equmedmed-product-list{
		grid-template-columns: repeat(1,1fr);
	}
}


.product-details-block-2 h4{
    font-weight:600;
}








