


@FONT-FACE {
	font-family: "poppins";
	src: url("poppins.woff2");
}


@FONT-FACE {
	font-family: "robotomed";
	src: url("robotomed.woff2");
}


body {
font-family: "poppins";
	font-size: 14px;
	color: #262663;
	overflow-x: hidden;
	text-transform: capitalize;
}



h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	color: #000;
font-family: "robotomed";
}



img {
    max-width: 100%;
	height: auto;
}
a {
text-decoration: none;
    outline: 0 !important;
}

a:hover {
text-decoration: none;
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 30px;
	padding-bottom: 15px;


}



.our_partners {
padding: 50px 0 25px;;
background: #f6f6f6;
}

















/************************** 
* 2. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;

position: absolute;
top: 80%;
z-index: 999;
left: 0;
right: 0;
}
.header-navigation {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .logo-box {
  float: left;

}
.header-navigation .navbar-brand {
  height: auto;
  margin: 0;
padding: 0;
}
.header-navigation .menu-toggler {
  display: none;
}
.header-navigation .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 25px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {

}
@media (max-width: 1649px) {
  .header-navigation ul.navigation-box > li + li {

  }
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  padding: 10px 22px;
  transition: all .4s ease;
  position: relative;
}
 .header-navigation ul.navigation-box > li:hover > a {
color: #fff;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width:180px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
margin-left:0;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
padding:10px 14px;
border-bottom: 1px solid #cccccc4d;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:last-child {
border-bottom: none;
}


.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
padding: 5px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 0px;
}



.header-navigation ul.navigation-box > li > .sub-menu > li:hover {
background:#262663;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width:180px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #262663;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
margin-left:0;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 10px 14px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #262663;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li > ul {
position: absolute;
top: 0%;
left: 100%;
z-index: 1000;
float: left;
min-width:180px;
padding: 0px 0px;
text-align: left;
list-style: none;
background-color: #262663;
background-clip: padding-box;
opacity: 0;
border-radius: 0px;
visibility: hidden;
transition: opacity .4s ease, visibility .4s ease;
box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
margin-left: 0;
}


.header-navigation ul.navigation-box > li > ul > li > ul > li > a { 
font-size: 13px;
color: #fff;
font-weight: 500;
padding: 8px 5px;
display: block;
line-height: 26px;
white-space: nowrap;
position: relative;
transition: all .4s ease;
}



.header-navigation ul.navigation-box > li > ul > li > ul > li > ul {
position: absolute;
top: 0%;
left: 100%;
z-index: 1000;
float: left;
min-width:180px;
padding: 0px 0px;
text-align: left;
list-style: none;
background-color: #262663;
background-clip: padding-box;
opacity: 0;
border-radius: 0px;
visibility: hidden;
transition: opacity .4s ease, visibility .4s ease;
box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
margin-left: 0;

}



.header-navigation ul.navigation-box > li > ul > li > ul > li > ul > li > ul {
position: absolute;
top: 0%;
left: 100%;
z-index: 1000;
float: left;
min-width:180px;
padding: 0px 0px;
text-align: left;
list-style: none;
background-color: #262663;
background-clip: padding-box;
opacity: 0;
border-radius: 0px;
visibility: hidden;
transition: opacity .4s ease, visibility .4s ease;
box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
margin-left: 0;

}


.header-navigation ul.navigation-box > li > ul > li > ul > li > ul > li > ul > li > a,
.header-navigation ul.navigation-box > li > ul > li > ul > li > ul > li > a {
font-size: 13px;
color: #fff;
font-weight: 500;
padding: 8px 5px;
display: block;
line-height: 26px;
white-space: nowrap;
position: relative;
transition: all .4s ease;
}






.header-navigation ul.navigation-box > li > ul > li > ul > li > ul > li:hover > .sub-menu  {
  opacity: 1;
  visibility: visible;
}













.header-navigation ul.navigation-box > li > ul > li > ul > li:hover > .sub-menu  {
  opacity: 1;
  visibility: visible;
}


.header-navigation ul.navigation-box > li > ul > li > ul > li .sub-menu > li:hover > a {
  color: #262663;
  background: #fff;
}




.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;

  border-bottom: 0;
}

.site-header.header-one .top-bar .container-fluid {
  padding: 0;
}
.site-header.header-one .top-bar .left-content a.logo-box {
  background: #262663;
  text-align: center;
  padding: 40px 86px;
  display: inline-block;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content a.logo-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .left-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content {
    width: auto;
    text-align: left;
  }
}
.site-header.header-one .top-bar .right-content {
  padding: 34px 0;
  padding-right: 60px;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .right-content {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .right-content {
    width: auto;
    text-align: left;
    padding-right: 50px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info {
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .single-header-contact-info {
    text-align: left;
  }
}
.site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
  border-left: 2px solid #f3f3f3;
  padding-left: 50px;
  margin-left: 50px;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
    padding-left: 28px;
    margin-left: 28px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info:last-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info:last-child {
    display: none;
  }
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block,
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block i {
  font-size: 32px;
  color: #262663;
  display: block;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  padding-left: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3,
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  line-height: 1em;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3 {
  color: #262663;
  font-size: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  color: #7f8284;
  font-size: 16px;
  margin-top: 5px;
}
.site-header.header-one .top-bar .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-one .top-bar .social a:hover {
  color: #fff;
  background: #262663;
}
.site-header.header-one .top-bar .social a + a {
  margin-left: 10px;
}
.site-header.header-one .header-navigation {
  position: relative;
}
.site-header.header-one .header-navigation {
  width: 100%;
  max-width: calc(100% - 362px);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #262663;
  padding-left: 50px;
  padding-right: 0px;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation {
    max-width: calc(100% - 250px);
  }
}
.site-header.header-one .header-navigation .right-side-box {
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #262663;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn {
  display: inline-block;
  vertical-align: middle;
  background: #262663;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  
  padding: 25.5px 122.5px;
  transition: all .4s ease;
  margin-left: 50px;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn:hover {
  color: #262663;
  background: #fff;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation .right-side-box .quote-btn {
    margin-left: 30px;
    padding-left: 80px;
    padding-right: 90px;
  }
}
.site-header.header-one .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.site-header.header-one .stricky-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.site-header.header-one .stricky-menu .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header.header-one .stricky-menu .container .right-side-box .quote-btn {
  padding-left: 45px;
  padding-right: 45px;
}
.site-header.header-one .stricky-menu.stricky-fixed {
  position: fixed;
  background: #262663;
  visibility: visible;
  opacity: 1;
}



.right-side-box a {
color: #fff;
display: block;
float: right;
font-size: 14px;
}






.site-header.header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 44, 66, 0.1);
  z-index: 99;
}
.site-header.header-two .top-bar .container {
  position: relative;
}
.site-header.header-two .top-bar .container:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  content: '';
  width: 1000000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-two .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block,
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #262663;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.site-header.header-two .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 14.5px 0;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-two .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.site-header.header-two .header-navigation ul.navigation-box > li:hover > a, .site-header.header-two .header-navigation ul.navigation-box > li.current > a {
  color: #262663;
}
.site-header.header-two .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-three .top-bar {
  position: relative;
  background: #262663;
}
.site-header.header-three .top-bar:before, .site-header.header-three .top-bar:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.site-header.header-three .top-bar:before {
  left: 0;
  background: #262663;
}
.site-header.header-three .top-bar:after {
  right: 0;
  background: #262663;
}
.site-header.header-three .top-bar .container {
  position: relative;
  z-index: 10;
}
.site-header.header-three .top-bar .left-content p {
  padding: 14px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-three .top-bar .left-content p a {
  color: #262663;
}
.site-header.header-three .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-three .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block,
.site-header.header-three .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #262663;
}
.site-header.header-three .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-three .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #262663;
}
.site-header.header-three .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 0px 0;
  margin-right: 100px;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-three .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-three .header-navigation {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.site-header.header-three .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.site-header.header-three .header-navigation ul.navigation-box > li.current > a,
.site-header.header-three .header-navigation ul.navigation-box > li:hover > a {
  color: #262663;
}
.site-header.header-three .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-three .header-navigation ul.navigation-box > li + li {
  margin-left: 56px;
}
.site-header.header-three .header-navigation .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;navigation
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-three .header-navigation .right-side-box .social a:hover {
  color: #fff;
  background: #262663;
}
.site-header.header-three .header-navigation .right-side-box .social a + a {
  margin-left: 10px;
}
.site-header.header-three .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-four .top-bar {
  text-align: center;
background: #0078ffcc;background: linear-gradient( to right, #252464 , #3393ff);
}
.site-header.header-four .top-bar .left-content p {
  padding: 10.5px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-four .top-bar .left-content p a {
  color: #262663;
}
.site-header.header-four .lower-bar .container {
  position: relative;
}
.site-header.header-four .lower-bar .container .logo-box {
float:left;
padding: 5px 0;
}


.header-four {
position: relative;
}


.header-four .lower-bar {
padding: 5px 0;
}


.header-four .lower-bar .right-content {
margin-top: 25px;
}



.site-header.header-four .lower-bar .container .logo-box img {
width: 150px;
}


.site-header.header-four .lower-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 23px 0;position: relative; margin-left:20px;
}
.site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {
  margin-left: 100px;
}

.site-header.header-four .lower-bar .single-header-contact-info i {
  color: #262663;
  font-size: 32px;
  line-height: 1em;
  display: block;
position: absolute;
left: -55px;
}
.site-header.header-four .lower-bar .single-header-contact-info h3, .site-header.header-four .lower-bar .single-header-contact-info p {
  margin: 0;
}
.site-header.header-four .lower-bar .single-header-contact-info h3 {
  color: #262663;
  font-size: 17px;
  line-height: 1em;
  margin-top: 15px;
  margin-bottom: 8px;margin-top: 0;
}
.site-header.header-four .lower-bar .single-header-contact-info p {
  line-height: 1em;
  font-size: 16px;
  color: #7f8284;
}
.site-header.header-four .header-navigation {

}
.site-header.header-four .header-navigation .main-navigation {
  float: none;
  text-align: center;


}
.site-header.header-four .header-navigation ul.navigation-box > li {
padding: 37px 0;
}


























/* -- Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.section-header h3{
	color: #222;
	font-size: 22px;
	line-height: 28px;
		font-family: "poppins";
	
	text-transform: capitalize;
	margin: 0 0 17px;
	word-wrap: break-word;
}
.section-header h3 span{
	color: #262663;
font-weight: normal;
font-size: 18px;
display: block;
}
.section-header p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.30px;
	line-height: 26px;
		font-family: "poppins";
	word-wrap: break-word;
}

@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}


/* ## Header */
/* -- Top Header */	
.top-header {
	background-color: #333;
	line-height: 30px;
}
.topheader-left {
	display: inline-block;
	width: 50%;
}
.topheader-left a {
	color: #999;
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.topheader-right a:hover,
.topheader-left a:hover {
	color: #262663;
}
.topheader-left a::after{
	color: #494949;
    content: "/";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;	
}
.topheader-left a:last-of-type::after{
	content: "";
}
.topheader-left a i{
	font-size: 21px;
	margin-right: 10px;	
	position: relative;
	top: 2px;
}
.topheader-left  span {
	display: inline-block;
	margin-right: 5px;
}
.topheader-right {
	float: right;
	text-align: right;
	width: 50%;
}
.topheader-right a {
	color: #999;
    font-size: 13px;
    line-height: 26px;
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.topheader-left a:last-of-type,
.topheader-right a:last-of-type {
	margin-right: 2px;
	padding-right: 0;
}
.topheader-right a i{
	margin-right: 9px;
}
.topheader-right a::after {
	background-color: #4f4f4f;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.topheader-right a:last-of-type::after {
	width: 0;	
}
/* -- Expanding Search */
.menu-block .container {
	position: relative;
}
.menu-block .menu-search {
float: right;

position: absolute;


top: 22px;

right: 16px;

z-index: 999;
}
/*
.menu-block .menu-search::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: #000;
	height: 25px;
	width: 1px;
}*/
.menu-search .sb-search-submit i {
color: #fff;

width: 50px;

height: 50px;

line-height: 50px;

border-radius: 0 50px 50px;

background: linear-gradient( to right,#aa003d ,#8b141c);
background: linear-gradient( to right,#3393fe ,#252464);
text-align: center;
}


.menu-block.navbar-fix .menu-search .sb-search-submit:hover i,
.menu-search .sb-search-submit:hover i {
	color: #262663;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #777;
}
.menu-search .sb-search {
	position: relative;
	top: 0;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.menu-search .sb-search-submit {
    background: transparent; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    color: #333;
    border: none;
    outline: none;
    z-index: 1;
	position: relative;
	left: 0;
	right: 0;
	top: 0px;
	margin:0 auto;
	width: 100%;
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 52px;
    right: 0;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 11;
    font-size: 14px;
    color: #222;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 45px;
	right: 0;
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.menu-block.navbar-fix .menu-search .sb-search.sb-search-open .sb-search-input {
	top: 48px;
}

.menu-block.navbar-fix .menu-search::before {
	background-color: #262663;
}

/* ## Footer */
/* -- Footer Main */
.footer-main {
	background-color: #232323;	

}
.footer-main .row {
	padding-top: 30px;

}
.ftr-widget{
	margin-bottom: 27px;
}
/* -- Wiget:: About */
.about_widget {
	padding-right: 50px;
}
/*
a.footer-logo{
	color: #fff;
    display: inline-block;
    float: left;
   	font-family: "poppins";
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 28px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}


.footer-logo > img{
	left: 0;
    position: absolute;
    top: -6px;
}

*/
.footer-logo span{
	color: #777;
    display: block;
    	font-family: "poppins";
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}
.about_widget ul {
	float: right;
	margin-bottom: 20px;
	padding-left: 0;
}
.about_widget ul li{
	display: inline-block;
}
.about_widget ul li a{
	color: #888888;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 24px;
    margin-right: 33px;
    text-decoration: none;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.about_widget ul li a:hover{
	color: #262663;
}
.about_widget ul li:last-of-type a{
	margin-right: 0;
}
.about_widget p {
	color: #888;
    display: inline-block;   
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

/* -- Widget Title */
.ftr-widget .widget-title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 26px;
		font-family: "poppins";
	color: #fff;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 23px;
background: url(../images/bg_widget_title.png);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
background-position: right bottom;
background-repeat: no-repeat;
display: inline-block;
padding: 0 30px 15px 0;
text-transform: uppercase;
margin-bottom: 25px;
}
/*
.ftr-widget .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #262663;
	width: 30px;
	height: 1px;
}*/
.footer2 .ftr-widget .widget-title {
	font-size: 16px;
	color: #ccc;
	padding-bottom: 15px;
}
.footer2 .ftr-widget{
	margin-bottom: 24px;
}
/* -- Widget:: Newsletter */
.newsletter_widget .input-group {
	min-height: 60px;
	padding: 4px 3px;
	display: inline-block;
	width: 100%;
}
.newsletter_widget .input-group-btn{
	position: absolute;
    right: 128px;
    top: 9.5px;
	z-index: 5;
}
.newsletter_widget .form-control {
	border: 1px solid #343434;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	color: #888;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 60px;
	min-height: 60px;
	padding-left: 19px;
	padding-right: 155px;
	letter-spacing: 0.52px;	
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.newsletter_widget .form-control:focus {
	border-color: #fff;
}
.newsletter_widget .btn {
	background-color: #2a2b2c;
	border-radius: 0;
	min-height: 49px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	
	line-height: 26px;
	letter-spacing: 0.42px;
		font-family: "poppins";
	padding: 8px 35px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 1;	
}
.newsletter_widget .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color:#262663;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.newsletter_widget .btn:hover::before {
	width: 100%;
}

/* -- Widget:: UpcomingEvent */
.upcomingevent_widget {
	padding-right: 35px;
}
.upcoming-eventbox{
	position: relative;
}
.upcoming-eventbox p {
	color: #888;
	font-size: 13px;
	line-height: 26px;
}
.upcoming-eventbox ul{
	padding-left: 0;
	display: inline-block;
}
.upcoming-eventbox ul li {
	display: inline-block;
	margin-right: 16px;
}
.upcoming-eventbox ul li:last-of-type {
	margin-right: 0;
}
.upcoming-eventbox ul li a {
	text-decoration: none;
	color: #888;
	font-size: 13px;
	line-height: 26px;
	text-transform: capitalize;
}
.upcoming-eventbox ul li a i{
	margin-right: 10px;
}
.upcoming-eventbox > a {
	float: right;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.39px;
	color: #eeba22;
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #eeba22;
	height: 1px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.upcoming-eventbox > a:hover::before {
	width: 100%;
}
.upcoming-eventbox > a:hover {
	color: #fff;
}
.upcomingevent_widget .carousel-control {
	background: rgba(0, 0, 0, 0.2);
    height: 38px;
    line-height: 38px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    width: 38px;
    z-index: 999;  
	font-size: 12px;
	top: -80px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.upcomingevent_widget .carousel-control:hover {
	background: rgba(255, 199, 34, 0.8);
	color: #333;
}
.upcomingevent_widget .left.carousel-control {
    left: auto;
    right: 50px;
}

/* -- Widget:: Flickr */
.flickr_widget ul {
	padding-left: 0;
}
.flickr_widget ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}
.flickr_widget ul li a{
	text-decoration: none;
}

.flickr_widget ul li:nth-child(odd) a::before,
.flickr_widget ul li:nth-child(even) a::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,199,34,0.4);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.flickr_widget ul li:nth-child(odd) a::before {
	height: 0;
}
.flickr_widget ul li:nth-child(odd) a:hover::before {
	height: 100%;
}
.flickr_widget ul li:nth-child(even) a::before {
	width: 0;
}
.flickr_widget ul li:nth-child(even) a:hover::before {
	width: 100%;
}
.flickr_widget ul li:last-of-type {
	margin-right: 0;
}

/* -- Footer Bottom */
.footer-bottom{
	border-top: 1px solid #343434;
	padding:5px 0;

}
.copyright{
	display: inline-block;
}
.footer-bottom span{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #fff;
	display: inline-block;
		font-family: "poppins";
}
.footer-bottom .ow-navigation{
	float: right;
	width: auto;
}
.footer-bottom .ow-navigation .nav.navbar-nav > li{
	margin: 0 12px;
}
.footer-bottom .ow-navigation .navbar-collapse{
	padding-right: 0;
	padding-left: 0;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #888;
	display: inline-block;
		font-family: "poppins";
	font-weight: 400;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a:hover{
	color: #262663;
}
.footer2 .footer-bottom span,
.footer2 .footer-bottom .ow-navigation .nav.navbar-nav li > a{
	text-transform: capitalize;
	font-size: 14px;
		font-family: "poppins";
}


/* -- Footer2 */

.footer2.footer-main {

	background-color: #242424;

}
.in-out {  
background-image: url(../images/bg_footer_top.png);
background-position: bottom left;
background-repeat: no-repeat;}



.footer2.footer-main .row{
	padding-bottom: 0px;
}
.footer2 .about_widget {
	padding-right: 0;
}
.footer2 .about_widget > span{
	display: inline-block;
	width: 100%;
	color: #888;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 0.28px;
}
.footer2 .about_widget.ftr-widget p {
	position: relative;
	padding-left: 20px;
	margin-bottom: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.42px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget.ftr-widget p:hover a,
.footer2 .about_widget.ftr-widget p:hover span,
.footer2 .about_widget.ftr-widget p:hover {
	color: #262663;
}
.footer2 .about_widget p span {
	position: absolute;
	left: -4px;
	top: 2px;
	font-size: 18px;
	color: #2a2b2c;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer2 .about_widget p:first-of-type{
	margin-top: -3px;
}
.footer2 .about_widget p:first-of-type span {
	top: 5px;
}
.footer2 .about_widget p a {
	color: #999;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

/* -- Widget:: UsefullLink */
.footer2 .useful-llink {
	padding-left: 72px;
}
.footer2 .useful-llink ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer2 .useful-llink ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.footer2 .useful-llink ul li:last-of-type {
	margin-bottom: 0;
}
.footer2 .useful-llink ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.footer2 .useful-llink ul li a:hover{
	color: #262663;
	margin-left: 5px;
}

/* -- Widget:: Flickr  */
.footer2 .flickr_widget .flickr-box{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 17px;
}
.footer2 .flickr_widget .flickr-box img{
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 100%;
}
.footer2 .flickr_widget .flickr-box p{
	padding-left: 80px;
	color: #ccc;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
}
.footer2 .flickr_widget .flickr-box p span{
	display: block;
	color: #262663;
	line-height: 24px;
}

/* -- Widget:: Newsletter */
.footer2 .ftr-widget.newsletter_widget > p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}
.footer2 .newsletter_widget .form-control{
	min-height: 45px;
	line-height: 45px;
	padding-right: 65px;
	background-color: #2c2c2c;
	border: none;
}
.footer2 .newsletter_widget .input-group{
	margin-top: 11px;
}
.footer2 .newsletter_widget .input-group-btn {
	position: absolute;
	right: 50px;
	top: 4px;
}
.footer2 .newsletter_widget .btn{
	min-height: 44px;
	line-height: 30px;
	padding: 5px 13px;	
	
}
.footer2 .newsletter_widget ul{
	padding-left: 0;
	margin-bottom: 0;
	border-top: 1px solid #383838;
	padding-top: 22px;
	margin-top: 16px;
}
.footer2 .newsletter_widget ul li a{
	color: #949494;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 2.8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 18px;
}
.footer2 .newsletter_widget ul li a:hover{
	color: #262663;
}
.footer2 .newsletter_widget ul li:last-of-type a{
	margin-right: 0;
}
.footer2 .newsletter_widget ul li{
	display: inline-block;
}

/* ## Page Banner */
.pagebanner {
	background: url("../images/pagebanner-courses.jpg"); 
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 300px;
}
.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pagebanner-content{
	margin-top: 135px;
}
.pagebanner h3{
	position: relative;
	font-size: 35px;
	line-height: 26px;
		font-family: "poppins";
	
	color: #fff;
	display: inline-block;
	float: left;
	margin: 0;
}
.pagebanner .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.pagebanner .breadcrumb > li + li::before{
	content: "-";
	padding: 0 6px 0 2px;
	color: #fff;
}
.pagebanner .breadcrumb li {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 26px;
	font-weight: 400;
		font-family: "poppins";
	text-transform: capitalize;
}
.pagebanner .breadcrumb a{
	color: #fff;
	text-decoration: none;
}


.our_courses_area {padding-top: 0px; margin-top: 0; }
.our_courses_area .section_heading h1 { margin-bottom: 0; }


.section-header h3 {
    position: relative;
}

.section-header h3,
.section_heading h1 {
padding-bottom: 12px;
}


.section-header h3:after,
.section_heading h1:after {
position: absolute;
content: "";
width: 80px;
height: 3px;
left: 0;
bottom: 0;
background: #262663;
background: linear-gradient( to right,#aa003d ,#f100301a);

}



.all_our_courses .owl-nav  { 
display: block;
width: 100px;
right: 0;
top: -35px;
position: absolute;
 }








/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {

	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	.footer-main.footer2 .col-md-3:nth-child(4n+1) {
		clear: both;
	}
}

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Footer Main */	
	/* -- Wiget:: About */
	.about_widget ul li a{
		margin-right: 5px;
	}
	
	/* -- Wiget:: UpcomingEvent */
	.upcoming-eventbox ul li{
		margin-right: 10px;
	}
	
	/* -- Footer2 */
	.footer2 .about_widget.ftr-widget p{
		padding-left: 35px;
	}
	.footer2 .useful-llink{
		padding-left: 40px;
	}
	
}


.all_partners .owl-item .single_partner {
padding: 8px;
background: #fff;
width: 100%;
}


.all_partners .owl-item img {
width: auto;
max-width: 100%;
height: auto;
margin: 0 auto;
max-height: 100px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.parallax-section .owl-carousel .owl-item img { float:none !important}
.video-block { margin-top:0 !important; }
.eventcourse-categories p,
.section-header h3 { text-align:left;}
.parallax-section .owl-carousel .owl-item img { float:none !important}
.eventblock .section-padding { padding:0 !important}
.video-content { padding-left: 0px !important;
padding-bottom: 0px !important;}
.menu-block.navbar-fix .ow-navigation .nav.navbar-nav li > a { color:#fff;}

.menu-search .sb-search-submit { top:25px}
.navbar-fix .menu-search .sb-search-submit { top:30px;}
 }


/* -- max-width: 991 */
@media (max-width: 991px) {
/*tobar*/
.main-header .top-bar-social{

	}
	.main-header ul.top-bar-info{
		text-align: center !important;
	}

	/* -- Menu Block */		
	/* -- Menu Search */
	.menu-block .menu-search{
		right: 85px;
		top: 0px;
	}
	.menu-block .menu-search::before{
		width: 0;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input{
		top:84px;
		width: 230px;
	}

	.menu-block.navbar-fix .menu-search .sb-search.sb-search-open .sb-search-input{
		top: 40px;
	}
	
	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	
	/* -- Widget:: About */
	.about_widget ul{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: left;
	}
	
	/* -- Footer Bottom */
	.footer-bottom{
		padding-top: 0;
		padding-bottom: 7px;
	}
	.footer-bottom span{
		line-height: 50px;
	}
	.footer-bottom .ow-navigation{
		position: relative;
		margin-top: -50px;
		width: 100%;
	}
	.footer-bottom .ow-navigation .nav.navbar-nav > li,
	.footer-bottom .ow-navigation .nav.navbar-nav li > a{
		margin: 0;
	}
	
	.footer-bottom .ow-navigation .navbar-collapse > ul > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	/* -- Footer2 */
	.footer2.footer-main .col-md-3:nth-child(2n+1){
		clear: both;
	}
	.footer2 .useful-llink{
		padding-left: 0;
	}
	.footer2 .about_widget.ftr-widget p{
		margin-bottom: 12px;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {




.eventcourse-categories .section-header { margin-bottom: 0px !important; margin-top: 15px;}


.eventblock .section-padding { display:none}

 .video-block { margin: 20px auto !important }

.copyright,
.social-ll ul { width:100%; text-align:center}

.footer2 .footer-bottom span { font-size:12px}


.menu-search .sb-search-submit { top:25px}
.navbar-fix .menu-search .sb-search-submit { top:30px;}


.parallax-section .owl-carousel .owl-item img { float:none !important;}


.navbar-fix .menu-search .sb-search-submit i { color:#ccc !important}
.back-ground { 
background: #f0f0f0;
}



.all_latest_course .owl-nav { }

.video-testimonial-section .section-header { margin-bottom:0;}
	
	/* -- Top Header */
	.topheader-left{
		width: 60%;
	}
	.topheader-right{
		width: 40%;
	}
	/* -- Footer Main */
	.footer-main .row {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.footer-main .row
	/* -- Widget:: About */
	.about_widget{
		padding-right: 5px;
	}
	.about_widget ul{
		display: inline-block;
		width: auto;
		text-align: center;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox > a{
		float: right;
	}
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 25px;
		width: 100%;
		text-align: center;
	}
	.pagebanner .breadcrumb{
		display: inline-block;
		float: none;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	.main-header ul.top-bar-info li{
		display: block !important;
	}
	/* -- Top Header */
	.topheader-left{
		width: 72%
	}
	.topheader-right{
		width: 28%;
	}
	.topheader-left a,
	.topheader-right a{
		font-size: 11px;
	}
	.topheader-left a{
		margin-right: 5px;
		padding-right: 15px;
	}
	.topheader-right a{
		margin-right: 5px;
		padding-right: 5px;
	}
	
	/* -- Widget:: UpcomingEvent */
	.upcoming-eventbox ul li {
		margin-right: 8px;
	}
	
	/* -- PageBanner */
	.pagebanner h3{
		font-size: 20px;
	}
}


/* --  max-width: 479 */
@media (max-width: 479px) {
	.menu-searchmine{
		display: inline!important;
	}
	.menu-search{
		display: none !important
	}
.main-header ul.top-bar-info li{
	display: block!important;
	float: none !important;
	text-align: center;
	font-size: 12px !important;
}
.main-header .top-bar-social{

}
.our_courses_area .section_heading { width:80% }


	/* -- Top Header */
	.top-header{
		line-height: 35px;
	}
	.topheader-left,
	.topheader-right {
		width: 100%;
		text-align: center;
	}
	.topheader-left a {
		font-size: 11px;
		padding-right: 11px;
		margin-right: 5px;
	}
	.topheader-left a i{
		margin-right: 5px;
		font-size: 20px;
	}
	.topheader-right{
		float: none;
	}
	
	/* -- widget:: About */
	.about_widget ul{
		width: 100%;
	}
	
	/* -- widget:: Newsletter */
	.newsletter_widget .input-group{
		padding: 4px 0;
	}
	
	/* -- widget:: UpcomingEvent */
	.upcomingevent_widget{
		padding-right: 5px;
	}
	.upcoming-eventbox > a{
		float: left;
	}
	
	/* -- Footer Bottom */
	.footer-bottom span{
		font-size: 10px;
	}
	
	/* -- PageBanner */	
	.pagebanner-content{
		margin-top: 130px;
	}
	.pagebanner h3{
		font-size: 18px;
	}
}




/* --------------------------------------------------------
Our Courses CSS
-----------------------------------------------------------*/
.all_our_courses{

}

.sing_course_thumb { overflow: hidden; position: relative;}

.single_our_course{
    background: #f8f8f8;
    border: 1px solid #ececec;
    margin-top: 30px;
}
.single_our_course:hover img {
transform: scale(1.1) !important;
}
.single_our_course {

  background: #fff;
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  transform: translateZ(0px);
}
.single_our_course:before,
.single_our_course:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.single_our_course:before {
  border-right: 2px solid #262663;
  border-left: 2px solid #262663;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.single_our_course:after {
  border-bottom: 2px solid #262663;
  border-top: 2px solid #262663;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.single_our_course:hover:before {
  transform: scaleY(0.5);
}
.single_our_course:hover:after {
  transform: scaleX(0.5);
}



.sing_course_thumb > img {
  position: relative;
  z-index: 1;
transition:all ease-in 0.5s;
}
.sing_course_txt{
    margin: 20px 29px 30px;
    position: relative;
    z-index: 0;
}
.sing_course_txt .course_icon {
  position: absolute;
  right: 0;
  bottom: 115px;
  z-index: -1;
}
.sing_course_txt h2{
    font-size: 18px;
	font-family: "poppins";
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sing_course_txt p{
    margin-bottom: 20px;
    line-height: 25px;
}
.sing_course_txt a{
    text-transform: uppercase;
    color: #262663;
    font-size: 12px;
    
}

.section_heading {
    text-align: center;
position: relative;
z-index: 1;
}

.section_heading h1 { 
	font-family: "poppins";
font-size: 20px;
margin-bottom: 20px;
text-align: left;
}


.section_heading p{
    color: #a1a1a1;
    font-size: 18px;
}




/* --------------------------------------------------------
Latest Courses CSS
-----------------------------------------------------------*/
.latest_courses_area{
    padding-top: 10px;


}


.eventblock {   


 }





.single_latest_courses {
  background: #fff;
  text-align: center;
  position: relative;
  transform: translateZ(0px);
}
.single_latest_courses:before,
.single_latest_courses:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.single_latest_courses:before {
  border-right: 2px solid #262663;
  border-left: 2px solid #262663;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.single_latest_courses:after {
  border-bottom: 2px solid #262663;
  border-top: 3px solid #262663;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.single_latest_courses:hover:before {
  transform: scaleY(0.5);
}
.single_latest_courses:hover:after {
  transform: scaleX(0.5);
}



.single_latest_courses:hover img {

    animation: hovers 1s ;
}


@keyframes hovers {
    0% { filter: grayscale(0%); opacity:0.5; }
    50% {  filter: grayscale(100%); opacity:1; }

}















.sing_lat_course_photo > img {

}
.sing_lat_course_txt{
text-align:left;
    padding: 20px 20px 30px;background: #f5f5f5;
}
.sing_lat_course_txt h3{
    font-size: 13px;
    color: #262663;
    text-transform: uppercase;
}
.sing_lat_course_txt h2{
    font-size: 20px;
   	font-family: "poppins";
}
.sing_lat_course_txt p{
    line-height: 26px;
}
.sing_lat_course_txt ul li{
text-align:left;

}
.sing_lat_course_txt ul li i{
    color: #262663;
    width: 25px;
}
.sing_lat_course_txt ul li span{
    color: #666666;
}


.custom-nav .owl-nav,
.gallery-caro .owl-nav,
.serv-caro .owl-nav,
.news-slide .owl-nav,
.all_latest_course .owl-nav {
    position: absolute;
    right: 0;
    top:-55px;margin-top: 0;
}




.gallery-caro .owl-nav .owl-next,
.gallery-caro .owl-nav .owl-prev,
.serv-caro .owl-nav .owl-next,
.serv-caro .owl-nav .owl-prev,
.news-slide .owl-nav .owl-prev, .news-slide .owl-nav .owl-next,
.all_latest_course .owl-nav .owl-prev, .all_latest_course .owl-nav .owl-next {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 35px;
    border: 1px solid;
    border-radius: 5px;
    color: #666666;
    font-size: 20px;
right: 0;
}



.gallery-caro .owl-nav .owl-prev,
.serv-caro .owl-nav .owl-prev,
.all_latest_course .owl-nav .owl-prev,
.news-slide .owl-nav .owl-prev {
right: 35px;
}



.news-slide .owl-nav .owl-next,
.all_latest_course .owl-nav .owl-next {
    margin-left: 5px;
}

/*
.eventblock { 
    background: linear-gradient(white , gray);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
*/


.copyrigh,
.social-ll { padding:5px 0;}



.social-ll ul{
	padding-left: 0;
	margin-bottom: 0;
float:right;
}
.social-ll ul li a{
	color: #949494;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 2.8px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 18px;
}
.social-ll ul li a:hover{
	color: #262663;
}
.social-ll ul li:last-of-type a{
	margin-right: 0;
}
.social-ll ul li{
	display: inline-block;
}




.owl-theme .owl-controls .owl-nav [class*="owl-"] { 
color: #fff;
margin: 0;
position: absolute;
top: 60%;
font-size: 28px;
background: #212121;
border-radius: 5px;
width: 45px;
height: 65px;
line-height: 65px;
padding: 0;
border-radius: 0 !important;}


.all_our_courses .owl-nav [class*="owl-"] { padding: 12px 16px !important;}


.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { background:#252565; }
.navbar-fix .menu-search .sb-search-submit { top:0px;}

.ow-navigation .nav.navbar-nav > li {
  position: relative;
}


/*
.ow-navigation .nav.navbar-nav > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
width:0;
  height: 2px;
  z-index: 1;
  transition: all 0.5s ease 0s;
background:#262663;
 }



.ow-navigation .nav.navbar-nav > li:hover:after 
 {width:100% }
*/

.single_latest_courses ul { padding-left:25px;}

.te-h { font-size:24px !important;} 


.parallax-content img { width:100px; height:80px;}


@media only screen and (min-width: 974px) and (max-width: 1199px) {
.menu-block .navbar-collapse { width:94%}
.menu-block .menu-search::before,
.menu-search .sb-search-submit { top:75px}
.back-ground { margin-top:25px;}
.navbar-nav { margin:0}
.menu-block.navbar-fix { display:none !important}
.menu-search .sb-search.sb-search-open .sb-search-input { top:141px;}
}


.mobile-logo img { max-width:250px; }
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .sticky-wrapper {
  background: #ffffff;
}
.main-header .navgiation-wrapper {
  background: #ffffff;
}
.main-header .top-bar {
  overflow: hidden;
  background: #232b99;
  line-height: 38px;
  color: #FFFFFF;
  font-size: 16px;
}
.main-header .top-bar i {
  color: #FFFFFF;
  display: inline-block;
}
.main-header .top-bar a {
  color: #FFFFFF;
}
.main-header ul.top-bar-info {
  list-style: none;
  padding: 0;
  margin: 0;
float:left;
}
.main-header ul.top-bar-info .top-bar-dot {
width: 8px;
height: 8px;
display: inline-block;
margin-right: 5px;
position: relative;
border: 1px solid #fff;
border-radius: 50%;
}
.main-header ul.top-bar-info li {
font-size:15px; 
  margin-right: 6px;
  display: inline;
}

.main-header ul.top-bar-info li p {
margin:0;
}

.main-header ul.top-bar-info li strong { font-size:14px; font-weight: normal;}

.main-header ul.top-bar-info li:last-child {
  margin-right: 0px;
}
.main-header a.free-estimate {

padding: 0 5px;
font-size: 15px;
padding: 0;
display: block;
text-align: center;
color: #FFFFFF; 
background: #262663;
border: 0px solid transparent;
letter-spacing: 1px;
}
.main-header a.free-estimate:hover {
  background: #333;
  border: 0px solid transparent;
}
.main-header .top-bar-social {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border: 0px solid #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main-header .top-bar-social a {
float:left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-header .top-bar-social a i.fa {
width: 35px;
height: 35px;
text-align: center;
color: #FFFFFF;
line-height: 37px;
font-size: 14px;
position: relative;
top: -2px;
z-index: 2;
}
.main-header .top-bar-social a:hover i.fa-facebook {
  color: #4267b2;
}
.main-header .top-bar-social a:hover i.fa-twitter {
  color: #139ff2;
}
.main-header .top-bar-social a:hover i.fa-instagram {
  color: #a23aad;
}
.main-header .top-bar-social a:hover i.fa-google-plus {
  color: #dd4b39;
}
.main-header .top-bar-social a:hover i.fa-youtube {
  color: #ff0000;
}
.facebook:hover {
 
  color: #4267b2 !important;
}
.google:hover {

  color: #dd4b39 !important;
}
.twitter:hover {
  color: #139ff2!important;
}
.behance:hover {
  color: #0057ff!important;
}
.dribble:hover {
  color: #ea4c89!important;
}
.active{
	color: #262663;	
}





/************** solical hoover ***********/


.top-bar-social a {
    display: table;
	position: relative;
text-decoration: none;
}
.top-bar-social a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #73879C;
    width: 30px;
    height: 35px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
text-decoration:none;
}
.top-bar-social a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.top-bar-social a:hover i {
	color: #fff !important;

}


.top-bar-social a:hover i:after {
	height: 100%;
}
.top-bar-social a .fa-facebook:after {
    background: #3B5998;
    background: #4668B3;
}
.top-bar-social a .fa-google-plus:after {
    background: #DD4B39;
    background: #DE5745;
}
.top-bar-social a .fa-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.top-bar-social a .fa-youtube:after {
    background: #CB2027;
    background: #D94348;
}
.top-bar-social a .fa-behance:after {
    background: #1769FF;
    background: #3079FF;
}
.top-bar-social a .fa-dribbble:after {
    background: #EA4C89;
    background: #EB6397;
}
.top-bar-social a .fa-linkedin:after {
    background: #1769FF;
    background: #1075af;
}


.top-bar-social a .fa-instagram:after {
    background: rgb(221, 42, 123);
    background: rgb(221, 42, 123);
}

.navbar-brand {
height: auto;
display: inline-block;
padding: 3px 0;
}

.navbar-brand img {
width: 200px;
margin: 20px 0;
}

.menu-block {
background: url(../images/shell.png);
}










/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{

}

.main-slider .slider-outer{
	position:relative;
}

/*
.main-slider:before{
	position:absolute;
	content:'';
	left:-32px;
	top:0px;
	width:310px;
	height:492px;
	z-index:1;
	display:inline-block;
	background:url(../images/main-slider/2.png) no-repeat;
}*/

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
background-size: 100% 100%;
height: 550px;
}


/*
.main-slider .slide:after {

	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:#0006;
}
*/
.main-slider .slide .container {
	position:relative;
z-index:1;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;

}

.main-slider .slide .content.alternate{
padding:5px 10px;
width: 60%;
margin-top: 210px;
display: inline-block;
background: #00000059;
position: relative;

}


/*
.main-slider .slide .content.alternate:after {
position: absolute;
content: '';
top: 30px;
left: 30px;
width: 80px;
height: 2px;
background-color: #7b0c0c;
}
*/

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}




.main-slider .slide .content.alternate:before {
    background: #262663;
    content: "";
    display: block;
    height: 2px;
    left: 1px;
    position: absolute;
    top: 0;
    width: 35px;
    z-index: 2;
}


.main-slider .slide .content.alternate:after {
    background: #262663;
    content: "";
    display: block;
    height: 35px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 2px;
}




.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}

.main-slider.style-four .content h1:before{
	position:absolute;
	content:'';
	left:-50px;
	top:0px;
	width:5px;
	height:100%;
	background-color:#f71101;
}

.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color:#d1ae7c;
	opacity: 0;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider h1{
	position:relative;
	color:#415762;
	opacity: 0;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:30px;
	
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:4px;
	background-color:#415762;
}

.main-slider h1 span{
	color:#ed8800;
	font-style:italic;
	
}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
padding-bottom: 0px;
margin-bottom: 15px;
font-size: 30px;
text-transform: capitalize;
font-weight: normal;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffa831;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;
	
}

.main-slider h1.style-two span{
	color:#ad8e63;
}

.main-slider h1.style-two:after{
	display:none;
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;
	margin-bottom:30px;

	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
font-size: 20px;
line-height: 25px;
font-weight: 400;
}

.main-slider .text.alternate{
	color:#ffffff;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-right:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots{
position: absolute;
right: 2%;
bottom: 15px;
margin-left: -50px;
width: 100%;
text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:10px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 8px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
background: #eee;
}
/*
.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;

	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
*/

.main-slider .owl-dots .owl-dot span {
display: none;
}


.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover{
	width:33px;
background: linear-gradient( to right,#aa003d ,#f10030);
}

.main-slider .owl-nav{
	position:absolute;
	top:44%;
	z-index:1;
	width:100%;
}

.main-slider .owl-nav .owl-prev{
position: absolute;
width: 45px;
height: 40px;
left: 0;
color: #fff;
font-size: 31px;
text-align: center;
line-height: 33px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 50% 50% 0;
border-left: 0;
border-radius: 0 50px 50px 0 !important;

}

.main-slider .owl-nav .owl-next{
position: absolute;
width: 45px;
height: 40px;
right: 0;
color: #fff;
font-size: 31px;
text-align: center;
line-height: 33px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 50% 0 0 50%;
border-right: 0;
border-radius: 50px 0 0 50px !important;
}


/*

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border-color:#7e6a46;
	color:#7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:#7e6a46;
	background-color:#7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ed8800;
	background-color:#ed8800;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60);
}
*/
.main-slider.style-two {
position:relative
}


/*
.main-slider.style-two:after {
    bottom: -65px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    background: url(../images/shadow.svg);
z-index: 1;
}*/




/* Bounce To Right *//*
.theme-bt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
background: #fff;
color: #333;
padding: 8px 15px;
}
.theme-bt:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #262663;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-bt:hover, .theme-bt:focus, .theme-bt:active {
  color: white;
}
.theme-bt:hover:before, .theme-bt:focus:before, .theme-bt:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} */




 .welcome_box h4 {
     font-weight: normal;
     font-size: 38px;
     line-height: 45px;
     color: #FFFFFF;
     text-transform: uppercase;
 }
 
 .welcome_box h4 span {
     color: #faa635;
 }
 
 .welcome_box h5 {
     font-weight: normal;
     font-size: 19px;
     line-height: 23px;
     color: #FFFFFF;
     background: url(../images/welcome_line.png) no-repeat bottom left;
     padding-bottom: 25px;
     text-transform: uppercase;
 }
 
 .welcome_box aside {
     color: #FFFFFF;
     padding: 20px 0;
     font-size: 14px;
     line-height: 21px;
 }
 





.welcome_box {
	position:relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.main-slider .active .welcome_box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}




/*********************************/


.xs-info-list i {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #18bfc3;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.14286em;
    margin-right: 20px; }



.xs-info-list i.bg-red {
    background-color: #fa575d; }
.xs-info-list i.bg-green {
    background-color: #2cc391; }
.xs-info-list i.bg-blue {
    background-color: #369ff4; }

.xs-info-list li, .xs-info-list a {
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block; 	font-family: "poppins";
direction: ltr;}

.xs-info-list a {
    margin-top: 8px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.xs-info-list a:hover {
    color: #FFFFFF; }

.xs-info-list li:last-child {
    margin-bottom: 0; }

.xs-info-list li:after {
    display: table;
    content: "";
    clear: both; }

.xs-back-to-top-wraper {
    position: absolute;
    left: 36px;
    bottom: 92px;
    z-index: 9999; }


.xs-social-list li, .xs-social-list-v2 li {
    display: inline-block;
    margin: 0 10px 0 0;  fonst-family: arial;}


.xs-social-list li a, .xs-social-list-v2 li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 1.07143em;
    color: #FFFFFF; }
.xs-social-list li a:hover, .xs-social-list-v2 li a:hover {
    border-color: transparent;
    background-color: #041D57; }
.xs-social-list li a.color-facebook:hover, .xs-social-list-v2 li a.color-facebook:hover {
    background-color: #3b5998; }
.xs-social-list li a.color-twitter:hover, .xs-social-list-v2 li a.color-twitter:hover {
    background-color: #1da1f2; }
.xs-social-list li a.color-dribbble:hover, .xs-social-list-v2 li a.color-dribbble:hover {
    background-color: #ea4c89; }
.xs-social-list li a.color-pinterest:hover, .xs-social-list-v2 li a.color-pinterest:hover {
    background-color: #bd081c; }
.xs-social-list li a.color-instagram:hover, .xs-social-list-v2 li a.color-instagram:hover {
    background-color: #e1306c; }
.xs-social-list li a.color-linkedin:hover, .xs-social-list-v2 li a.color-linkedin:hover {
    background-color: #dd5143; }


    .xs-social-list li a.color-vk {
        background-color: #4c75a3;
    }
    .xs-social-list li a.color-youtube {
        background-color: #cd201f;
    }
    .xs-social-list li a.color-tumblr {
        background-color: #34465d;
    }
    .xs-social-list li a.color-behance {
        background-color: #131418;
    }
    .xs-social-list li a.color-instagram {
        background-color: #dd4b39;
    }
    .xs-social-list li a.color-xing {
        background-color: #026466;
    }
    .xs-social-list li a.color-yelp {
        background-color: #af0606;
    }
    .xs-social-list li a.color-vine {
        background-color: #00b489;
    }






.xs-social-list.square li a, .square.xs-social-list-v2 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0%;
    border: 1px solid #F4F4F4;
    background-color: transparent;
    color: #041D57; }
.xs-social-list.square li a:hover, .square.xs-social-list-v2 li a:hover {
    color: #FFFFFF; }

.xs-social-list.simple li, .simple.xs-social-list-v2 li {
    margin-left: 15px; }
.xs-social-list.simple li a, .simple.xs-social-list-v2 li a {
    color: #041D57;
    border: 0;
    width: auto;
    height: auto;
    line-height: 0;
    background-color: transparent; }
.xs-social-list.simple li a:hover, .simple.xs-social-list-v2 li a:hover {
    background-color: transparent;
    border: 0; }
.xs-social-list.simple li a.color-facebook:hover, .simple.xs-social-list-v2 li a.color-facebook:hover {
    color: #3b5998; }
.xs-social-list.simple li a.color-twitter:hover, .simple.xs-social-list-v2 li a.color-twitter:hover {
    color: #1da1f2; }
.xs-social-list.simple li a.color-dribbble:hover, .simple.xs-social-list-v2 li a.color-dribbble:hover {
    color: #ea4c89; }
.xs-social-list.simple li a.color-pinterest:hover, .simple.xs-social-list-v2 li a.color-pinterest:hover {
    color: #bd081c; }
.xs-social-list.simple li a.color-instagram:hover, .simple.xs-social-list-v2 li a.color-instagram:hover {
    color: #e1306c; }
.xs-social-list.simple li a.color-linkedin:hover, .simple.xs-social-list-v2 li a.color-linkedin:hover {
    color: #dd5143; }
.xs-social-list.simple li:last-child, .simple.xs-social-list-v2 li:last-child {
    margin-left: 0; }
    .xs-social-list.simple li a.color-vk {
        color: #4c75a3;
    }
    .xs-social-list.simple li a.color-youtube {
        color: #cd201f;
    }
    .xs-social-list.simple li a.color-tumblr {
        color: #34465d;
    }
    .xs-social-list.simple li a.color-behance {
        color: #131418;
    }
    .xs-social-list.simple li a.color-instagram {
        color: #dd4b39;
    }
    .xs-social-list.simple li a.color-xing {
        color: #026466;
    }
    .xs-social-list.simple li a.color-yelp {
        color: #af0606;
    }
    .xs-social-list.simple li a.color-vine {
        color: #00b489;
    }
.xs-social-list.boxed li, .boxed.xs-social-list-v2 li {
    width: 45%;
    margin-left: 10px;
    margin-bottom: 10px; }
.xs-social-list.boxed li a, .boxed.xs-social-list-v2 li a {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    color: #485E92;
    font-size: 0.85714em;
    height: auto;
    width: 100%;
    padding: 14px 0px;
    
    border-radius: 0%;
    line-height: normal; }
.xs-social-list.boxed li a:hover, .boxed.xs-social-list-v2 li a:hover {
    color: #FFFFFF; }
.xs-social-list.boxed li i, .boxed.xs-social-list-v2 li i {
    padding-left: 15px; }

.xs-social-list-v2 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #55acee;
    background-color: transparent;
    font-size: 1em; }






.xs-footer-section {
direction: rtl;
    background-color: #262e3b;
    position: relative;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/110.png"); }

.xs-footer-top-layer {
padding-top: 20px;
padding-bottom: 20px;
margin-left: 10px;}



.xs-footer-top-layer .col-md-4.footer-widget {
float: left;
}

.xs-copyright {
    padding: 10px 0;
    border-top: 1px solid #fff3; }

.xs-footer-logo {
    display: inline-block;
 }


.xs-footer-logo img {
width: 200px;
}

.footer-widget p {
    color: #FFFFFF;
    margin-bottom: 20px; }

.footer-widget .widget-title {
    margin-bottom: 20px;
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 1.28571em;
    
    text-transform: capitalize; }

.footer-widget .widget-title:after {
position: absolute;
content: "";
width: 80px;
height: 3px;
left: 0;
bottom: 0;
background: #262663;
background: linear-gradient( to right,#aa003d ,#f100301a);
background: linear-gradient( to right,#fff ,#ffffff1a);

}


.xs-footer-list li {
    margin-bottom: 5px; }
.xs-footer-list li:last-child {
    margin-bottom: 0; }

.xs-footer-list a {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.xs-footer-list a:hover {
    color: #FFFFFF; }

.xs-copyright-text p {
text-align:right;
    margin-bottom: 0;
    line-height: 1.5;
    color: #97b0ea; }
.xs-copyright-text p a {
    color: #FFFFFF; }

.xs-footer-menu {
    text-align: left;
    line-height: 1; }
.xs-footer-menu li {
    display: inline-block;
    margin-left: 36px; }

.xs-footer-menu li:first-child {
    margin-left: 0; }
.xs-footer-menu li a {
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.xs-footer-menu li a:hover {
    color: #e6150e;; }



/* footer */
/* footer version 4 */
.footer-v4 {
background: rgb(47,47,47);
background: linear-gradient(180deg, rgba(47,47,47,1) 0%, rgba(22,26,28,1) 100%);
   /* background-color: #e6150e;*/	
    fonst-family: "GE_SS_Two_Medium"; }
.footer-v4 .xs-info-list i {
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent;
    margin-top: 3px;
    font-size: 1.28571em;
    opacity: .7; }
.footer-v4 .xs-info-list a {
fonst-family: arial;
    margin-top: 2px; 
    display: inline;
}

.footer-v4 .xs-info-list .color-1 {
    color: #e6150e; }
.footer-v4 .xs-info-list .color-2 {
    color: #2cc391; }
.footer-v4 .xs-info-list .color-3 {
    color: #f7a900; }
.footer-v4 .xs-footer-list li a {
    color: rgba(255, 255, 255, 0.5); }
.footer-v4 .xs-recent-post-widget .post-info {
    padding-top: 0;
    padding-bottom: 0; }
.footer-v4 .xs-recent-post-widget .post-info .comments-link i.color-1 {
    color: #2cc391; }
.footer-v4 .xs-recent-post-widget .post-info .comments-link i.color-2 {
    color: #9064bf; }
.footer-v4 .xs-recent-post-widget .post-info .comments-link i.color-3 {
    color: #f7a900; }

.footer-v4 .footer-widget p {
    margin-bottom: 15px;
font-size: 13px;
font-weight: normal;
font-weight: 300;}


.footer-v4 .xs-social-list-v2 li a {
width: 35px;
height: 35px;
line-height:35px;
font-size: 14px;
overflow: hidden;
background: #ffffff1a !important;

}

.footer-v4 .xs-social-list-v2 li a.color-linkedin {
    background-color: #0077b5; }
.footer-v4 .xs-copyright-text p {
    color: rgba(255, 255, 255, 0.7); 
    font-size: 13px;}

.footer-v4 .xs-social-list-v2 li a:hover {
background:#e6150e
}


/*
.footer-v4 .xs-copyright-text p a {
    color: rgba(226, 62, 87, 0.7); }
*/
.footer-v4 .xs-back-to-top-wraper {
    bottom: 80px; }
.footer-v4 .xs-back-to-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #377bbf; }

.xs-footer-section .xs-newsletter-form {
    height: 48px;
    margin-bottom: 30px; }
.xs-footer-section .xs-newsletter-form input:not([type=submit]) {
    border: 2px solid #aa003d;
    width: calc(100% - 135px);	
    background-color: transparent; }
.xs-footer-section .xs-newsletter-form input:not([type=submit])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em; }
.xs-footer-section .xs-newsletter-form input:not([type=submit])::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em; }
.xs-footer-section .xs-newsletter-form input:not([type=submit]):-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em; }
.xs-footer-section .xs-newsletter-form input:not([type=submit]):-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em; }
.xs-footer-section .xs-newsletter-form [type=submit] {
    width: 115px;
    background-color: #262663;
background: linear-gradient( to right,#aa003d ,#f10030);
    
    }







.footer-widget .menu li {
margin-bottom: 5px;
width: 50% !important;

line-height: 30px !important; 
float: left;

list-style: none;}


.footer-widget .menu li a { 
color: #fff;	font-family: "poppins";font-size: 16px;
text-transform: capitalize;
}


.footer-widget .menu li:hover a {
color:#262663
}




.footer-v4 .xs-social-list-v2 li,
.footer-v3 .xs-social-list-v2 li{
    margin-bottom: 10px; }

.footer-v4 .xs-social-list-v2 li a.color-facebook ,
.footer-v3 .xs-social-list-v2 li a.color-facebook {
    background-color: #3b5998; }

.footer-v4 .xs-social-list-v2 li a.color-twitter ,
.footer-v3 .xs-social-list-v2 li a.color-twitter {
    background-color: #1da1f2; }

.footer-v4 .xs-social-list-v2 li a.color-dribbble ,
.footer-v3 .xs-social-list-v2 li a.color-dribbble {
    background-color: #ea4c89; }

.footer-v4 .xs-social-list-v2 li a.color-pinterest ,
.footer-v3 .xs-social-list-v2 li a.color-pinterest {
    background-color: #bd081c; }

.footer-v4 .xs-social-list-v2 li a.color-instagram ,
.footer-v3 .xs-social-list-v2 li a.color-instagram {
    background-color: #e1306c; }

.footer-v4 .xs-social-list-v2 li a.color-linkedin ,
.footer-v3 .xs-social-list-v2 li a.color-linkedin {
    background-color:#0077b5; }
.footer-v4 .xs-social-list-v2 li a.color-youtube ,
.footer-v3 .xs-social-list-v2 li a.color-youtube {
    background-color: #dd4b39;
}
.footer-v4 .xs-social-list-v2 li a.color-viemo ,
.footer-v3 .xs-social-list-v2 li a.color-viemo {
    background-color: #1ab7ea;
}

.footer-v4 .xs-social-list-v2 li a.color-vk ,
.footer-v3 .xs-social-list-v2 li a.color-vk {
    background-color: #4c75a3;
}
.footer-v4 .xs-social-list-v2 li a.color-instagram ,
.footer-v3 .xs-social-list-v2 li a.color-instagram {
    background-color: #cd201f;
}
.footer-v4 .xs-social-list-v2 li a.color-tumblr ,
.footer-v3 .xs-social-list-v2 li a.color-tumblr {
    background-color: #34465d;
}
.footer-v4 .xs-social-list-v2 li a.color-behance ,
.footer-v3 .xs-social-list-v2 li a.color-behance {
    background-color: #131418;
}
.footer-v4 .xs-social-list-v2 li a.color-instagram ,
.footer-v3 .xs-social-list-v2 li a.color-instagram {
    background-color: #dd4b39;
}
.footer-v4 .xs-social-list-v2 li a.color-xing ,
.footer-v3 .xs-social-list-v2 li a.color-xing {
    background-color: #026466;
}
.footer-v4 .xs-social-list-v2 li a.color-yelp ,
.footer-v3 .xs-social-list-v2 li a.color-yelp {
    background-color: #af0606;
}
.footer-v4 .xs-social-list-v2 li a.color-vine ,
.footer-v3 .xs-social-list-v2 li a.color-vine {
    background-color: #00b489;
}
.footer-v4 .xs-social-list-v2 li a.color-flickr ,
.footer-v3 .xs-social-list-v2 li a.color-flickr {
    background-color: #0063dc;
}
.footer-v4 .xs-social-list-v2 li a.color-github ,
.footer-v3 .xs-social-list-v2 li a.color-github {
    background-color: #4078c0;
}
.footer-v4 .xs-social-list-v2 li a.color-skype ,
.footer-v3 .xs-social-list-v2 li a.color-skype {
    background-color: #00aff0;
}
.footer-v4 .xs-social-list-v2 li a.color-soundcloud ,
.footer-v3 .xs-social-list-v2 li a.color-soundcloud {
    background-color: #ff8800;
}
.footer-v4 .xs-social-list-v2 li a.color-stumbleupon ,
.footer-v3 .xs-social-list-v2 li a.color-stumbleupon {
    background-color: #eb4924;
}
.footer-v4 .xs-social-list-v2 li a,
.footer-v3 .xs-social-list-v2 li a{
    border: none;
}



.over-up {
position:relative;
z-index:9;

}

.donate-btn {
color: #e6150e;

display: inline-block;
width: 90%;
background: url(../images/donate2.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
line-height: 43px;

font-size: 15px;
}
 

.donate-btn:hover {
color:#f00

}






.pagesection {
padding:60px 0
}



.pagesection .owl-carousel .owl-item img {
width: 100%;
border: 1px solid #ccc;
}

.pagesection .owl-carousel .owl-item img:hover {
border: 1px solid #e6150e;
}


#xs-newsletter-email {
border-radius: 0;
float: left;text-align: left;
color: #fff;
}

.xs-newsletter-form input:not([type="submit"]) {
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    height: 100%;
    width: calc(100% - 224px);
    float: right;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    border-left: 0;
    padding-right: 28px;
}



.xs-newsletter-form [type="submit"] {
    height: 100%;
    width: 224px;
    background-color: #041D57;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;

    text-transform: uppercase;
    cursor: pointer;
font-size: 14px;

}

.xs-social-list-v2 {
padding-left:0;
}


/******************** newwwwwwwwwwwwwwwwwwwws *******************/

#upcoming-events {
padding: 30px 0;
}

#upcoming-events .schedule-details {
position: relative;
width: 70%;
display: flex;
align-items: center;
}



.nre-date {
float: left;
margin: 5px;
padding: 4px;
}

#upcoming-events .schedule-details ul.list-inline {
width: 20%;
float: right;
text-align: right;
}

#upcoming-events .schedule-details h5.title {
font-size: 15px;
line-height: 22px;
overflow: hidden;
width: 80%;

}


#upcoming-events .schedule-box .thumb img {
height: 170px;
width: 100%;
transition: all ease-in-out 0.4s;
}

#upcoming-events .schedule-box .thumb {
overflow: hidden;
}

#upcoming-events .schedule-box:hover .thumb img {

transform: scale(1.1);
}

#upcoming-events .schedule-details .btn {
background: #FFB75E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #262663, #78c0e4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #262663, #78c0e4);
color: #fff;
}

#upcoming-events .schedule-details .btn:hover { 
background: #333; 
}
#upcoming-events .schedule-details a {
color: #003d99;
}
#upcoming-events .schedule-details p {
overflow: hidden;
color: #333;
font-weight: normal;
font-size: 15px;}


@media (max-width: 767px) { 
.main-header .top-bar-social {
text-align: center;

display: inline-block;
}

.main-header .top-bar-social a {
float: none;
display: inline-block;
}



.main-slider .slide .content.alternate {
width: 100%;
margin-top: 100px;
}

.welcome_box { 
text-align:center;
}
.main-slider .slide {
height: 250px;
}

.welcome_box h4 {
font-size: 20px;
}
.welcome_box h5 {
font-size: 16px;
padding-bottom: 8px;
margin-bottom: 0;
background: none;
}


.eventcourse-categories > a {
float: none;
}
.video-block {
display: none;
}

.xs-copyright-text p {
    text-align: center; }


.ow-navigation .navbar-nav {
margin: 0;
}

.ow-navigation .nav.navbar-nav li > a {
padding-left: 10px;
border-bottom: 1px solid #e1e1e1;
}



.welcome_box aside,
.main-slider.style-two::after { 
display:none;
}

.main-slider .owl-dots {
    bottom: 20px;}

.our_courses_area {
margin-top: -10px;
}

.menu-searchmine #search {
margin: 10px 0;
border-radius: 0;
background: #fff;
border: 1px solid #ccc;
padding: 8px 15px;
}


.menu-searchmine .sb-search-submit {
height: 30px;
background: #262663;
color: #fff;}


.our_partners {
margin-top: -10px;
padding-top: 30px;
}

.section-header h3 span,
.section-header h3 {
font-size: 16px;
}

.box16 img,
.prod .product-intro .thumb {
height: 150px;
}

}


.menubar {
padding:0
}












/*****************************/


/* Sweep To Bottom */
.header-navigation ul.navigation-box > li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-navigation ul.navigation-box > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-navigation ul.navigation-box > li:hover, .header-navigation ul.navigation-box > li:focus, .header-navigation ul.navigation-box > li:current {
  color: white;
}
.header-navigation ul.navigation-box > li:hover:before, .header-navigation ul.navigation-box > li:focus:before, .header-navigation ul.navigation-box > li:current:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




.arabiccaptcha {
margin: 0 !important;
line-height: 44px;
font-size: 28px !important;
}


.team-member .info .text-white a {
	font-family: "cairo";
}







.navbar-fix {
top: 0;
position: fixed;
width: 100%;
}


.clo-block .schedule-box {
display: flex;
align-items: center;
height: 170px;
background: linear-gradient(to bottom, #F8F8F8, #e0e0e0);}



.schedule-details {
.clo-block
}


.ref-img {
width:30%;
}


.latest_blog {
padding: 0 100px;
}

.trd {
background: linear-gradient(to bottom, #F8F8F8, #e0e0e0);
display: inline-block;
width: 100%;
text-align: center;
padding: 4px 0;
}

.trd li {
float: left;
text-align: center;
display: inline-block;
width: 33.333%;
}


@media (max-width: 767px) {
.latest_blog {
padding: 0;
}

.clo-block .schedule-box,
#upcoming-events .schedule-box .thumb img {
height: 100px;
}

#upcoming-events .schedule-details {
display: inline-block;
}


#upcoming-events .schedule-details h5.title {
width: 100%;
text-align: center;
font-size: 14px;
}

#upcoming-events .schedule-details ul.list-inline {
    width: 100%;
    float: none; }


iframe {
    width: 100%;
    height: 250px !important;
}


.prod .product-intro .title, .prod .summary .title {
font-size: 18px;
}


.big-thumb {
margin-top: 20px;
}

}




.side-menu {
border:1px solid #e4e4e4;
}

.side-menu li {
border-bottom: 1px solid #e4e4e4;
}


.side-menu li a {
color: #333;
font-size:16px;
width: 100%;
padding: 8px 15px;
display: inline-block;
text-transform: capitalize;
}


.side-menu li a:hover {
background:#3393ff;
color:#fff;
}


.side-menu li:last-child {
border:0;
}

.owl-theme .owl-controls {
    margin-top: 0;}

.custom-nav .owl-nav > div {
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
font-size: 18px !important;
}









.custom-nav .owl-nav {
    position: absolute;
    right: 0;
    top:-55px;margin-top: 0;
}




.custom-nav .owl-nav > div {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    width: 35px;
    border: 1px solid;
    border-radius: 5px;
    color: #666666;
    font-size: 20px;
right: 0;
}



.custom-nav .owl-nav > div.owl-prev {
right: 35px;
}

