@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(line-awesome.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(odometer.min.css);
@import url(jquery.animatedheadline.css);
@import url(fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
:root {
    --theme_bg_color:#fff;
    --theme_text_color:#202021;
    --theme_heading_color:#00031d;
    --theme_link_color:#010b58;
    --line_color:#e5eaf5;
    --primary_color:#60babe;
    --border_color:#e0e4ed;
    --gray_color:#222222;
    --theme_font_family: 'Poppins', sans-serif;
    --fw_600: 600;
    --fw_500: 500;
    --fw_400: 400;
	 /* Transitions */
  --transition-curve-1: cubic-bezier(0, 0,0,1);
  --transition-curve-2: cubic-bezier(0.25, 0.75, 0.2, 1);
}
*{ margin: 0; padding: 0; }
body {height: 100%;width:100%;margin:0;padding:0;font-size: 14px;font-weight: 300;color: var(--theme_text_color); background-color: var(--theme_bg_color); 
font-family:var(--theme_font_family); line-height: 1.3;font-display: swap;}
a {color: var(--theme_link_color);text-decoration: none;transition: all .5s ease;cursor:pointer;}
ul {padding:0;margin:0;list-style-type:none}
p {font-size: 15px;line-height:24px}
h1, h2, h3, h4, h5, h6 {color: var(--theme_heading_color);}


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.theme_btn {
  width: 10rem;
  height: auto;
}
button.theme_btn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: #010b58;
  border-radius: 1.625rem;
}
button.theme_btn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.theme_btn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.2rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}
button.theme_btn .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.theme_btn .button_text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0;
  margin: 0 0 0 0.75rem;
  color: #282936;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;font-size: 13px;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button_text {
  color: #fff;
}

header {position: relative;}
.top_header {position: relative;background: #fff;    color: #000}
.whtie_theme {padding: 1px 5px;background: #fff;border: 1px solid;border-radius: 0px;}
.black_theme {padding: 2px 6px;background: #010b58; border-radius: 0px;color:#fff}
.black_theme:hover {color:#fff}
.main_header {    padding: 20px 0; /* background: #a7ffff; */}










/*===================== Menu Design CSS ============================ */

header-style1{padding: auto;}
/* .main-bar-wraper {background: #0f253c;} */
.header-style1.site-header {position: relative;	z-index: 999;}
.header-style1.site-header ul,
.header-style1.site-header ol {margin-bottom: 0;}
.header-style1 .extra-nav {display: table;float: right;height: 70px;position: relative;z-index: 9;}
.header-style1 .extra-nav .extra-cell {display: table-cell;padding-left: 20px;vertical-align: middle;}
.header-style1 .extra-nav .extra-cell > a{	font-size:18px;}
.header-style1 .logo-header {
	display: table;
	float: left;
	max-width: 150px;
	/* height: 70px;
	vertical-align: middle; */
	padding: 0;
	font-size: 36px;
	color: #0065d0;
	margin: 0px;
	position: relative;
	z-index: 11;
}
.header-style1 .logo-header-inner {display: table-cell;vertical-align: middle;height: 100%;    padding-top: 3px;}
.header-style1 .logo-header-inner img {max-width: 100%;max-height: 100%;}
.header-style1 .e-p-bx{padding:0px;}
.header-style1 .e-p-bx li {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	position:relative;
	padding-right: 20px;
	margin-right: 10px;
	line-height:40px;
}
.header-style1 .e-p-bx li:last-child{	padding-right: 0px;	margin-right: 0x;}
.header-style1 .e-p-bx li:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	background-color:rgba(0, 0, 0,0.4);
	height:100%;
	width:1px;
}
.header-style1 .e-p-bx li:last-child:after{display: none;}
.header-style1 .e-p-bx li span{text-transform: uppercase;display: inline-block;padding-right: 10px;font-weight: 600;}
.header-style1 .e-p-bx li a {color: #000000;}
.header-style1 .e-p-bx li i {margin-right: 5px;vertical-align: middle;}
.social-bx {margin:0px;	border-right: 1px solid rgba(0, 0, 0,0.4);}
.social-bx li{font-size: 12px;	margin: 0;	position: relative;}
.social-bx li a{font-size:14px;	padding:0px;width:34px;	text-align:right;display:inline-block;}
.social-bx.text-white li a{color:#fff;}
.header-style1 .main-bar {	position: relative;	width: 100%;	padding: 10px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-style1 .main-bar::after,
.header-style1 .main-bar::after {clear: both;content: "";display: table;}
/* .header-style1 .header_btn a{
	background-color:#02339b;
	box-shadow: -3px 3px 0px rgb(216 216 216);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
} */

.header-style1 .header_btn a {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
    padding: 0;
    font-weight: 500;
    max-width: 150px;
    display: block;max-height: 70px;
}

 
.header_btn a i {font-size:20px;vertical-align: middle;}

@media only screen and (max-width: 540px) {
	.header-style1 .header_btn{ box-shadow: none;}
}
.header-style1 .header_btn:hover{box-shadow: none;}
.header-style1 .header_btn .form-control {background-color: transparent;height: 50px;border: none;outline: none; box-shadow: none;}
.header-style1 .header_btn button {background-color: transparent;	color: #fff;text-transform: uppercase;height: 50px;padding: 0px 15px;
	font-size: 14px;}

.header-style1 .header_btn .form-control::-webkit-input-placeholder {color: #fff;font-size: 14px;font-weight:400;}
.header-style1 .header_btn .form-control::-moz-placeholder {color: #fff;font-size: 14px;font-weight:400;}
.header-style1 .header_btn .form-control:-ms-input-placeholder {color: #fff;font-size: 14px;font-weight:400;}
.header-style1 .header_btn .form-control:-moz-placeholder {color: #fff;font-size: 14px;font-weight:400;}

/*-------------------------------------
	mega-menu
-------------------------------------*/
.header-style1 .navbar-toggler {border: none;margin-top: 24px;margin-bottom: 24px;margin-left: 0px;margin-right: -10px;padding: 12px 10px;}

.header-style1 .navbar-toggler .icon-bar{background: #000;height: 3px;border-radius: 0;display: block;width: 22px;}
.header-style1 .navbar-toggler .icon-bar + .icon-bar {margin-top: 4px;}

.header-style1 .navbar-toggler{display: none;margin-top: 14px;margin-bottom: 14px;}
.header-style1 .header-nav {position: relative;padding: 0px;z-index: 7;}
.header-style1 .header-nav .nav {float: right;display: flex;justify-content: flex-end;flex-direction: inherit;}
.header-style1 .header-nav .nav i {font-size: 9px;margin-left: 3px;margin-top: -3px;vertical-align: middle;opacity: 0.7;}
.header-style1 .header-nav .nav>li {font-weight: 500;position: relative;text-transform: uppercase; }
.header-style1 .header-nav .nav>li>a {
	border-radius: 0;
	display:inline-block;
	font-size: 14px;
    padding: 30px 15px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
	position:relative
}
.header-style1 .header-nav .nav>li>a.drop_icon:before {
	content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: 40%;
    color: #00031d;
    right: 0;
	}

.header-style1 .header-nav .nav>li>a:hover {background-color: transparent;color: #212427;}
.header-style1 .header-nav .nav>li>a:active,
.header-style1 .header-nav .nav>li>a:focus {background-color: transparent;}

.header-style1 .header-nav .nav>li.active>a,
.header-style1 .header-nav .nav>li.current-menu-item>a {background-color: transparent;color: #0065d0;}
.header-style1 .header-nav .nav>li:hover>a {color: #0065d0;}

.header-style1 .header-nav .nav>li:hover>.sub-menu,
.header-style1 .header-nav .nav>li:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-style1 .header-nav .nav>li .sub-menu {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
	display: block;
	left: 0;
	top: 100%;
	list-style: none;
	margin: 20px 0 0;
	opacity: 0;
	padding: 10px 0px;
	position: absolute;
	visibility: hidden;
	width: 250px;
	z-index: 10;
}

.header-style1 .header-nav .nav>li .sub-menu li {position: relative;text-transform: none;}
.header-style1 .header-nav .nav>li .sub-menu li a {
	color: #00031d;
	display: block;
	font-size: 14px;
	padding: 7px 20px;
	overflow: hidden;    font-weight: 400;
	border-left:0px solid transparent;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}
.header-style1 .header-nav .nav>li .sub-menu li.has-child a {font-size: 15px;}
.header-style1 .header-nav .nav>li .sub-menu li.has-child .sub-menu a {font-size: 14px;}

.header-style1 .header-nav .nav>li .sub-menu li a:hover {color: #000;text-decoration: none;}
.header-style1 .header-nav .nav>li .sub-menu li a:hover:after {width: 4px;	left: -1px;}
.header-style1 .header-nav .nav>li .sub-menu li:hover>a {color: #000;background-color: #f6f6f6;}

.header-style1 .header-nav .nav>li .sub-menu li:last-child {border-bottom: 0px;}
.header-style1 .header-nav .nav>li .sub-menu li .la {color: #000;display: block;float: right;position: absolute;right: 10px;top: 1px;font-size: 14px;}
.header-style1 .header-nav .nav>li .sub-menu li:hover .la {color: #000;}
.header-style1 .header-nav .nav>li .sub-menu li>.sub-menu {
	left: 100%;
	top: 0px;
	margin: 0 0 0 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-style1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {left: 100%;margin: 0px;opacity: 1;top: -1px;visibility: visible;}
.header-style1 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
	background-color: transparent;
	bottom: 0px;
	content: '';
	display: block;
	height: 100%;
	left: -6px;
	position: absolute;
	top: 0px;
	width: 6px;
}

.header-style1 .header-nav .nav>li.has-mega-menu {	position: inherit;}
.header-style1 .header-nav .nav>li .mega-menu li a>i {font-size: 14px;margin-right: 5px;min-width: 20px;}

.header-style1 .header-nav .nav>li .mega-menu {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	display: block;
	left: 0px;
	top: 115%;
	padding: 20px 0px;
	list-style: none;
	opacity: 0;
	position: absolute;
	right: 0px;
	visibility: hidden;
	width: 100%;
	margin-top: 20px;
	z-index: 10;
}

.header-style1 .header-nav .nav>li .mega-menu>li {	display: table-cell;padding: 10px 0;position: relative;	vertical-align: top;width: 25%;
	text-transform: none;}

.header-style1 .header-nav .nav>li .mega-menu>li:after {
	content: "";
	background-color: rgba(204, 204, 204, 0.4);
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 1px;
	height: 100%;
}

.header-style1 .header-nav .nav>li .mega-menu>li:last-child:after {display: none;}
.header-style1 .header-nav .nav>li .mega-menu>li>a {color: #000;display: block;font-size: 15px;padding: 0 20px;}
.header-style1 .header-nav .nav>li .mega-menu>li ul {list-style: none;margin: 10px 0px 0px 0px;padding: 0px;}

.header-style1 .header-nav .nav>li .mega-menu>li ul a {color: #474747;display: block;font-size: 13px;line-height: 24px;padding: 2px 20px;}
.header-style1 .header-nav .nav>li .mega-menu>li ul a:hover {color: #0065d0;background-color: #F2F2F2;}
.header-style1 .header-nav .nav>li.menu-item-has-children:before {
	content: "\f078";
	display: block;
	font-family: "FontAwesome";
	right: 4px;
	position: absolute;
	top: 50%;
	color: #999;
	margin-top: -8px;
	font-size: 8px;
}


/*-- Submenu direction---*/
.header-style1 .header-nav .nav>li.submenu-direction .sub-menu {left: auto;right: 0;}
.header-style1 .header-nav .nav>li.submenu-direction .sub-menu li>.sub-menu {left: auto;right: 220px;margin: 0 20px 0 0;}
.header-style1 .header-nav .nav>li.submenu-direction .sub-menu li:hover>.sub-menu {left: auto;	right: 220px;margin: 0 0 0 0;}
.header-style1 .has-child .submenu-toogle {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #000;
	background-color: transparent;
	z-index: 900;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
	display: none;
}

.header-style1 .header-nav .has-child li .submenu-toogle {opacity: 0.9;}
.header-style1 .header-nav .has-child.nav-active>a+.submenu-toogle.la.la-angle-right:before {content: "\f107";}

/*-------------------------------------
	nav dark version
-------------------------------------*/
.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:hover>a {	color: #0065d0;	background-color: transparent;}
.header-style1 .nav-dark.header-nav .nav>li .sub-menu li .la {color: #0065d0;}
.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:hover .la {color: #0065d0;}
.header-style1 .nav-dark.header-nav .nav>li .sub-menu,
.header-style1 .nav-dark.header-nav .nav>li .mega-menu {background-color: #ffffff; }
.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:last-child {border-bottom: 0px;}

/* .header-style1 .nav-dark.header-nav .nav>li .sub-menu li a{color: #fff;} */

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li ul a{color: #fff;}
.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li>a {color: #3294f9;   font-size: 18px;}

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {background-color: transparent;color: #0065d0;}

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li:after {background-color: rgba(0, 0, 0, 0.2);}

@media only screen and (max-width:1200px) {
	.header-style1.site-header .container {width: auto;}
}
@media only screen and (max-width: 1200px) {
	/* responsive strat when media screen [991px] css START*/ 
	.header-style1 .navbar-toggler {display: block;margin-top: 14px;margin-bottom: 14px;float:right;outline:none !important;}
	.header-style1 .navbar-collapse.collapse {align-items: start;}

	.header-style1 .header-nav .nav {float: none;margin: 0px;background: #fff;width:100%; display: block; height: 100%;}
	.header-style1 .header-nav .nav li {float: none;width: 100%;display: block;}
	
	.header-style1 .header-nav .nav i {float: right;}
	.header-style1 .header-nav .nav li .sub-menu>li a {padding-left: 30px;}
	.header-style1 .header-nav .nav li.has-child {	position: relative;	}
	.header-style1 .header-nav .nav li .sub-menu,
	.header-style1 .header-nav .nav li .mega-menu {opacity: 1;margin: 0 !important;}
	.header-style1 .header-nav .nav i {margin-top: 6px;}
	.header-style1 .header-nav .nav li.has-child.nav-active>a {color: #0065d0;}

	.header-style1 .header-nav .nav>li {margin: 0;	padding: 0;}
	.header-style1 .header-nav .nav>li.active>a,
	.header-style1 .header-nav .nav>li.current-menu-item>a {color: #000;}
	.header-style1 .header-nav .nav>li>a:hover,
	.header-style1 .header-nav .nav>li>a:active,
	.header-style1 .header-nav .nav>li>a:focus {background-color: #f0f0f0;text-decoration: none;}
	.header-style1 .header-nav .nav>li>a {padding: 12px 15px;border-top: 1px solid #E9E9E9;color: #777;	margin: 0;padding: 10px 15px;font-weight: 600;display:block;}

	.header-style1 .header-nav .nav>li .sub-menu>li,
	.header-style1 .header-nav .nav>li .mega-menu>li {float: none;display: block;width: auto;padding: 0px;}
	.header-style1 .header-nav .nav>li .sub-menu li a {font-size: 12px;}

	.header-style1 .header-nav .nav>li .mega-menu>li:after {display: none;}

	.header-style1 .header-nav .nav>li ul,
	.header-style1 .header-nav .nav>li .sub-menu,
	.header-style1 .header-nav .nav>li .mega-menu {display: none;position: static;visibility: visible;width: auto;background: #f9f9f9;}

	.header-style1 .header-nav .nav>li ul.mega-menu ul {display: block; margin-bottom: 10px;}
	.header-style1 .header-nav .nav>li ul.mega-menu li:hover ul {display: block;}

	.header-style1 .has-child .submenu-toogle {display: block;	}
	header .logo {display: block;padding: 4px 0;}

	.header-style1 .is-fixed.color-fill .header-nav .nav>li {margin: 0;padding: 0;	}
	.header-style1 .is-fixed.color-fill .header-nav .nav>li>a {margin: 0;padding: 10px 15px;display: block;}
	.header-style1 .is-fixed#header-part .navbar-toggler {	margin: 15px 0;}
	.logo-header {width: 120px;}

	.header-style1 .nav-dark.header-nav {border-bottom: 1px solid rgba(0, 0, 0, 0.2);	}
	.header-style1 .nav-dark.header-nav .nav {	background-color: #0058b5;	}
	.header-style1 .nav-dark.header-nav .nav>li>a {border-top: 1px solid rgba(0, 0, 0, 0.2);color: #fff;display:block;}
	.header-style1 .nav-dark.header-nav .nav>li>a:hover,
	.header-style1 .nav-dark.header-nav .nav>li>a:active,
	.header-style1 .nav-dark.header-nav .nav>li>a:focus {background-color: #000;color: #0065d0;	}
	.header-style1 .nav-dark.header-nav .nav>li ul,
	.header-style1 .nav-dark.header-nav .nav>li .sub-menu,
	.header-style1 .nav-dark.header-nav .nav>li .mega-menu {background-color: #0058b5;}
	.header-style1 .nav-dark.header-nav .nav>li .sub-menu{background-color: #0058b5;}
	.header-style1 .nav-dark .has-child .submenu-toogle{color:#fff;}
}
@media only screen and (max-width:768px) {
	.header-style1 .is-fixed .extra-nav {padding: 13px 7px;}
	.header-style1 .main-bar .container {max-width:100%;	padding:0px 15px;}
}
@media only screen and (max-width:767px) {
	.header-style1 .is-fixed .extra-nav {padding: 13px 0px;}
	.header-style1 .main-bar,
	.header-style1 .is-fixed .main-bar,
	.header-style1 .is-fixed.color-fill .main-bar {padding: 0px;}
}
@media only screen and (max-width:540px) {
	.header-style1 .is-fixed .navbar-toggler {	margin-bottom: 0px;}
}
@media only screen and (max-width: 540px) {
	.header-style1 .main-bar {	padding-left: 0px;	padding-right: 0px;	}
	/* .header-style1 .logo-header {width: 100px;} */
	.header-style1 .header-style1 .navbar-toggler {margin-left: 5px;}
	.header-style1 .extra-nav .extra-cell {margin-left: 0px;padding-left:10px;}
}

/*===========================================================================================*/
.header-style1.nav-transparent .is-fixed.color-fill .main-bar {background: #f7f7f3;}
.header-style1.nav-transparent .top-bar .social-bx li a:hover{color: #0065d0;}
.header-style1.nav-transparent .navbar-toggler .icon-bar{background-color:#000;}
.header-style1.nav-transparent{position: relative;    /* box-shadow: 0 5px 10px #eee; */}
.header-style1.nav-transparent .top-bar{border-bottom: 1px solid rgba(0, 0, 0,0.4);min-height: 40px;}
.header-style1.nav-transparent .top-bar .social-bx ul{margin-bottom: 0px;display: flex;border-right: 1px solid #dcdcdc;list-style: none;}
.header-style1.nav-transparent .top-bar .social-bx li{font-size: 12px;margin: 0;position: relative;}
.header-style1.nav-transparent .top-bar .social-bx li a{
	list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 42px;
    line-height: 42px;
    border-left: 1px solid rgba(0, 0, 0,0.4);
    text-align: center;
}
.header-style1.nav-transparent .main-bar{	position: relative;	width: 100%; padding:0px;}
/* .header-style1.nav-transparent .main-bar .container{padding:10px 15px;} */
.header-style1.nav-transparent .main-bar .header-nav .nav > li > a{	color:#00031d;}

@media only screen and (max-width:1200px){
	.header-style1.nav-transparent .main-bar .header-nav .nav > li > a{display:block;	color:#000;}
	.header-style1.nav-transparent .main-bar .header-nav.nav-dark .nav > li > a{display:block;color:#fff;}
	.header-style1.nav-transparent .main-bar .container {  padding: 0px 15px; max-width: 100%;}
	.header-style1.nav-transparent .top-bar .container {max-width: 100%;}
}
	
@media only screen and (max-width:540px){
	.header-style1 .e-p-bx li:last-child{display: none;}
	.header-style1.nav-transparent .top-bar .social-bx li a{width: 30px;}
	.header-style1 .e-p-bx li{padding-right: 15px; font-size: 14px;}
	.header-style1 .e-p-bx li:after {
		display: none;
	}
	.header-style1 .header_btn .form-control{height: 40px;}
	.header-style1 .header_btn button{height: 40px;}
} 
	
/*-------------------------------------
	when header is sticky
-------------------------------------*/

.header-style1 .sticky-no .main-bar {position: static !important;}

/*-------------------------------------
	when header is sticky 
-------------------------------------*/  
/* header sticky  */

/*____WHEN HEADER IS STICKY____*/

.header-style1 .is-fixed .main-bar {position: fixed;top: 0;left: 0;}
.header-style1 .is-fixed .extra-nav {padding: 13px 0;}
.header-style1 .is-fixed.color-fill.main-bar {  background:#141b1f;}

@media (max-width: 1200px) {
	.header-style1.mobile-sider-drawer-menu .header-nav {
	  position: fixed;
	  width: 250px !important;
	  z-index: 999;
	  height: 100vh !important;
	  overflow-y: inherit !important;
	  left: -250px;
	  top: 0px;
	  transition: all 0.5s linear;
	  background-color: #fff;
	}
	.header-style1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
	  transition: none;
	}
	.header-style1.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
	  transition: none;
	}
	.header-style1.mobile-sider-drawer-menu.active .header-nav {
	  left: 0%;
	}
	.header-style1.mobile-sider-drawer-menu .icon-bar {
	  transition: all 0.5s linear;
	  position: relative;
	}
	.header-style1.mobile-sider-drawer-menu #mobile-side-drawer {
	  position: relative;
	  z-index: 1;    box-shadow: none;
	}
	.header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
	  transform: rotate(45deg) translateX(3px) translateY(2px);
	}
	.header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
	  transform: rotate(-45deg) translateX(3px) translateY(-2px);
	}
	.header-style1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
	  position: relative;
	  right: 0%;
	}
	.header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
	  position: absolute;
	  right: 100px;
	  opacity: 0;
	}
	.header-style1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
	  overflow: auto;
	  max-height: 100%;
	}
	.header-style1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
	  overflow: auto;
	  max-height: 100%;
	}
  }
/*===================== Menu Design CSS End ============================ */

.top_bar {position:relative;border-bottom: 1px solid #eee; }
.top_bar p {margin-bottom:0;font-weight:400;    font-size: 14px; }
.selection_elements { text-align: right;}
.select_list {position:relative;}
.select_list > li > a { 
    display: inline-block;
    font-size: 15px;font-weight: 400; color: #202021;
}
.select_list > li{  
    position: relative;
    font-size: 13px;    display: inline-block;vertical-align: middle;
    padding: 5px 5px; 
}
/* .select_list > li:first-child {border-right: 1px solid #eee;}
.select_list > li:nth-child(2) {border-right: 1px solid #eee;} */
.select_list > li {border-right: 1px solid #eee;}
.select_list > li:last-child {border-right:0}
 
.select_list .nice-select {background:transparent;height: unset; line-height: unset; border:0; border-radius: 0;padding-top: 2px; padding-bottom: 2px;    padding-right: 12px;padding-left: 5px;}
.select_list .nice-select:after {right:0}
.select_list  .nice-select .list {left:unset;right: -10px;}
.select_list .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2;
    list-style: none;
    outline: none;
    text-align: center;
    padding: 0 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;min-height: unset;
}
.select_list .nice-select .option.selected {font-weight: 600;}

.select_list .nice-select .option:hover {background-color: #0d3597; color: #fff;}


 .selection_elements .dropdown-menu.show {
    
    /* transform: unset !important; */
    
} 

.selection_elements .dropdown-menu {
	 -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.6s;
    transition: 0.6s; border: 0;background:#eee;  padding: 10px;min-width: 9rem;}
.selection_elements .dropdown-menu.show {
 -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); box-shadow: 0 5px 50px 0 rgb(0, 0, 0, 0.15);
}
.selection_elements .dropdown-menu a {font-size:14px;margin-right:5px;padding:5px; text-align: left;display: inline-block;}
.selection_elements .dropdown-menu a:hover {background:#0065d0;color:#fff}


.list_control .list-item { padding: 0; list-style-type: none;margin-bottom: 10px;}
.list_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #0065d0;
    font-size: 16px;
    text-align: left;
}
.list_control .list-item li {
    padding-left: 25px;
    padding-bottom: 15px;font-weight: 400;
    line-height: unset; 
    letter-spacing: 0.5px; text-align: left;
}

.about_control {    margin-top: 40px;}
.about_control .title_left h2{font-size: 20px;}





 
.main_banner {position:relative; padding: 200px 0;background:#ec4021;
text-align: center;  overflow: hidden; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;} 
.main_banner:before {position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:url(../images/texture.png);opacity: 0.3;}
.slider_text h3 {font-size:48px; font-weight:700; color: #fff;line-height:1.5} 
.slider_text p {font-size:20px;color:#fff;line-height:30px} 

 .about-shape1 {
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 1; 
}

.about-shape2 {
    position: absolute;
    bottom: 0;
    right: 0; 
    z-index: 1;
}

.about-shape3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.about-shape4 {
    position: absolute;
    bottom: 175px;
    right: -170px;
    width: 225px;
    z-index: 1;
}

.about-shape1 img,
.about-shape2 img,
.about-shape3 img,
.about-shape4 img {
    width: auto;
    max-width: 100%;
}

.about-shape1 img {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.about-shape2 img {
    -webkit-animation: movedelement2 10s linear infinite;
    animation: movedelement2 10s linear infinite;
}

.about-shape3 img {
    -webkit-animation: movedelement3 8s linear infinite;
    animation: movedelement3 8s linear infinite;
}

.about-shape4 img {
    -webkit-animation: movedelement4 5s linear infinite;
    animation: movedelement4 5s linear infinite;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }
    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
 
.first_section {
  position: relative;
  padding: 100px 0 140px;  /*   background: rgb(231, 239, 255, 0.51); */
  overflow: hidden; background: url(../images/bg2.jpg);background-attachment: fixed;
    background-position: center; background-size: cover;   text-align:center
}
 .first_section::before {position:absolute;content:'';top:0;left:0;right:0;bottom:0; background:rgb(0, 11, 101, 0.30)}  
.banner_content {position:relative;z-index:1} 

.h2_title .lightfont_100 {
  font-size: 36px;
  position: relative;
}

.set_one {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 300;
  color: #eee;
  position: relative;
  padding: 0 0 25px;z-index:1;
}

/* .set_one:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1000%;
  right: 0;
  background: #f1f1f1;
  z-index: -1;
} */

.set_one span {
  color: #eee;
}

.set_one span b {
  font-weight: 400;
   font-size: 16px;color: #fff;
}

.h2_title h2 {
  font-weight: 600;  color: #fff;
}
.lightfont_100 {
    font-weight: 100;
}

.row_mg0 {margin:0}
.col_pd0 {padding:0}
.pd_over_0 {padding:0;overflow:hidden}
 
.msg_img {position:relative} 
.message_box {display:flex;position:relative;margin-bottom: 15px;} 
.img_a_text {display: block;position: relative;background: #010b58;color:#fff;bottom: 0;left: 0;padding: 7px 5px;font-size: 12px;font-weight: 400;width: 100%;text-align:center;margin-top: -5px;}
.readmore {font-weight:500;}

.message_box:first-child {border-bottom: 1px solid #eee;}

 
/* ===============================================
    8.Buttons
------------------------*/
.floating_btn{ 
    
    font-size: 15px;
    line-height: normal;    display: inline-block;
    padding: 11px 32px 11px 31px;
    background: #fff; 
    border-width: 1px ;
    border-style: solid;
    border-color: #fff;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 1;
    position: relative;
    background-size: 200% auto;
    transition: all 0.5s ease 0s;border-radius: 6px;
}

/* ttm-btn-style*/
/* .floating_btn:before, .floating_btn:after {
    position: absolute;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;border-color:#fff;
}
.floating_btn:before {
    top: -7px;
    left: -7px;
    border-width: 0 1px 1px 0;
}
.floating_btn:after{
    bottom: -7px;
    right: -7px;
    border-width: 1px 0 0 1px;
}
.floating_btn:hover:before{
    left: 100%;
    transform: rotate(90deg);
}
.floating_btn:hover:after{
    right: 100%;
    transform: rotate(90deg);
} */
.floating_btn:hover {color:#fff;background:#0065d0}
.floating_btn.active {color:#fff;background:#0065d0}
.floating_btn.active:hover {color:#00031d;background:#fff}

.floating_btn.color {border-color: #0065d0;}
.floating_btn.color2 {border-color: #0065d0;}
.banner_content .floating_btn.color {border-color: #ffffff;margin-right:15px}

/* .floating_btn.color:before, .floating_btn.color:after {border-color: #fff}
.about_control .floating_btn.color:before, .about_control .floating_btn.color:after {border-color: #0058b5}
.floating_btn.color2:before, .floating_btn.color2:after {border-color: #0058b5} */
#main_slider.owl-carousel.owl-theme .owl-nav [class*=owl-], #achievement_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {font-size: 24px;color: #fff; border-radius: 50%;width: 40px;height: 40px;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#main_slider.owl-carousel .owl-nav button.owl-prev, #achievement_slider.owl-carousel .owl-nav button.owl-prev { position: absolute; top: 35%; left: 25px;background: rgb(2, 0, 0, .50);}
#main_slider.owl-carousel .owl-nav button.owl-next, #achievement_slider.owl-carousel .owl-nav button.owl-next { position: absolute; top: 35%; right: 25px;background: rgb(2, 0, 0, .50);}
#main_slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #achievement_slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {background: rgb(2 0 0);}
#main_slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover, #achievement_slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover {background: rgb(2 0 0);}


.video_icon {position: absolute;top: 40%;left: 0;right: 0;text-align: center;} 
.video_icon a {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: #f2fffb;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	 display: block;
    margin: 0 auto;
	position: relative;
	border: 2px solid rgb(255 255 255);    margin-bottom: 10px;
}
.video_head {padding:5px 30px;position:relative;background:#0065d0;color:#fff;    font-weight: 500;}

.video_icon .ripple:before {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    border: 2px solid rgb(221 246 239 / 0.25);
    border-radius: 50%;
}
.video_icon .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.video_icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}


 



/* ===============================================
    18.Tab
------------------------*/
.ttm-tabs ul.tabs{
    padding: 0;
    margin: 0;
}
.ttm-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.ttm-tabs ul.tabs li:last-child{
    margin-bottom: 0;
}
.ttm-tabs .content-tab .content-inner {
    display: none;
}
.ttm-tabs .content-tab .content-inner.active {
    display: block;
}


/* ttm-tab-style-01 */
.ttm-tabs.ttm-tab-style-01 ul.tabs {
    display: flex;
    overflow: hidden;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li{
    text-align: center;
    margin: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    border-bottom: 2px solid #e7e7e7;
    margin-right: 35px;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li:last-child {
    margin-right: 0;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a{
    padding: 20px 35px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .5px;
    display: block;
    font-weight: 700;
}
.ttm-tabs.ttm-tab-style-01 .content-tab {
    padding-top: 30px;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #000;
    margin-left: -10px;
}
.ttm-bgcolor-skincolor .ttm-tabs.ttm-tab-style-01 ul.tabs ,
.ttm-bgcolor-darkgrey .ttm-tabs.ttm-tab-style-01 ul.tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    display: inline-block;
    margin-right: 10px;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    text-transform: capitalize;
}


/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ttm-tabs.ttm-tab-style-vertical .content-tab { 
    padding: 0; margin: 0;
    padding-left: 30px;
}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li { 
    margin-top: 1px; 
    width: 100%; 
    display: block;
}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a{ 
    color: #fff;
    display: block;
    padding: 14px 20px; 
    font-size: 17px; 
    line-height: 25px; 
    margin: 0; 
    border-radius: 0;
}
.msg_text h5 {padding: 10px 0; font-size: 20px; position: relative;}
.msg_text h5:before {
	position: absolute;
	content: '';
	background-color: #0065d0;
	top: 2px;
	left: 0px;
	right:0;
	height: 3px;
	width: 50px;
	z-index: 0;
 
}
.title_center { position: relative;text-align:center}
.title_center h2 {padding: 10px 0; font-size: 24px;    text-transform: uppercase;font-weight:600}
.title_center:before {
	position: absolute;
	content: '';
	background-color: #0065d0;
	top: 2px;
	left: 0px;
	right:0;
	height: 3px;
	width: 50px;
	z-index: 0;
	margin:0 auto;
}
.title_left {position: relative;}
.title_left h2 {padding: 10px 0; font-size: 24px;    text-transform: uppercase;font-weight:600}
.title_left:before {
	position: absolute;
	content: '';
	background-color: #0065d0;
	top: 2px;
	left: 0px;
	right:0;
	height: 3px;
	width: 50px;
	z-index: 0;
}

.welcome_section {position:relative;padding:25px 0 0}
.welcome_text {text-align:center}
.welcome_text h4 { font-size: 16px;}
.welcome_text h3 { font-size: 16px;    font-weight: 400;}
.welcome_text h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.statics_section .center_img {position:relative}
.statics_section .center_img:before {position:absolute;content: "";
    top: 0;bottom: 0;left: 0;right: 0;background: rgb(0, 2, 12, 0.85);}
.count_box {background: #0058b4;
   font-size:16px; height: 100%; 
    color: #fff;position: relative;border-bottom:1px solid rgba(255,255,255,.29)
}
.stastic_box {text-align:center;position: relative;padding: 30px 15px;    background: #f1f1f1;
 border-radius: 10px;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;box-shadow: 0px 10px 30px 0px rgb(195 195 195 / 27%);margin-bottom: 20px;}
 
.stastic_box:hover {box-shadow: 0px 10px 30px 0px rgb(195, 195, 195, 0.50);transform: translateY(-7px);}
.stastic_box .odometer {font-size: 30px;font-weight:700;vertical-align: baseline; }
.stastic_box .plus {font-size: 30px;font-weight:700; }
.border_right {border-right:1px solid rgba(255,255,255,.29);border-left:1px solid rgba(255,255,255,.29)}
.stastic_paragraph {padding:10px; text-align:center}
.stastic_box h5 {color:#fff}
.border_btm {border-bottom:1px solid rgba(255,255,255,.29)}

.stastic_box.alternet_bg {background: #0065d0;color: #fff;}
.stastic_box:hover {background:#0065d0;color:#fff}
.happening_section {position:relative;padding:50px 0 0;}
.happening_control {position:relative;padding: 25px 0 0;}
.happening_content {position: relative; height: 100%;  background: #f1f1f1; padding: 40px;    z-index: 1;}
.happening_content h3 {font-size:20px;position:relative}
.happening_content h3:before {
    position: absolute;
    content: attr(data-title);
    color: rgb(237 76 47 / 8%);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    top: -30px;
    right: 0;
    z-index: -1;
}
.certification_section {padding:40px 0}
.space_alignment {padding-top:30px;}
.space_alignment p b { padding: 5px 20px; background: #0058b5; color: #fff;}

.explore_text {position:relative;padding:40px 20px}
.explore_text .title_left h2 {padding-bottom:0}
.explore_text .title_left h4 {font-size: 20px;}




.intro_section {position:relative;padding:50px 0 50px}
.services_section {position:relative;padding:50px 0 50px}
.featured-icon-box .floating_btn {margin-right: 0;padding: 7px 15px;}

.statics_section { position: relative; z-index: 1;padding:30px 0 0}
/* ===============================================
    11.featured-icon-box ( only contents )
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0 10px; }
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 21px; line-height: 30px; margin-bottom: 10px;}
.featured-icon-box .featured-icon .ttm-icon i{
    display: inline-block;
    transition: all 500ms ease;
}
.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h3 { margin-bottom: 8px; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top{ margin-bottom: 0px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 20px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

.container{ counter-reset: featuredbox-number; }
.featuredbox-number .ttm-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number) " " ; 
}

/* featured-icon-box-style*/
.featured-icon-box.icon-align-before-content.style1{
    margin: 0 0 15px;
}
.featured-icon-box.icon-align-before-content.style1 .featured-icon{padding-top: 6px;}
.featured-icon-box.icon-align-before-content.style1 .featured-title h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content.style1:hover .featured-icon .ttm-icon i {
    transform: unset;
}

/* style2*/
.featured-icon-box.style2{
    padding: 47px 25px 32px 40px;
    position: relative;
    border: 1px solid #ddd;
}
.featured-icon-box.style2:hover{
    border-color: #0058b5; 
}
.featured-icon-box.style2 .featured-icon .ttm-icon i{font-size: 40px;}
 

.featured-icon-box.style2:before{
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color:#ddd;
 
}
.featured-icon-box.style2:hover:before{
    left: 100%;
    transform: rotate(90deg);
    border-color: #010b58;
}
.featured-icon-box.style2:after{
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color:#ddd;
 
}
.featured-icon-box.style2:hover:after{
    right: 100%;
    transform: rotate(90deg);
    border-color: #010b58;
}
.featured-icon-box.style2 .featured-icon {
    opacity: 1;
}
.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.featured-icon-box.style2:hover .featured-icon{
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0;
}
.featured-icon-box.style2:hover .featured-icon .ttm-icon i {
    transform: unset;
}
.featured-imagebox-portfolio.style2 .featured-content .featured-icon i{
    display: inline-block;
    transition: all 500ms ease;
}
.featured-imagebox-portfolio.style2:hover .featured-content .featured-icon i{
    transform: rotateY(180deg);
}
.featured-icon-box.style2:hover .featured-content{
    transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
}
.featured-icon-box.style2 .featured-title h3{font-size: 20px;}
.featured-icon-box.style2 .featured-content .ttm-footer {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.featured-icon-box.style2:hover .featured-content .ttm-footer{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    opacity: 1;
}

/*---------------*/

.solutions_section {position:relative;padding:0 0 0;background:#f7f7f7 /*cbddff rgb(231, 239, 255, 0.51) */ }
.solutions_section .title_center h2 {padding: 10px 0 0;}
.solution_box { position: relative;margin:25px 0 0;}
.solution_box .solution_content {
	position: relative;
	overflow: hidden;
	background: #000;
}
.solution_box .solution_content img {
	position: relative;
	display: block;
width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-15px, 0, 0) scale(1.1);
	transform: translate3d(-15px, 0, 0) scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.solution_box .solution_content .figcaption {
	padding: 30px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.solution_box .solution_content .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;background:rgb(0, 0, 0, 0.37)
}

.solution_content:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.solution_content .segment_title {
	position: absolute;
	right: 0;
	bottom: 0;font-size:16px;
	padding: 10px 20px;
	background-color: #0058b5;color:#fff;
}

.solution_content p {
	padding: 0 15px 10px 0;
	width: 80%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.solution_content:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.solution_box:hover .solution_content .figcaption {background:rgb(0, 1, 12, 0.84)}
.clients_section {position:relative;padding:50px 0 40px}
.clients_section .title_center h2 {padding: 10px 0 0;}
.clients_section .title_left h2 {padding: 10px 0 0;}
 
 
.testimonial_block { display: flex;}
.testimonial_img{max-width: 15%;}
.testimonial_caption {padding-left:20px;}

.testimonials_box {
border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;position:relative
}
.quote_sign {position:absolute;bottom:5%;right:5%}
#client_slider.owl-theme .owl-nav {text-align:left}
#client_slider.owl-theme .owl-nav [class*=owl-] {background:#0065d0;color:#fff; padding: 3px 5px !important;  margin: 2px;}

#testimonial_slider.owl-theme .owl-nav {position: absolute; top: -23px;  right: 10px;}
#testimonial_slider.owl-theme .owl-nav [class*=owl-] {background:#0065d0;color:#fff; padding: 3px 5px !important;  margin: 2px;}

.newthing_slid { height: 100%;  background: #f1f1f1;padding:40px;position:relative;    border: 1px solid #ddd;}
.detail_img {position: relative;
    outline: 5px solid #fff;
    outline-offset: 0;margin:10px 0 10px 5px;
  }
.detail_box h4 {font-size:18px;}
#update_slider.owl-theme .owl-nav {position: absolute; bottom: -20px;  right: 10px;}
#update_slider.owl-theme .owl-nav [class*=owl-] {background:#0065d0;color:#fff; padding: 3px 5px !important;  margin: 2px;}

.newthing_slid .title_left h2 {font-size:20px;}




.team_section {position:relative;padding:40px 0 0}
.ri-grid ul li {
   transition: all 0.5s;cursor:pointer;
}
.ri-grid ul li:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);cursor:pointer; }
.ri-grid ul li:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
 
 
.team_caption {
    position: absolute;
    bottom: -100px; z-index: 2;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;cursor:pointer;
     font-size:12px;right:0;
     padding:10px 0;text-align:center;
    left: 0; background:#0058b4;color:#fff }
.ri-grid ul li a:hover .team_caption {  bottom: 0; }
 

.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.select_list > li:last-child > a {font-size: 18px; vertical-align: middle; padding: 0;margin-left: 3px; }
.select_list > li > a.top_fb {background: transparent;  color: #1865c5;}
.select_list > li > a.top_twitter {background: transparent; color: #03a9f4;}
.select_list > li > a.top_linkdin {background: transparent; color: #0078d4;}
.select_list > li > a.top_youtube {background: transparent;  color: #f92d09;}



.intro_section:before {
position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/texture.png);
    z-index: -1;
    opacity: 0.6;
}





.training_partner_section {padding:50px 0;position: relative;/* background: url(../images/services-bg.png);background-size: cover; */}

.training_partner_section:before {
position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/texture.png);
    z-index: -1;
    opacity: 0.6;
}


#training_partner_slider {margin-top:20px;margin-bottom:50px;}

.tooltip-inner {
    background-color: #0065d0;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0065d0;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0065d0;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #0065d0;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #0065d0;
}

.update_box h4 {font-size:20px;padding:10px 0 }
.update_box {border-radius: 24px;padding: 30px 0;border: 2px solid #0065d0; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; position: relative; height: 100%;font-size:14px}
.update_box:hover {background:#e7efff}

.update_box .list_control .list-item li a {color:#202021}
.floating_btn.small_size {padding: 7px 15px 7px 15px;font-size: 14px;}

.mou_level {padding: 2px 10px;background: #0065d0;position: absolute;right: 30px;border-radius: 5px;color: #fff;font-size: 12px;}
.update_box .floating_btn {margin-left:30px;} 

.update_box:hover {background: #0065d0;}
.update_box:hover h4 {color:#fff}
.update_box:hover .title_center:before {background-color:#fff}
.update_box:hover .list_control .list-item li a {color:#fff}
.update_box:hover .list_control .list-item i {color:#fff}
.update_box .floating_btn:hover {background:#fff;color:#202021}
.update_box:hover .mou_level {background: #fff;color:#202021}
.update_box .list_control {max-height: 350px;  overflow-y: scroll;padding:0 30px;margin-bottom:15px;}
.update_box .list_control::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}
.update_box .list_control:hover::-webkit-scrollbar {
  width: 8px;
}
.update_box .list_control::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}




.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;background:#fff;
}
.scroll_news_box1 .boxes_holder {padding-right: 25px;text-align: justify;}

.mgt100 {margin-top:100px}

.banner_control {position:relative}
.banner_caption {position:absolute;left: 0;bottom: 0;right: 0;text-align: center;background: #e7efff;padding: 10px 40px;color: #fff;max-width: 600px;margin: 0 auto;border-radius:10px 10px 0 0;} 

.animate_on_left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
.animate_on_right{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
#main_slider.owl-carousel.owl-theme .owl-item.active .animate_on_right , #main_slider.owl-carousel.owl-theme .owl-item.active .animate_on_left{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
#main_slider.owl-carousel.owl-theme .owl-item.active .banner_heading {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
#main_slider.owl-carousel.owl-theme .owl-item.active .banner_text {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
#main_slider.owl-carousel.owl-theme .owl-item.active .banner_btn {
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}
#achievement_slider.owl-carousel.owl-theme .owl-item.active .animate_on_right , #achievement_slider.owl-carousel.owl-theme .owl-item.active .animate_on_left{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
#achievement_slider.owl-carousel.owl-theme .owl-item.active .banner_heading {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
#achievement_slider.owl-carousel.owl-theme .owl-item.active .banner_text {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
#achievement_slider.owl-carousel.owl-theme .owl-item.active .banner_btn {
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}












.banner_caption h2 {font-size:20px}
.banner_text {color:#202021}


.vcount_number {
background: #e7efff;
    color: #111;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 2px;
}
.mgt50 {margin-top:50px}

.services_section {position:relative;padding:50px 0;background:#f7f7f7}
/* .awards_services:before {position:absolute;top:0;height:50%;background:#f3f7ff;right:0;left:0;content:''; z-index: -1;} cbddff*/

.award_section {position:relative;padding:50px 0;}



.award_box .banner_caption {background: #0065d0;}
.award_box .banner_caption h2 { font-size: 15px;color:#fff }

.cf_over_pd {overflow:hidden;padding:0}
.award_box {position:relative}

.service_listbox {
    display: flex;
    align-items: center;
    width: 100%;
    border: 2px solid #0065d0;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
}

.service_listbox .point_img {
    max-width: 40%;
}




 
/* .update_box .list_control::-webkit-scrollbar-track  {
  box-shadow: inset 0 0 0px grey; border-radius:10px;
  border-radius: 0px;transition:0.5s ease;
}
 
.update_box .list_control::-webkit-scrollbar-thumb  {
  background: #ccc; 
  border-radius: 0px;border-radius:10px;transition:0.5s ease;
}
 
.update_box .list_control::-webkit-scrollbar-thumb:hover  {
  background: #ccc; border-radius:10px;
} */



/* 
 */
/* .update_box.active_one {background: #0065d0;font-size:14px}
.update_box.active_one h4 {color:#fff}
.update_box.active_one .title_center:before {background-color:#fff}
.update_box.active_one .list_control .list-item li a {color:#fff}
.update_box.active_one .list_control .list-item i {color:#fff}
.update_box.active_one .floating_btn:hover {background:#fff;color:#202021} */
 
 
 
 /* ===============================================
    Footer
------------------------*/
.footer_bg {
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;color: #eee;
}
.overlay_one {background:rgb(0, 11, 101, 0.60)} 
.footer-logo { margin-bottom: 25px;}
.footer_bg .widget .widget-title { 
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 28px;
    display: inline-block;
    position: relative;color: #fff;
}
.footer_bg .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
} 

/* first-footer */
.first-footer{
    padding: 40px 0 0px;
    border-bottom: 1px solid rgb(218 218 218 / 22%);
}
.first-footer h3{
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.3;color: #fff;
}
.first-footer p {font-size:13px}
.first-footer .widget-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.first-footer .newsletter-form p { margin: 15px 0; }
.first-footer .newsletter-form{margin-top: -15px;}
.first-footer .newsletter-form input[type="email"] {
    padding: 11px 15px;
    padding-right: 180px;
    height: 54px;
    border-radius: 0;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1);
}
.first-footer .newsletter-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 170px;
    font-size: 16px;
    font-weight:500;
    padding: 5px 20px;
    height: 54px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: capitalize;
	    background-color: #0065d0;color:#fff
}
.first-footer h4 {
    font-size: 24px;
    line-height: 34px;
}
form {
    position: relative;
}
/* second-footer */
.second-footer {
    border-bottom: 1px solid rgb(218 218 218 / 22%);
}
.widget-area {position:relative}
.second-footer .widget-area:not(:first-child):after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -25px;
    background-color: rgba(255,255,255,.1);
    top: 0;
}
.second-footer .widget-area .widget {
    padding: 40px 0px 20px;
}
.second-footer>div>.row .widget-area .widget:not(:first-child) {
    margin-top: -60px;
    margin-bottom: 20px;
}
 

/** menu-footer-service-link **/
 
.widget ul#menu-footer-service-link li a{
color: #eee;font-size: 13px;
}
.widget ul#menu-footer-service-link li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    top: 2px;
    left: 0;
    font-size: 12px;font-weight:900;color: #eee;-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.widget ul#menu-footer-service-link li:hover::before {left:3px;color:#e7efff}


.widget ul#menu-footer-service-link li {
    display: inline-block;
    padding: 0 0 11px 15px;
    position: relative;
    width: calc(50% - 2px);
    float: none;position:relative;-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.widget ul#menu-footer-service-link li:nth-last-child(-n+1){ padding-bottom: 15px; }


/** widget_contact_wrapper **/
ul.widget_contact_wrapper li{
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px;
    line-height: 24px;
}
ul.widget_contact_wrapper li:last-child{
    padding-bottom: 0;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    width: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
.social-icons.square li{
    margin: 0 0px;
}
.social-icons.square li a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #e7e7e7;
}

/* social-icons */
.footer_bg .social-icons li>a {
    width: 37px;
    height: 37px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.1);
    margin: 0 1px;
    background-color: transparent;
    font-size: 14px;color: #fff;
}
.footer_bg .social-icons li>a:hover {background-color: #fff;}

/** copyright **/
.copyright {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
}
.copyright ul.list-inline{ margin: 0; }

/** Footer-nav-menu **/
.footer-nav-menu{
    padding: 0 ;
    margin: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 2px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}
.footer_list .list-item { padding: 0; list-style-type: none;margin-bottom: 10px;}
.footer_list .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #e7efff;
    font-size: 16px;
    text-align: left;
}
.footer_list .list-item li {
    padding-left: 30px;
    padding-bottom: 15px;font-weight: 300;
    line-height: unset; 
    letter-spacing: 0.5px; font-size: 15px;text-align: left;
}
.footer_list .list-item li a {font-size:13px;}
.footer_list h5 {font-size:15px;color:#fff}
.footer_list p {color:#eee;font-size:13px;margin-bottom:0}
.copyright_div {padding:15px 0 10px;}
.copyright_div p {margin-bottom:0;color:#fff;font-size: 13px;}
.copyright_div p a {color:#fff;font-size: 13px;}
.copyright_div p a:hover {color:#0065d0;}
.text_left {text-align:left}
.text_center {text-align:center}
.text_right {text-align:right}
 
#gotop {font-size:20px;z-index:99}
.cd-headline.clip .cd-words-wrapper::after {display:none}


/****  Chat Bot by Hamid khan ****/
            .main {
                margin: 18px;
                border-radius: 4px;
            }

            div[role="form"]{
                background-color: #fff;
            }        
#webchat {
    position: absolute;
    width: 100%;
    bottom: 10px;
    overflow: hidden;
    height: 420px;left: 0;
}		

.chat-wrapper h6 {margin-bottom:0}

.chat-btn {
    position: absolute;
    right: 14px;
    bottom: 0;
    cursor: pointer
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
	font-size: 15px;
    padding: 0 2px;
    /* font-size: 22px; */
    color: #fff !important
}

.chat-btn {
   /*  width: 50px;
    height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #0065d0;
    color: #fff;
    font-size: 22px;
    border: none;    padding: 10px;
}
.chat-wrapper {
position: fixed;
    /* height: 80px;
    width: 77px; */
    bottom: 25px;
    right: 56px;
   z-index:1;

}
 

.wrapper {
    position: absolute;
    right: 0;
    bottom: 40px;
     width: 500px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: none;
    transition: all 0.4s; 
}
#check:checked~.wrapper {
   display: block;
}
.chat-wrapper .header {
    /* padding: 13px; */
    background-color: #0065d0;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
    color: #fff
}
.chat-form {
    padding: 15px;
    height: 430px;
}
.chat-form input,
textarea,
button {
    margin-bottom: 10px
}
.chat-form textarea {
    resize: none
}
.chat-wrapper .form-control:focus,
.chat-wrapper .btn:focus {
    box-shadow: none;outline:none;
}
.chat-wrapper .btn,
.chat-wrapper .btn:focus,
.chat-wrapper .btn:hover {
    background-color: blue;
    border: blue
}
#check {
    display: none !important
}


.webchat--css-gfobn-1tdc372.webchat__basic-transcript .webchat__basic-transcript__filler {
    flex: unset !important;
}
.counsellor_img {
background: #fff;
    padding: 5px;
    margin-right: 10px; max-width:50px
}

/****  End Chat Bot   ****/

.search_div {position:relative}
.input-serch-box{
    background-color: transparent;
   color: #212529;
    border: 2px solid #212529;
    border-radius: 99px!important;
    height: 56px;
    padding: 0 35px;
    font-family: open sans;
    font-size: 14px;
}
 .input-serch-box:focus{
    background-color: transparent;
   /*  color: #ffffff!important; */
    border: 2px solid #0065d0!important;
} 
.input-serch-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111;
    font-family: open sans;
    font-size: 14px;
}
.search_button{
    background-color: transparent;
    border: 0;
    padding: 0;
    
    position: absolute;
    right: 0;
    cursor: pointer;
	top:0;
    height: 100%;
    width: 70px;
    font-size: 20px;
    }
    
.search_div .form-control {box-shadow:none;}
.point_block {
	position: relative;
        position: relative;
    padding: 0;
    background: #f7f7f7;
    margin: 0 15px;
    display: flex;box-shadow:0 5px 10px #eeeeee29;align-items: center;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;cursor:pointer;
	transition: all 0.5s ease;border-radius: 5px;margin-bottom: 5px;}
.point_img {max-width:40%;padding:5px;background:#fff; -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;border: 1px solid #eee;}
.point_img img {max-width:120px}
.point_text {padding-left:15px;}
.point_text h5 {font-size:15px;    font-weight: 400; }
/* .point_block:hover .point_img {background:rgb(231, 239, 255,  1);} */
/* .point_block:hover {box-shadow:0 10px 15px #eee;transform: translateY(-7px);background:#0065d0} */
.point_text span {padding:3px 7px;background:#0065d0;font-size: 12px; border-radius: 5px;    color: #fff;}

.update_box.media_div .list_control {padding:0}



.product_box {
	position: relative;
}
.p_img {position:relative}
.p_img .icon_list {
	background: #ff8a8b;
	position: absolute;
	bottom: -25px;padding-top:40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	/*border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 2px; */
    width: 100%;
    height: 100%;    text-align: center;color:#fff
}
.product_box:hover .icon_list, .p_img:hover .icon_list {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;bottom: 0;
}
.p_text {text-align:center;padding: 20px; margin-top: 0;position: relative; border: 2px solid #eee;    background: #fff;}
.p_text h4 {font-size: 20px;font-family: 'Jost', sans-serif;font-weight:500}


















.program_box {
  margin-bottom: 30px;text-align:center
}

/* .program_box:nth-child(even) {
  margin-top: 50px;
} */

.program_box:nth-child(even) .info {
  background: linear-gradient(90deg, rgba(0,16,45,1) 0%, rgba(0,89,252,1) 56%);
}


.program_box .item .info h5, 
.program_box .item .info span,
.program_box .item .info h5{
  transition: all 0.35s ease-in-out;
}

.program_box:nth-child(even) .info h5, 
.program_box:nth-child(even) .info span,
.program_box .item:hover .info h5, 
.program_box .item:hover .info span
{
  color: #ffffff;
}

 
.program_box .item .info-box {
  padding: 0 30px;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: 1;
}

.program_box .item .info {
  padding: 20px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0,0,0,.08);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
 
.program_box .item .info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(0,16,45,1) 0%, rgba(0,89,252,1) 56%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.program_box .item:hover .info::after {
  height: 100%;
}

.program_box img {
  border-radius: 8px;
}

.program_box .item .info h5 {
  font-weight: 600;
  margin-bottom: 5px;font-size:16px;
}

.program_box .item .info span {
  color: #777;
  font-weight: 400;
  font-size: 13px;
}

.program_box .thumb {
  overflow: hidden;
  position: relative;
}

.program_box .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 150%) repeat scroll 0 0;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}

.program_box .item:hover .thumb::after {
  height: 100%;
}

.program_box .thumb .social {
  position: absolute;
  left: 0;
  bottom: -30px;
  padding: 30px;
  right: 0;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}

.program_box .thumb .social ul li {
  display: inline-block;
  margin: 0 5px;
}

.program_box .item:hover .thumb .social {
  bottom: 40px;
}

.program_box .thumb .social ul li a {
  display: inline-block;
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 48px;
  border-radius: 50%;
}

.program_box .thumb .social ul li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.program_box .thumb .social ul li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.program_box .thumb .social ul li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.program_box .thumb .social ul li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.program_box .thumb .social ul li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.program_box .thumb .social ul li.instagram a {
  background: #3f729b none repeat scroll 0 0;
}


.box_listing ul li {display:inline-flex;transition: all 0.35s ease-in-out;} 
.box_listing ul li a {
padding: 10px 15px;
    border: 2px solid #00031d42;
    border-radius: 10px;
    margin-bottom: 15px;transition: all 0.35s ease-in-out;color: #00031d;
}
.box_listing ul li a:hover {background:#fff;color:#202021;border: 2px solid #0065d0;}

.counting_section {padding:50px 0 0; position:relative}

/* .training_partners {margin-top:50px;} */
.area_ex_panel {padding:50px 0}
.registration_section {position:relative; background: #f7f7f7;    margin-top: 50px;}
.registration_text {margin-top:50px;margin-left: 30px;}

.portfolio-item {margin:0 0 30px;position:relative;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;box-shadow: 0px 10px 30px 0px rgb(195 195 195 / 27%);   text-align: center;background-color: #fff;   padding: 10px 10px 10px;}
.portfolio-content {position: relative;width: 100%;text-align: center;}
.portfolio-content h3.title {font-size: 16px;margin-bottom: 0;text-transform:capitalize;font-weight:600}
.portfolio-content p.cat {color: #616161;text-transform: capitalize;font-weight: 600;font-size: 13px;}
.portfolio-content h3 a {position:relative;padding:15px 10px;display:block;    color: #00031d;}
.portfolio-content h3 a:hover {color:#030c11}
/*.portfolio-content h3 a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background-color: rgb(61 177 192);
    content: "";
    height: 1px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.portfolio-content:hover h3 > a:after {left: 0;width: 100%;}
*/
.portfolio-item:hover {box-shadow: 0px 10px 30px 0px rgb(195, 195, 195, 0.50);transform: translateY(-7px);}











/* -- timeline --*/
.timeline_new {position: relative;}.timeline_new * {-webkit-box-sizing: border-box;box-sizing: border-box;}
.timeline_new:not(.timeline--horizontal):before {background-color: #ddd;bottom: 0;content: '';left: 50%;margin-left: -2px;position: absolute;top: 0;width: 4px;z-index: 1;}
.timeline-box {overflow: hidden;position: relative;z-index: 2;}.timeline-item {font-size: 14px;position: relative;}
.timeline-item:after {background-color: #ffffff;border: 4px solid #232323;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;content: '';height: 14px;position: absolute;right: -11px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 14px;z-index: 1;}
.timeline-item.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;opacity: 0;}
.timeline-item.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
.timeline-item--left {left: 0}.timeline-item--right {left: 50%;padding: .625rem 0 .625rem 2.5rem;}.timeline-item--right:after {left: -11px;}
.timeline-item--right .timeline-content:after {border-bottom: 9px solid transparent;border-right: 11px solid #fff;border-left: none;border-top: 9px solid transparent;left: -10px;}
.timeline-content {background-color: #fff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;display: block;position: relative;    border: 1px solid #e1e1e1;padding: 20px 15px;}
.timeline-content:after,.timeline-content:before {content: '';height: 0;position: absolute;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 0;}
.timeline.timeline--mobile .timeline-content {margin-bottom: 15px;}
.timeline-content h2,.timeline-content h3,.timeline-content h4,.timeline-content h5 {font-weight: 600;}
.timeline--horizontal {font-size: 0;padding: 0 50px;overflow: hidden;white-space: nowrap;}
.timeline--horizontal .timeline-divider {background-color: #ddd;display: block;height: 4px;left: 40px;position: absolute;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 40px;z-index: 1;}
.timeline--horizontal .timeline-items {-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;will-change: transform;}
.timeline--horizontal .timeline-item {display: inline-block;left: 0;padding: 0 0 2.5rem;position: relative;-webkit-transition: none;-o-transition: none;transition: none;vertical-align: top;white-space: normal;}
.timeline--horizontal .timeline-item:after {left: 50%;right: auto;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top: 100%;}
.timeline--horizontal .timeline-item .timeline-item__inner {display: table;height: 100%;width: 100%;}
.timeline--horizontal .timeline-item .timeline-content__wrap {display: table-cell;margin: 0;padding: 0;vertical-align: bottom;}
.timeline--horizontal .timeline-item .timeline-content:after {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #0065d0;left: 50%;right: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);top: 100%;}
.timeline--horizontal .timeline-item:nth-child(even) {padding: 2.5rem 0 0;}
.timeline--horizontal .timeline-item:nth-child(even):after {top: 0;}
.timeline--horizontal .timeline-item:nth-child(even) .timeline-content__wrap {vertical-align: top;}
.timeline--horizontal .timeline-item:nth-child(even) .timeline-content:after {border-bottom: 10px solid #0065d0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: none;bottom: 100%;top: auto;}
.timeline-nav-button {background-color: #fff;border: 2px solid #ddd !important;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: none;box-shadow: none;cursor: pointer;display: block;height: 40px;outline: 0;position: absolute;text-indent: -9999px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%;width: 40px;z-index: 10;}
.timeline-nav-button:disabled {opacity: .5;pointer-events: none;}
.timeline-nav-button--prev {left: 0;}
.timeline-nav-button.timeline-nav-button--next::before {color: #232323;content: "\f105";font-family: "Font Awesome 5 Free";font-size: 20px;font-weight: 900;left: 0;line-height: 35px;position: absolute;text-align: center;text-indent: 0;top: 0;width: 100%;z-index: 99999;}
.timeline-nav-button.timeline-nav-button--prev::before {color: #232323;content: "\f104";font-family: "Font Awesome 5 Free";font-size: 20px;font-weight: 900;left: 0;line-height: 35px;position: absolute;text-align: center;text-indent: 0;top: 0;width: 100%;z-index: 99999;}
.timeline-nav-button--next {right: 0;}
.timeline--mobile {padding: 0;}
.timeline--mobile:before {left: 10px!important;margin: 0!important;}
.timeline--mobile .timeline-item {left: 0;padding-left: 40px;padding-right: 0;width: 100%;}
.timeline--mobile .timeline-item:after {left: 5px;margin: 0;}
.timeline--mobile .timeline-item .timeline-content:after {left: -10px;border-bottom: 10px solid transparent;border-right: 10px solid #0065d0;border-left: none;border-top: 10px solid transparent;}
@-webkit-keyframes fadeIn {0% {  opacity: 0;  top: 70px;}
100% {  opacity: 1;  top: 0;}
}
@keyframes fadeIn {0% {  opacity: 0;  top: 70px;}
100% {  opacity: 1;  top: 0;}
}
@-webkit-keyframes liftUp {0% {  top: 0;}
100% {  top: -15px;}
}
@keyframes liftUp {0% {  top: 0;}
100% {  top: -15px;}
}
.timeline_new h5 {letter-spacing: 0.5px;margin-bottom: 0;text-transform: uppercase;font-size: 14px;}
.timeline_new p {margin: 0;font-size: 14px;}
.timeline_new .icon{background: #2154cf none repeat scroll 0 0;  border-radius: 50%;  color: #ffffff;  height: 94px;  position: relative;  text-align: center;  width: 94px; padding:5px;  z-index: 1; margin-bottom:10px}
.year_circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0065d0;
    text-align: center;
    line-height:60px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.dark_grey {color: #464545; font-weight: 600;}
.award_certificate_img {
    position: absolute;
    top: 15px;
    right: 15px;
}


/* @media (max-width:990px) {.year_circle {padding-top: 5%;} }  */
@media (max-width:768px) {/* .year_circle {padding-top: 7%;} */.timeline_new * {margin-bottom: 20px;}} 
/* @media (max-width:480px) {.year_circle {padding-top: 8%;} } 
@media (max-width:430px) {.year_circle {padding-top: 9%;} } 
@media (max-width:400px) {.year_circle {padding-top: 10%;} } 
@media (max-width:360px) {.year_circle {padding-top: 11%;} }  */


.journey_section {padding:50px 0;position:relative}

.journey_section:before {position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/texture.png);z-index:-1;opacity: 0.6;
}












/* backtoup */
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(119, 119, 119, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '\f30c';
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #0065d0;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;font-weight: 900;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path { 
    fill: #cbddff; 
}
.progress-wrap svg.progress-circle path {
    stroke: #0065d0;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 







 
 
 .floating_media {
  position: fixed;
  top: 40%;right:0;
  z-index:10;display:none; 
}
/* Style the icon bar links */
.floating_media a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;    background: #0065d0;
    border-bottom: 1px solid;
}
.floating_media a:first-child {border-radius: 25px 25px 0 0;} 
.floating_media a:last-child {border-bottom:0;border-radius: 0 0 25px 25px;} 
.floating_media a:hover {background:#cbddff;color:#00031d;}
 
.tab_control {position: relative;    margin-top: 20px;} 
.tab_links {position: absolute;left: 27%;top: 5%;    z-index: 1;}
.tab_content_control {padding: 80px 15px; position: relative;}
.tab_control .nav-tabs .nav-item .nav-link {padding: 10px 30px;font-weight: 500; font-size: 16px;    background: #fff; color: #0065d0; border: 0;    margin-bottom: 5px;}
 
.tab_control  .nav-tabs .nav-link.active {background: #0065d0;  border: 0;    color: #fff;}
.tab_control .nav-tabs {border: 0;}

.overseas_section {position:relative;background:url(../images/bg.jpg);padding:50px 0;}
.overlap_box {text-align:right}
.light_text {color:#fff;z-index:1;position: relative;}
.overseas_section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
   background: rgb(0, 5, 47, 0.78);
     /* background: rgb(0, 11, 101, 0.55); */
}

.light_text .title_center h2 {color:#fff;}
.light_text .title_center {margin-bottom:15px}
.light_text h4 {color:#fff;}
.border_content {position:relative;padding:40px;border:2px solid #eee;border-radius: 20px;}
.light_text p a {color:#e0d4a7;}
.round_img img {border-radius: 10px;}

.p_wave {position: absolute; bottom: 0;}

.md_top30 { margin-top: 30px;}


/* Responsive Media Code */
 



@media (min-width: 1300px) and (max-width:1399px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
}
}
@media (max-width:1200px) {
.point_block {margin-top: 0; }
.lg_mgt {margin-top:-60px;}
.banner_caption h2 {font-size: 18px;}
.border_content {padding:15px;}
.light_text h4 {font-size:20px}
.round_img {text-align:center;margin-bottom:30px}
.tab_links {top:0}
.tab_content_control {padding: 100px 15px;}
.md_top30 { margin-top: 0px;}
}


@media (min-width: 991px) and (max-width:1200px) {
.header-style1 .header-nav .nav>li>a {padding: 30px 7px;}
.header-style1 .logo-header {  max-width: 110px;}
.header-style1 .header-nav .nav>li>a {font-size: 15px;}

}
@media (max-width:990px) {
.header-style1 .header-nav .nav>li .sub-menu {padding: 10px 0px;}
.header-style1 .header-nav .nav>li .sub-menu li a {
    color: #fff;
}
.header-style1 .header-nav .nav .sub-menu li.has-child a {padding: 5px 15px;font-size:14px}
.header-style1 .header-nav .nav li.has-child.nav-active>a {color:#111}
.happening_control img {width:100%}
.header-style1 .header-nav .nav>li>a.drop_icon:before {display:none}
.update_box {height:unset;    margin-bottom: 30px;}
.pd_over_0 { padding:0 15px;}
.xs_bg_theme {background: #0065d0;color: #fff;}
.stastic_box.alternet_bg.xs_bg_theme2 {
    background: #f1f1f1;
    color: inherit;
}
.registration_section {padding-bottom:50px}
.header-style1 .logo-header-inner {padding-top: 10px;}
.search_div {margin-bottom:20px;}
 .tab_links {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
}
.tab_content_control {padding:20px 0}
.tab_content_control h6 { font-size: 20px;}

}

@media (max-width:768px) {
.top_bar {text-align:center}
.top_bar p {font-size: 13px;line-height: 20px;}
.header-style1 .header-nav .nav>li>a {font-size: 14px;}

.selection_elements {text-align: center;}
.order_control {border-top:1px solid #eee}
.select_list {border:0}
.cd-headline.clip .cd-words-wrapper {vertical-align: unset;}
/* .select_list > li:last-child {border-right: 1px solid rgba(0, 0, 0,0.4);}  */
.first_section {padding: 60px 0 30px;}
.welcome_section { padding: 30px 0;}
.text_left {text-align:center}
.text_right {text-align:center}
.space_alignment p {text-align:justify}
.second-footer .widget-area:not(:first-child):after {
    width: 100%;
    height: 1px;
    left: 0;
}
.img_a_text {margin-bottom: 20px;font-size: 18px;}
.header-style1 .logo-header {  max-width: 150px;}
.statics_section {padding: 0px 0 50px;}
.message_box:first-child {margin-top:20px;}
.border_right {
    border-top: 1px solid rgba(255,255,255,.29);
    border-bottom: 1px solid rgba(255,255,255,.29);
}
#client_slider {margin-bottom: 25px;}
.detail_img {margin-bottom:20px;}
.detail_box h4 {
    font-size: 20px;
}
.newthing_slid .title_left h2 {font-size:22px;}
.cd-headline.clip span.hide_sm {display:none}
.chat-wrapper {right: 15px;}
.lg_mgt {margin-top:0px;}
.banner_caption { position: relative; border-radius: 0;}
.banner_caption h2 {font-size: 16px;}
.p_wave {bottom:-5px}
.progress-wrap {    right: 0;}
.chat-btn {    right: 30px;}
.floating_media a {font-size:15px;padding: 5px;}
}



@media (max-width:480px) {
.h2_title h2 {font-size: 24px;}
.h2_title .lightfont_100 { font-size: 30px;}
.h2_title {margin-bottom: 0;}
.set_one {margin-bottom: 25px;}
.floating_btn { margin-right: 5px;font-size:14px;   padding: 7px 15px;}
.welcome_text h2 {font-size: 20px;}
.welcome_text h3 {font-size: 16px;}
.count_box {    margin-top: 20px;}
.select_list > li > a {font-size: 13px;}
.select_list > li {padding: 5px 3px;}
.select_list > li:last-child > a {font-size: 16px; }
.title_center h2 {font-size:24px}
.left_center h2 {font-size:24px}
.pd_over_0 { padding: 0 .75rem;}
.explore_text {padding: 25px 20px;background: #f1f1f1;margin-bottom:10px;}
.featured-icon-box {    margin: 0px 0 10px}
.happening_content h3:before {font-size: 40px; line-height: 40px; top: -35px; left: -5px;right:unset;}
.certification_section { padding: 0 0 20px;}
.happening_content {padding: 40px 15px;}
.happening_section {padding: 20px 0 0}
.happening_control {padding:0; }
.featured-icon-box.style2 {padding: 40px 25px 30px 25px;}
.set_one span b {font-size: 16px;}
.about_control {margin-top: 25px;}
.title_left h2 {font-size: 24px;}
.header-style1 .logo-header {  max-width: 100px;}
.header-style1 .logo-header-inner img {max-width: 100%;}
.floating_btn.active {margin-bottom:10px;}
.wrapper {width:300px;}
.chat-form {height: 300px;}
#webchat {height: 290px;}
.program_box .item .info-box { padding: 0 10px;top: -30px; margin-bottom: -30px;}
.program_box .item .info h5 {font-size:14px}

}

@media (max-width:400px) {.select_list > li > a {font-size:12px}.select_list > li:last-child > a { font-size: 12px; margin-left: 1px;}
.order_control {padding:0}

 }

@media (max-width:360px) {
.top_bar p {  font-size: 12px;line-height: 1.3;}
.header-style1 .logo-header {max-width: 90px;}
}
@media (max-width:340px) {
.top_bar p {  font-size: 10px;}
}



 