@charset "UTF-8";
/* CSS Document */

/*************************************

Template Name:   ALIE - Simple, Lightweight,  Elegant and fully Responsive Bootstrap3,  IT Company,  Multipurpose HTML5 Template.

Author:  w3reign.com
Version: 1.0
Design and Developed by: W3REIGN
http://w3reign.com/

****************************************/

/***
  |----------------------------------------------------------------------------
  | CSS INDEX
  |----------------------------------------------------------------------------

  1.0 General styles
  2.0 Common styles
  3.0 Page Preloader
  4.0 Heading styles
  5.0 Buttons styles
  6.0 Main navbar styles
  7.0 Drop Down Menu styles
  8.0 Home Page Slider styles
  9.0 Service Section styles
  10.0 Industries Section styles
  11.0 Portfolio  Section styles
  12.0 Footer Section styles
  13.0 Call Out Section styles
  14.0 Inner Page Header and Banner styles
  15.0 About Us Page styles
  16.0 Page Left Accordian Menu styles
  17.0 Portfolio Page styles
  18.0 Blog Page styles
  19.0 Team Section styles
  20.0 Social Share Icons styles
  21.0 Blog Detail Page styles
  22.0 FAQ Accordian styles
  23.0 Client Testimonials styles
  24.0 Blog Tags List styles
  25.0 Back-to-top button styles
  26.0 Pagination styles
  27.0 Input and Textarea styles
  28.0 Blog  Slider styles
  29.0 Case Studies & Projects Slider styles
  30.0 Brands/Partners Slider styles
  31.0 BLog Grid Box
  32.0 Page 404
  33.0 Pricing Table Section
  34.0 Breadcumb Section
course-description
***/

/* ==================================================================
   1.0 General styles
================================================================== */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
div,
a,
span,
input,
select,
textarea,
li,
img,
i,
ul,
li {
  behavior: url(css/PIE.html);
}
body {
  font-size: 16px;
  line-height: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #fff;
  line-height: 28px;
  color: #7f7f7e;
}
body {
    
	line-height: 28px!important;
	 font-size: 16px!important;
   
    color: #7f7f7e!important;
	}
a,
input[type="submit"] {
  outline: none;
  text-decoration: none;
  text-decoration: none;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #333333;
}
a:hover,
.activeLink {
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
  outline: none;
  border: 0px;
  text-decoration: none;
}
ul {
 /* list-style: none;*/
}
input,
textarea,
select {
  outline: none;
  font-family: "Roboto", sans-serif;
}
form {
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
strong {
  font-weight: 500;
}
img {
  border: none;
  max-width: 100%;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
 /* list-style: none;*/
}
.clearfix {
  clear: both;
}
p{
  text-align: justify;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.tac {
  text-align: center;
}
.vAlign {
  vertical-align: middle;
}
.themeColor {
  color: #2b94a2;
}
.blaclColor {
  color: #000 !important;
}
label {
  font-weight: 400;
  color: #000;
}
.section {
  padding: 60px 0;
}
.semiBold {
  font-weight: 400;
}
.mb20 {
  margin-bottom: 20px !important;
}
.font16 {
  font-size: 16px !important;
}
.line-1 {
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}
.number {
  font-family: arial;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}

/* ==================================================================
2.0 Header styles
================================================================== */

header {
  /*background-color: rgb(255 255 255);*/
  padding: 0;
  /*position: fixed;*/
  z-index: 30;
  width: 100%;
      background: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 78%)), url(../images/footer_bg.jpg);
  top: 0;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header .logo {
 /* display: inline-block;
  margin-top: 10px;
  max-width: 300px;*/
  display: inline-block;
    margin-top: 10px;
    max-width: 170px;
}
header .logo img{width: 130px;}
header .logo span {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

header.fixed .logo span {
  color: #000;
  font-size: 30px;
}

header .logo span strong {
  font-weight: 900;
  color: #008ed6;
}

header.fixed {
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
header.fixed .navigation .col-sm-12 ul.topNAv > li > a {
  color: #fff;
}

header.fixed .logo,
header.fixed .navigationTop {
  padding-top: 0px;
}
header.fixed .dropDown > a:after {
  border-top: 6px solid #7f7f7e;
}
/* Transparent Header class */
.transparentHeader {
/* background: #2894a3; 
  background: linear-gradient(to right, #94935d , #2894a3);
  
  background: rgba(32, 12, 110, 0.77) url(../images/bennar/bennar3.jpg) no-repeat 0 0;*/
}
.navigation{background-color: rgba(2, 16, 177, 47%);}
/* ==================================================================
3.0  Page Preloader
================================================================== */

.pagePreloader {
  position: fixed;
  z-index: 100;
  background: url(../images/logo.png) no-repeat center;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background-color: #1a1d6a;
}

/* ==================================================================
   4.0 Heading styles
================================================================== */

.mainHd {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.subHd {
  font-size: 26px;
  color: #000;
  line-height: 28px;
  position: relative;
  padding-bottom: 30px;
}
.grayHD {
  color: #555555;
}
.blackHD {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.black-color {
  color: #000;
}

/* ==================================================================
   5.0 Buttons styles
================================================================== */

.button {
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

/*Full Width Button  */

.button-fill-width {
  width: 100%;
  display: block;
}

/*Button Size */

.button.small {
  padding: 5px 15px;
  font-size: 14px;
}
.button.medium {
  padding: 4px 30px;
  font-size: 17px;
}
.button.berobtn {
    /* padding: 10px 30px; */
   
    font-size: 14px;
    color: #fff;
	font-weight: bold;
   /*  font-family: 'AzoSans-Bold';*/
  
    margin-top: 35px;
    line-height: 15px;
    padding: 8px 15px 5px;
    text-decoration: none;
}
.button.large {
  padding: 15px 35px;
  font-size: 20px;
}

.button:hover {
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

/*Button Styles */

.btn-default {
  background-color: #efefef;
  border: solid 1px #ddd !important;
  color: #000 !important;
}
.btn-default:hover {
 background-color: gray;
  border: solid 1px #fff !important; 
  color: #fff !important;
}
.language-select ul li a {
    font-size: 12px;
    color: #fff;
}
.btn-theme {
  background-color: #008DBB;
  border: solid 0px #008DBB !important;
  color: #fff !important;
}
.btn-theme:hover {
 /* background-color: gray;
  border: solid 1px #fff !important; */
  color: #fff !important;
}
.btn-theme-invert {
  background-color: #fff;
  border: solid 1px #008ed6;
  color: #008ed6;
}
.btn-theme-invert:hover {
  background-color: #555555;
  border: solid 1px #fff;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #edf1f3;
 /* color: #008ed6;
  
  border: solid 1px #008ed6 !important;*/
}
.btn-white:hover {
  background-color: #555555;
  border: solid 1px #fff !important;
  color: #fff;
}

/* ==================================================================
   6.0 Main navbar styles
================================================================== */

.navigation .col-sm-12 ul.topNAv {
  padding: 24px 0;
  margin: 0px;
  list-style: none;
}
.navigation .col-sm-12 ul.topNAv > li {
  float:left;
}
.navigation .col-sm-12 ul.topNAv > li > a {
  display: inline-block;
  font-size: 15px;
  /*text-transform: uppercase;
  padding: 0 20px;*/
  padding: 0 10px;
  color: #ffffff;
}
.navigation .col-sm-12 ul.topNAv > li:last-child a {
  padding-right: 0;
}
.navigation .col-sm-12 ul.topNAv > li a:hover {
  color: #277191!important;
}
.navigation .col-sm-12 ul.topNAv > li:hover{color: #fff !important;}
.overLayMunu {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.navigation .col-sm-12 ul.topNAv > lI:first-child a {
  padding-left: 0px;
}
.closeMenu {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  cursor: pointer;
  opacity: 0.4;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.closeMenu:hover {
  opacity: 1;
}
.mobMenu {
  display: none;
  width: 42px;
  background-color: #008ed6;
  border-radius: 2px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 4px;
  float: left;
  margin-right: 12px;
  position: absolute;
  right: 0px;
}

.mobMenu i {
  display: block;
  background: #fff none repeat scroll 0% 0%;
  height: 2px;
  width: 30px;
  margin: 0px auto 4px;
}
.navigationTop {
  float: right;
  margin-top: 10px;
/* margin-top: 11px;*/
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navigation .col-sm-12 ul.topNAv .contactUs {
  border: 0px;
  margin-left: 10px;
}
.navigation .col-sm-12 ul.topNAv .contactUs a {
  background-color: #f4f4f4;
  padding: 5px 10px !important;
  border: solid 1px #d1d0d0;
}
.navigation .col-sm-12 ul.topNAv .contactUs a:hover {
  border: solid 1px #008ed6;
  background-color: #008ed6;
  color: #fff;
}
.navBottom {
  margin-top: 25px;
  display: table;
  width: 100%;
}
.navBottom .oneThird {
  border-left: solid 1px #cccccc;
  padding: 0 10px 10px 15px;
  display: table-cell;
}
.navBottom .oneThird:first-child {
  padding: 0px;
  border: 0px;
  min-width: 150px;
}
.oneThird a img {
  float: left;
  margin: 2px 10px 0 0;
}
.oneThird a {
  display: block;
  line-height: 16px;
  text-transform: uppercase;
}
.oneThird a strong {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.oneThird a:hover * {
  color: #008ed6;
}
.oneThird a span {
  color: #a6a6a6;
  font-size: 11px;
  display: inline-block;
  margin-top: 2px;
}

/* ==================================================================
   7.0 Drop Down Menu styles
================================================================== */

/*.dropDown > a:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
  margin: -2px 0 0 5px;
  vertical-align: middle;
}*/
.dropDown {
  position: relative;
  padding-bottom: 10px;
}
header.fixed .dropDown {
  padding-bottom: 12px;
}
.dropDown > ul {
  position: absolute;
  width: auto;
  padding: 0;
  min-width: 285px;
  list-style: none;
  top: 38px;
  background-color: #ddd;
  left: 0px;
  border-top: 0px;
  border: solid 1px #ddd;
  display: none;
  z-index: 99;
  border-top: solid 3px #94935e;
}
.dropDown > ul li {
    padding: 3px 10px;
    border-bottom: solid 1px #efefef;
}

.dropDown > ul li:hover {
  background-color: #efefef;
}
.dropDown > ul li ul{
  position: absolute;
  width: auto;
  padding: 0;
  min-width: 285px;
  list-style: none;
  top: 0;
  background-color: #ddd;
  left: 285px;
  border-top: 0px;
  border: solid 1px #dddddd;
  display: none;
  z-index: 99;
  border-top: solid 3px #94935e;
  margin: 0;
}
.dropDown > ul li ul li{padding: 0 10px;}
.dropDown > ul li a i {float: right !important;
    padding-top: 7px !important;;
}
.dropDown > ul li ul li ul {
  position: absolute;
  width: auto;
  padding: 10px;
  min-width: 285px;
  list-style: none;
  top: -10px;
  background-color: #ddd;
  left: 285px;
  border-top: 0px;
  border: solid 1px #dddddd;
  display: none;
  z-index: 99;
  border-top: solid 3px #94935e;
}

.dropDown ul li {
  width: 100%;
}
.dropDown > ul li ul li {
    padding: 3px 10px;
    border-bottom: solid 1px #efefef;
}

header.fixed .dropDown > ul {
  top: 40px;
}
.dropDown ul li a {
  margin: 0px;
  display: block !important;
  padding: 5px !important;
  border: 0px !important;
  border-bottom: solid 1px #efefef !important;
  font-size: 15px;
}
.navigation .col-sm-12 ul.topNAv > li ul li a{
  margin: 0px;
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
  font-size: 15px;
  font-weight: bold;
}
.dropDown ul li:last-child a {
  border-bottom: solid 0px #efefef !important;
}
.dropDown > ul .subMenuBox .blackHD {
  color: #494847;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dropDown > ul .subMenuBox a {
  display: block;
  font-size: 14px;
  padding: 2px 0;
  color: #909090;
}
.dropDown > ul .subMenuBox .linkBox {
  margin: 5px 0 20px 0;
}
.megaDropDown {
  position: static;
}

/* Mega Drop Down Menu*/
.megaDropDown > ul {
  width: auto;
  left: auto;
  right: 15px;
  left: 15px;
  top: 69px;
  padding: 20px;
}
header.fixed .megaDropDown > ul {
  top: 56px;
}

.megaDropDown .subMenuBox i {
  float: right;
  margin-top: 5px;
  display: block;
  width: 26px;
  text-align: center;
}

/* ==================================================================
   8.0 Home Page Slider styles
================================================================== */

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
}
.SliderOuter .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 990;
}
.SliderOuter .bannerSlider {
  margin: 0;
  list-style: none;
}
.SliderOuter .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin: 5px;
}
.SliderOuter .owl-dots .owl-dot.active {
  background-color: #008ed6;
}
.SliderOuter .owl-item {
  position: relative;
}
.SliderOuter .owl-item li:after {
  /*background-color: rgba(0, 0, 0, 0.65);*/
  content: "";
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.SliderOuter .owl-item img {
/*  height: 100vh;
  object-fit: cover;
  -ms-transition: all 10000ms linear;
  -webkit-transition: all 10000ms linear;
  -moz-transition: all 10000ms linear;
  -o-transition: all 10000ms linear;
  transition: all 10000ms linear;
  transform: scale(1);*/
}

.SliderOuter .owl-item.active img {
  /*transform: scale(1.15);*/
}

.SliderOuter .owl-next {
  width: 50px;
  height: 110px;
  margin-top: -55px;
  background-image: url(../images/rightw.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  overflow: hidden;
  text-indent: 200px;
  border-radius: 4px 0px 0 4px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.SliderOuter .owl-prev {
  width: 50px;
  height: 110px;
  background-size: 18px;
  margin-top: -55px;
  background-image: url(../images/leftw.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 200px;
  border-radius: 4px 0px 0 4px;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.captionText {
  color: #fff;
  /*position: absolute;*/
  z-index: 12;
  height: 260px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.captionText h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}
.captionText p {
  font-size: 18px;
  font-weight: 200;
  margin: 30px 0;
}
.SliderOuter .arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
}
.SliderOuter .arrow:after {
  content: "\f107";
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.SliderOuter .arrow:hover:after {
  color: #008ed6;
}
.SliderOuter .arrow-2 {
  display: inline-block;
  width: 50px;
  height: 150px;
  font-size: 34px;
  animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  -moz-animation: bounce 2.5s infinite;
}
.SliderOuter .arrow-2:hover,
.SliderOuter .arrow-2:focus {
  color: #fff;
}

/* ==================================================================
   9.0 Service Section styles
================================================================== */

.serviceOuter {
  background-color: #ffffff;
  /*text-align: center;*/
}
.introText {
 /* text-align: center;*/
  margin: 60px 0 20px 0;
}
.introText .blackHD {
  margin-bottom: 20px;
}
.serviceBoxOuter {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.serviceBox {
     border-right: solid 1px #ddd; 
   border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 198px;
   /* border-radius: 7px;*/
   margin: 5px 0px;
}
.iconCircle {
  display: inline-block;
  padding-top: 13px;
}
@media (min-width: 768px)
{
.col-cx-3 {
    width: 20%;
	padding-right: 5px;
    padding-left: 5px;
}

.newBox{
min-height: 225px;
}
}
.iconCircle span {
  display: table-cell;
  width: 120px;
  height: 120px;
  /*background-color: #efefef;*/
  border-radius: 50%;
  vertical-align: middle;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.iconCircle span i {
  font-size: 40px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.serviceBox a {
  color: #008DBB;
  font-weight: 600;
  margin-bottom: 20px;
  /*font-size: 20px;*/
   font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}
.serviceBox a:hover {
  color: #008ed6;
}
.serviceBox p {
  color: #010d24;
    margin: 5px 0;
	padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
	text-align: justify;
}
.serviceBoxOuter .col-sm-4 {
  padding: 0px;
}
.serviceBoxOuter .col-sm-4:nth-child(3n) .serviceBox {
  border-right: 0px;
}
.serviceBoxOuter .col-sm-4:nth-child(n + 4) .serviceBox {
  border-bottom: 0px;
}
.serviceBoxOuter .serviceBox:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #fff;
  top: -50px;
  right: -50px;
}
.serviceBoxOuter .serviceBox:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #fff;
  top: -50px;
  left: -50px;
}
.serviceBoxOuter .serviceBox:hover .iconCircle span {
  background-color: #fff;
  box-shadow: 0px 6px 12px 6px rgb(0 0 0 / 4%);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.serviceBoxOuter .serviceBox:hover .iconCircle i {
  color: #008ed6;
}
.Solutions img {
  margin-bottom: -60px;
}
/* ==================================================================
   10.0 Industries Section styles
================================================================== */

.industriesOuter {
  padding: 70px 0;
  background:url(../images/gallery.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.industriesOuter:after {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
  content: "";
}
.industriesOuter .container {
  position: relative;
  z-index: 5;
}
.industriesOuter h3 {
  font-size: 38px;
  font-weight: 600;
  margin: 0px;
  text-shadow: 0px 0px 3px #000;
}
.industriesOuter h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0px;
  text-shadow: 0px 0px 3px #000;
}
.industriesOuter p {
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0;
  text-align: justify;
}
.industriesOuter li {
  display: inline-block;
}
.industriesOuter li a {
  display: list-item;
  color: #fff;
  font-size: 16px;
  list-style-type: disc;
  list-style-position: inside;
  padding: 5px 10px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.industriesOuter li a:hover {
  color: #44dde0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.industriesOuter ul {
  max-width: 960px;
  margin: auto;
}
/* ==================================================================
   11.0 Portfolio  Section styles
================================================================== */

.portfolioOuter {
  background-color: #fff;
  padding: 30px 0 0;
}
.portfolioOuter .workTitle {
  margin: 30px 0;
}
.work {
  font-size: 18px;
}
.industries {
  font-size: 20px;
}
.portfolioOuter .description {
  font-size: 16px;
  color: #494847;
  margin-top: 40px;
  line-height: 28px;
}
.portfolioOuter .description strong {
  color: #000;
  margin-right: 5px;
}
.portfolioOuter .description i {
  color: #01050c;
}
.portfolioOuter .description ul {
  margin-top: 30px;
}
.portImg {
  display: block;
  float: right;
  margin: 40px 0 0 0px;
  line-height: 0px;
}
.portfolioSlider {
  position: static !important;
  margin-top: 40px;
}
.portfolioOuter {
  position: relative;
}
.portfolioOuter .owl-prev {
  width: 50px;
  height: 110px;
  margin-top: -55px;
  background-image: url(../images/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 200px;
  border-radius: 0px 4px 4px 0;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.5;
}
.portfolioOuter .owl-next {
  width: 50px;
  height: 110px;
  margin-top: -55px;
  background-image: url(../images/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 200px;
  border-radius: 4px 0px 0 4px;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.5;
}
.portfolioOuter .owl-prev:hover,
.portfolioOuter .owl-next:hover {
  opacity: 0.8;
}
.portfolioOuter .text-center .blackHD {
  margin: 0 0 30px 0;
}
.featureOuter {
  text-align: center;
  margin-top: 0px;
  padding: 60px 0;
}
.featureOuter .col-sm-4 {
  padding: 0px;
  border-right: solid 1px #e0dcd1;
  padding: 0 50px;
}
.featureOuter .col-sm-4:last-child {
  border: 0;
}
.featureOuter .col-sm-4 .blackHD {
  font-size: 22px;
  margin-bottom: 15px;
}
.featureOuter + footer {
  margin-top: 0px;
}

/* ==================================================================
   12.0 Footer Section styles
================================================================== */

footer {
	background-image: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 78%)), url(../images/footer_bg.jpg);
 
  position: relative;
  background-size: cover;
}
footer:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
footer > div {
  position: relative;
  z-index: 5;
}

/* Copy Right Bottom Style*/
.copyRight {
  background-color: #000;
  padding: 10px 0;
  color: #999;
  border-top: solid 1px #1d1d1d;
}
.copyRight .copy {
  float: left;
  text-transform: uppercase;
  width: 100%;
    text-align: center;
  font-size: 12px;
}
.copyRight .copy a {
  color: #fff;
}
.copyRight .copy a:hover {
  text-decoration: none;
}
.copyRight .designedBy {
  float: right;
  font-size: 12px;
}
.designedBy a {
  color: #fff;
}
.footer {
  padding: 30px 0;
}
.footer .themeColor {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.formOuter {
  padding-right: 40px;
}
.formOuter .inputText {
  border: solid 1px #222222;
  color: #dedede;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}
.formOuter .inputText.error {
  margin-bottom: 00px;
}
.formOuter .inputText.error + span.error {
  margin-bottom: 10px;
  display: block;
}

.formOuter textarea.inputText {
  height: 100px;
}
.footer ul {
  margin: 15px 0;
  line-height: 22px;
  position: relative;
  list-style: none;
  z-index: 10;
}
.footer ul li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 400;
}
.footer ul li a:hover {
  text-decoration: none;
  opacity: 1;
  /*background: #000;*/
    border-radius: 100%;
    -webkit-transform: rotate(
360deg);
    transform: rotate(
360deg);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.socialIcon li {
  display: inline-block;
}
.socialIcon a {
  width: 32px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  background-color: #222222;
  border-radius: 50%;
  margin-right: 5px;
}
.socialIcon a img {
  height: 20px;
}
.socialIcon a.fb:hover {
  background-color: #3a5897;
}
.socialIcon a.tw:hover {
  background-color: #00aced;
}
.socialIcon a.li:hover {
  background-color: #0085af;
}

.socialIcon a.gp:hover {
  background-color: #dd4b39;
}

.haevQuestion {
  color: #fff;
  text-align: right;
}
.haevQuestion .font12 {
  opacity: 0.6;
  margin-top: 20px;
}
.callNo {
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: arial;
}
.emailIds {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #262626;
 /* width: 220px;*/
  width: 100%;
  display: inline-block;
}
.emailIds a {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
}
.emailIds a:hover {
  text-decoration: none;
  opacity: 1;
}
/* ==================================================================
   13.0 Call Out Section styles
================================================================== */

.callout {
  padding: 35px 0;
  color: #fff;
  border-bottom: solid 1px #262626;
}
.callout-dark-solid {
	background: url(../images/services-bg-reapet.png) repeat-y 0 0;
 /* background: #008ed6;*/
  border-bottom: solid 1px #26262647;
}
.callout-dark-bkg {
  border-bottom: solid 1px #26262647;
  background: url(../images/callout-bkg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.callout h2 {
  margin: 10px 0px 0px 0px;
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.callout .button {
  float: right;
}

/* ==================================================================
   14.0 Inner Page Header and Banner styles
================================================================== */

.staticBanner {
  padding: 120px 0 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}
.staticBanner a {
  color: #fff;
}
.staticBanner:after {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
  content: "";
}
.staticBanner .container {
  position: relative;
  z-index: 1;
}
.staticBanner h1.pageTitle {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0;
}
.staticBanner .pageDes {
  font-size: 24px;
}

/* ==================================================================
   15.0 About Us Page styles
================================================================== */

.aboutPage {
  background-image: url(../images/aboutBanner.html);
}
.aboutIntro980 {
  max-width: 980px;
  margin: 20px auto;
  text-align: center;
}
.aboutUs {
  text-align: left;
}
.aboutDis {
  color: #494847;
  line-height: 24px;
}
.aboutDis .blackHD {
  margin: 30px 0 5px 0;
}
.aboutConnect {
  background-image: url(../images/home-bg.html);
  background-attachment: fixed;
}
.aboutConnect .formRow {
  margin-top: 20px;
}

.formRow {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
  text-align: left;
}
.aboutConnect label {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.aboutConnect .inputText {
  padding: 8px;
  border: 0px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  color: #000;
  background-color: #fff;
}
.aboutConnect h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.submitOuter {
  margin-top: 30px;
}
.btmConnect {
  text-align: center;
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  padding: 40px 0;
}
.serviceOuter {
  text-align: left;
}

/* ==================================================================
   16.0 Page Left Accordian Menu styles
================================================================== */

.leftMenu a {
  display: block;
  text-align: left;
  border-bottom: solid 1px #dddddd;
  padding: 12px 0;
  font-weight: 500;
  color: #555555;
}
.leftMenu .linkBox {
  margin-left: 10px;
  display: none;
}
.leftMenu .linkBox a {
  font-weight: 400;
  font-size: 14px;
}
.leftMenu > a {
  position: relative;
}
/*.leftMenu > a:after {
  background-image: url(../images/rightArrow.png);
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 20px;
}*/
.leftMenu > a.open {
  color: #008ed6;
}
.leftMenu > a.open:after {
  background-image: url(../images/downArrow.png);
}
.leftMenu a:hover,
.activePage {
  color: #008ed6 !important;
}
.caseStudy {
  margin-top: 40px;
}
.caseStudy .caseThumb {
  display: block;
  line-height: 0px;
  border: solid 1px #dfdede;
  margin: 20px 0;
}
.caseStudy .caseThumb img {
  width: 100%;
}
.caseStudy p {
  color: #494847;
  margin: 7px 0;
}
.more {
  color: #008ed6;
}
.more:hover {
  text-decoration: none;
  color: #008ed6;
}
.sidebar {
  display: table-cell;
  padding: 0 30px 0 15px;
  border-right: solid 1px #dddddd;
}
.sidebar .blackHD {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rightContent {
  display: table-cell;
  padding-left: 40px;
}
.rightContent p {
  margin-bottom: 20px;
}
.rightContent h2.subHd {
  margin-top: 0px;
}
.btmBorder {
  border-bottom: solid 1px #e1e1e0;
  margin: 0px 0 25px 0;
  padding-bottom: 20px;
}
.btmBorder .font16 {
  margin: 15px 0 5px 0;
}
.btmBorder p {
  margin-bottom: 10px;
}
.rightContent > .blackHD.font22 {
  margin: 40px 0 0px 0;
}
.leftIndend {
  padding-left: 30px;
}
.leftIndend ul {
  display: table-cell;
  font-size: 15px;
  padding: 7px 40px 0 0;
}
.leftIndend ul li {
  background-image: url(../images/blt.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  list-style-position: outside;
}
.bigBtn {
  display: block;
  margin: 40px 0 0 0;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 14px;
}
.serviceListing {
  text-align: left;
}
.serviceListing .iconCircle span,
.serviceListing .iconCircle span:hover {
  background-color: #fff !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px #fff !important;
  text-align: center;
  width: 120px;
  vertical-align: text-bottom;
}
.serviceListing .iconCircle {
  float: left;
  height: 130px;
}
.serviceListing .iconCircle img {
  max-height: 90px;
  max-width: 90px;
}
.serviceListing .serviceBox:before,
.serviceListing .col-sm-6 .serviceBox:after {
  display: none !important;
}
.serviceListing .serviceBox {
  border: 0px !important;
  min-height: auto !important;
}
.serviceListing .serviceBox p {
  margin-bottom: 0px;
  font-size: 14px;
}
.serviceListing .serviceBox a {
  margin: 5px 0 10px 0;
}
.textBanner {
  float: right;
  margin: 0 0 10px 20px;
}
.workSlider {
  width: 100%;
  max-width: 100%;
}
.redIcon .owl-next {
  width: 36px;
  height: 36px;
  background-image: url(../images/arrowRight.png);
  background-repeat: no-repeat;
  background-color: #008ed6;
  background-position: center center;
  text-indent: 200px;
  overflow: hidden;
  margin-top: -30px;
  opacity: 0.7;
}
.redIcon .owl-prev {
  width: 36px;
  height: 36px;
  background-image: url(../images/arrowleft.png);
  background-repeat: no-repeat;
  background-color: #008ed6;
  background-position: center center;
  text-indent: 200px;
  overflow: hidden;
  margin-top: -30px;
  opacity: 0.7;
}
.redIcon .owl-next:hover,
.redIcon .owl-prev:hover {
  opacity: 1;
}
.textBannerHor {
  width: 100%;
  margin: 20px 0;
}
.lisyNormal {
  padding-left: 20px;
}
.lisyNormal ul {
  padding-right: 0px;
}
.hire {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  border: solid 1px #ccc !important;
  padding: 40px 20px;
}
.hire .redColor {
  color: #008ed6;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.applicationSercice {
  margin-top: 30px;
}
.applicationSercice .col-sm-2 {
  text-align: center;
}
.applicationSercice .col-sm-2 img {
  display: inline-block;
}
.androidBanner {
  background-image: url(../images/androidBanner.html);
}
.noLeftIndend {
  padding-left: 0px;
  margin-top: 20px;
}
.noLeftIndend ul {
  padding-top: 20px !important;
}

.androidAppService .col-sm-6 {
  text-align: center;
  margin: 20px 0;
}
.androidAppService .blackHD {
  font-size: 22px;
  margin: 10px 0;
}
.androidAppService .col-sm-6 span img {
  max-height: 90px;
}
.androidAppService .col-sm-6 span {
  display: table-cell;
  width: 120px;
  height: 120px;
  background-color: #e7e7df;
  vertical-align: middle;
  border-radius: 50%;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  font-size: 40px;
}
.iconOuter {
  width: 120px;
  margin: 10px auto 20px auto;
}
.androidAppService .col-sm-6:hover span {
  background-color: #fff;
  box-shadow: 0px 0px 0px 6px #008ed6;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  color: #008ed6;
}
/* ==================================================================
   17.0 Portfolio Page styles
================================================================== */

.portfolioBanner {
  background-image: url(../images/rana-sawalha-364253-unsplash.html);
}
.sortingOuter {
  display: inline-block;
  margin: 10px 0 -40px 0;
}
.sortingOuter li {
  float: left;
}
.sortingOuter li a {
  display: inline-block;
  background-color: #e3e3e3;
  padding: 15px 40px;
  color: #555555;
  border-left: solid 2px #fff;
  font-size: 16px;
}
.sortingOuter li:first-child a {
  border: 0px;
}
.sortingOuter li a:hover,
.sortingOuter li a.activeTab {
  background-color: #008ed6;
  color: #fff;
}
.gallery {
  margin-top: 30px;
}
.imgOuter {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
  border: solid 2px #fff;
}
.imgOuter > img {
  width: 100%;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.imgOuter:hover > img {
  transform: scale(1.2);
}
.imgOuter > span {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background-color: #2b94a2;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.imgOuter .overLayPortfolio {
  position: absolute;
  height: 100%;
  bottom: -100%;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 60px;
  color: #fff;
  z-index: 20;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
}

.col-md-3 .imgOuter .overLayPortfolio {
  padding: 20px 15px;
}
.col-md-3 .imgOuter .overLayPortfolio p {
  margin: 10px 0;
}

.overLayPortfolio .whiteHD {
  font-size: 26px;
  font-weight: 600;
}

.col-md-3 .overLayPortfolio .whiteHD {
  font-size: 20px;
}
.overLayPortfolio p {
  margin: 20px 0;
}
.overLayPortfolio a {
/*  display: inline-block;
  border: solid 2px #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 10px 5px 0 5px;
  line-height: 60px;*/
  font-size: 20px;
  color: #fff;
}
.overLayPortfolio a:hover {
  /*background-color: #008ed6;*/
}
.imgOuter:hover > span {
  bottom: -100%;
}
.imgOuter:hover .overLayPortfolio {
  bottom: 0px;
}

/* ==================================================================
   18.0 Blog Page styles
================================================================== */

.blogOuter {
  padding: 20px 0;
}
.blogOuter .sidebar {
  padding: 0 15px 0 30px;
  border-right: solid 0px #c3c3c2;
  border-left: solid 0px #efefef;
}
.blogOuter .rightContent {
  padding-left: 0px;
  padding-right: 40px;
}
.blogPost {
  margin-bottom: 60px;
}
.blogPost .blogImg {
  margin-bottom: 20px;
  display: block;
}
.blogPost .blogImg img {
  width: 100%;
  box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
  border: solid 2px #fff;
}
.blogPost .blogLink {
  color: #000 !important;
  margin-bottom: 10px;
}
.blogPost .blogLink :hover {
  color: #008ed6 !important;
}
.recentBlogs li {
  position: relative;
  padding-left: 45px;
  font-weight: 500;
}
.recentBlogs li a {
  display: block;
  margin-bottom: 30px;
}
.recentBlogs li a:hover {
  color: #008ed6 !important;
}
.recentBlogs li a:hover .postNo {
  border: solid 1px #008ed6;
}
.recentBlogs span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentBlogs .postNo {
  position: absolute;
  display: block;
  left: 0px;
  width: 30px;
  height: 30px;
  border: solid 1px #c7c7c7;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  top: 5px;
}
.blogCategories {
  margin-bottom: 20px;
}
.blogCategories li a {
  background-image: url(../images/square.png);
  padding: 6px 0 6px 20px;
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
}
.blogCategories li a:hover {
  color: #008ed6;
}
/* Post meta */
.post-meta {
  font-weight: 500;
  padding: 7px 12px;
  background-color: #f5f5f5;
  font-size: 13px;
  margin-bottom: 22px;
  border-left: solid 3px #999;
}
.post-meta a {
  color: #7f7f7e;
}
.post-meta a:hover {
  color: #008ed6;
}
.post-meta .item {
  display: inline-block;
  margin-left: 18px;
  border: 1px solid transparent;
}
.post-meta .item:first-child {
  margin-left: 0;
}
.post-meta .item .inner {
  position: relative;
  padding-left: 20px;
}
.post-meta .item .inner:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.post-meta .item.post-by-author .inner:before {
  content: "\f007";
}
.post-meta .item.post-date .inner:before {
  content: "\f017";
}
.post-meta .item.post-comment .inner:before {
  content: "\f27a";
}
.post-meta .item.post-meta-categories .inner:before {
  content: "\f02b";
}

/* ==================================================================
   19.0 Team Section styles
================================================================== */

#meetTeam {
  border-bottom: 1px solid #e5e5e5;
}
.teamCon {
  margin-top: 40px;
}
.teamBox {
  position: relative;
  overflow: hidden;
  padding: 0.5px !important;
}
.teamBox img {
  width: 100%;
  height: 364px;
 
  object-fit: cover;
}
.teamHover {
  position: absolute;
  padding: 10px 8px;
  text-align: left;
  left: -110%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
  color: #fff;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.teamHover:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0px;
  right: 1px;
  left: 0px;
  background: #008ed6;
  z-index: -1;
  opacity: 0.85;
}

.teamAbout {
  line-height: 20px;
  overflow: hidden; display: -webkit-box;-webkit-line-clamp: 11	;-webkit-box-orient: vertical;
}
.button {
 background: url(../images/rqst-btn.png) no-repeat center center;
}
.teamName {
  font-size: 25px;
  color: #fff;
}
.teamDegination {
  font-size: 15px;
  font-style: italic;
  margin: 5px 0 12px;
}
.teamBox:hover .teamHover {
  left: 0px;
}
#whatShould .col-sm-6 {
  text-align: left;
  margin: 25px 0;
}
.thinkHd {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.followsmenu {
  padding-bottom: 5px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
}
.followsmenu a {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
  background: url(../images/menusocial.png) no-repeat;
}
.followsmenu a.facebook {
  background-position: 0px 0px;
}
.followsmenu a.twitter {
  background-position: -45px 0px;
}
.followsmenu a.google {
  background-position: -90px 0px;
}
.followsmenu a.instagram {
  background-position: -135px 0px;
}
.followsmenu a.linkdin {
  background-position: -91px 0px;
}
.followsmenu a.pintrest {
  background-position: -228px 0px;
}
.followsmenu a.be {
  background-position: -182px 0px;
}
.followsmenu a.other {
  background-position: -273px 0px;
}
.teamHover .followsmenu.fixedFollow {
  position: absolute;
  bottom: 5px;
}
#meetTeam {
  border-bottom: 1px solid #e5e5e5;
}
.grayBg {
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

/* Contact Us page */
.contactBanner {
  min-height: 400px;
}
.contactBanner p {
  margin-bottom: 20px;
}
.contactBanner:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.contactFollow {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.map {
  width: 100%;
  border: 1px solid #ddd;
  background: #f2f2f2;
  height: 400px;
  overflow: hidden;
}
.contactFollow + footer {
  margin-top: 0px;
}
/* Information
-------------------------------------------------------------- */
.contactCon ul {
  margin: 0;
  list-style: none;
}
.contactCon ul li {
  position: relative;
  padding: 0 0 0 50px;
  border: 0;
  margin-bottom: 17px;
}
.contactCon ul li:before {
  text-align: center;
  content: "\f124";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.241em;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
}
.contactCon ul li.phone:before {
  content: "\f095";
}
.contactCon ul li.email:before {
  content: "\f0e0";
}
.contactCon .mainHd {
  font-size: 30px;
}

/*** =============================================
    Get Touch Area style
============================================= ***/

.get-touch-area .sec-title {
  display: block;
  padding: 0 160px 80px;
}
.get-touch-area .sec-title p {
  color: #a4a4a4;
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 0;
}
.get-touch-area .single-item {
  border: 1px solid #efefef;
  display: block;
  padding: 39px 20px 31px;
}
.get-touch-area .single-item .icon-holder {
  padding-bottom: 20px;
}

.get-touch-area .single-item .text-holder h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
.get-touch-area .single-item .text-holder p{color: #fff !important; text-align: left;}
.get-touch-area .single-item .text-holder .border {
  height: 1px;
  width: 60px;
  background: #f4f4f4;
  display: inline-block;
}
.get-touch-area .single-item .text-holder p {
  margin: 15px 0 0;
}

.get-touch-area .single-item .text-holder p a {
  color: #fff;
}
.get-touch-area .icon-holder i {
  color: #fff;
  font-size: 40px;
}

/* ==================================================================
   20.0 Social Share Icons styles
================================================================== */

.followBox {
  float: left;
  border-left: 1px solid #dbdbdb;
  flex: 1;
  position: relative;
  text-align: center;
  height: 100px;
}
.followBox a {
  display: block;
  width: 100%;
  height: 100%;
}
.followBox a:hover {
  background: #f0f0f0;
}
.followBox a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

/* ==================================================================
   21.0 Blog Detail Page styles
================================================================== */

.postShare .followBox {
  height: 50px;
}
.postShare .followBox a img {
  height: 18px;
}
.abotBanerSubHd {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 38px;
  position: relative;
}
.abotBanerSubHd:after {
  height: 1px;
  background: #5d5e5a;
  width: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.pageTitle.small {
  font-size: 28px !important;
  margin: 50px 0;
  text-transform: none !important;
}
.post-widget-image {
  float: left;
  width: 60px;
  margin: 5px 0 0 0;
}
.post-widget-image img {
  width: 100%;
}
.post-widget-text {
  padding-left: 70px;
}
.post-widget-text span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.recent_posts_extra_widget li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.blogContainer {
  padding: 30px 0;
}
.excerpt h2 {
  color: #000;
  text-transform: none;
  margin-top: 0px;
  padding-bottom: 10px;
}
.excerpt h3 {
  color: #000;
  text-transform: none;
  margin: 20px 0;
}
.excerpt p {
  margin: 20px 0;
  font-size: 16px;
}
.postOuterRight h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}
.excerpt p .align-left {
  float: left;
  margin: 10px 20px 10px 0;
}
.excerpt p img {
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.postOuterLeft .contactFollow .followBox {
  height: 40px;
}
.postOuterLeft .contactFollow {
  border-right: 1px solid #dbdbdb;
}
.postOuterLeft .contactFollow img {
  height: 16px;
}
.commentListSection {
  margin-top: 50px;
}
.commentRow {
  background-color: #fbfbfb;
  padding: 20px;
  border-left: solid 3px #008ed6;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.commentRow .userImg {
  float: left;
  width: 60px;
  height: 60px;
  border: solid 2px #fff;
  border-radius: 5px;
}
.commentRow .commentData {
  padding-left: 80px;
}
.commentRow .commentData > strong {
  font-size: 18px;
  color: #000;
}
.replyBtn {
  background-color: #333;
  cursor: pointer;
  color: #fff;
  text-transform: none;
  padding: 0px 6px;
  font-size: 13px;
  float: right;
  display: inline-block;
  border-radius: 2px;
}
.replyBtn:hover {
  background-color: #008ed6;
  color: #fff;
}
.commentDate {
  margin: 10px 0;
  font-size: 12px;
}
.commentThread .children {
  margin-left: 0 !important;
  padding-left: 60px;
  border-left: 1px solid #ddd;
  margin-top: 40px;
}
.adsenseOuter {
  margin: 40px 0;
}
.commentForm {
  margin-top: 60px;
}
.postAuthore img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-right: 10px;
}
/* Tags */
.post-tags {
  margin: 10px 0 30px 0;
}
.post-tags a {
  font-size: 12px;
  display: inline-block;
  background-color: #008ed6;
  padding: 0px 8px;
  color: #fff;
  font-size: 0.857em;
  margin-left: 3px;
  margin-bottom: 3px;
  border-radius: 2px;
}
.post-tags a:hover {
  background-color: #4b4b4b;
  color: #fff;
}

/* ==================================================================
   22.0 FAQ Accordian styles
================================================================== */

.faqOuter {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
}
.faqOuter .subHd {
  font-size: 28px;
  padding-bottom: 20px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #62cae4;
    border-color: #62cae4;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.course-description1{background: #000;}
.course-description1 h2{
    margin: 0;
    padding: 15px;
    font-size: 21px;
    color: #fff;
}
.more-less {
  float: right;
  font-size: 14px;
  margin-left: 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.panel-title > a[aria-expanded="true"] {
  background-color: #008ed6;
  border: solid 1px #008ed6;
  color: #fff !important;
}
.faqByCat {
  text-align: center;
}
.faqByCat a {
  width: 100%;
  padding: 30px;
  margin: 15px 0;
  text-transform: capitalize;
  border-radius: 5px;
}

.faqByCat a:hover {
  background-color: #008ed6;
}

.faqByCat a i {
  display: block;
  margin: 10px;
  font-size: 30px;
}

/* ==================================================================
   23.0 Client Testimonials styles
================================================================== */

.testimonialSlider {
  border-top: solid 1px #ddd;
  text-align: center;
  border-bottom: solid 1px #ddd;
  background: #efefef url(../images/bg-third.png) no-repeat center center;
  background-size: cover;
}
.testimonialSlider + .brands {
  border-top: 0px;
}
.testimonialSlider img {
  width: auto;
}
.testimonialSlider .blackHD {
  margin-bottom: 10px;
}
.testimonialSlider .testimonialsSlider {
  margin-top: 0px;
  list-style: none;
}
.sliderImage {
  z-index: 20;
  position: relative;
}
.testimonialsSlider .item p {
  box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
  padding: 30px 35px 67px 35px;
  position: relative;
  margin: 30px 30px 0 30px;
  background: #fff;
  border-radius: 6px;
  min-height: 176px;
  color: #000;
  z-index: 10;
}
.testimonialsSlider .item img {
  height: 100px !important;
  width: 100px !important;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  margin-left: -50px;
  bottom: 50px;
  border: solid 5px #ffff;
  position: relative;
}
.testimonialsSlider .item .name {
  font-size: 18px;
  font-weight: 600;
  margin: 00px 0 10px 0;
}
.testimonialsSlider .owl-prev {
  position: absolute;
  left: -50px;
  top: 30%;
  overflow: hidden;
  text-indent: 200px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff url(../images/left.png) no-repeat 9px 8px;
  background-size: 9px;
}
.testimonialsSlider .owl-next {
  position: absolute;
  right: -50px;
  top: 30%;
  overflow: hidden;
  text-indent: 200px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff url(../images/right.png) no-repeat 12px 8px;
  background-size: 9px;
}
.testimonialsSlider .name {
  color: #fff;
}

/* ==================================================================
   24.0 Blog Tags List styles
================================================================== */

.blogTags {
  margin: 30px 0;
}
.tagcloud {
  margin-top: 20px;
}
.tagcloud a {
  border: 1px solid #008ed6;
  color: #008ed6;
  border-radius: 3px;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 5px 17px;
  text-transform: capitalize;
}
.tagcloud a:hover {
  color: #fff;
  background: #008ed6;
}

/* ==================================================================
   25.0 Back-to-top button styles
================================================================== */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  background: #ececec;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  opacity: 0;
}
#back-to-top:hover {
  background: #008ed6;
  color: #fff;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}

/* ==================================================================
   26.0 Pagination styles
=====================================================================*/

.paginationOuter {
  margin: 10px 0;
}
.paginationOuter .pagination > li > a,
.paginationOuter .pagination > li > span {
  margin: 0 5px;
  border-radius: 2px !important;
  display: inline-block;
}
.paginationOuter .pagination > li > a:hover,
.paginationOuter .pagination > li > span:hover,
.paginationOuter .pagination > li.active span {
  background-color: #008ed6;
  border: solid 1px #008ed6;
  color: #fff;
}

.pagination > li > a,
.pagination > li > span {
  color: #999;
}

/* ==================================================================
   27.0 Input and Textarea styles
=====================================================================*/

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: #777;
  border: 1px solid #eaeaea;
  padding: 2px 15px;
  line-height: inherit;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
}
/*  textarea  */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #a1a1a1;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ==================================================================
  28.0 Blog  Slider styles
=====================================================================*/

.latest-blog-post {
  padding: 30px 0 60px 0;
  border-top: solid 1px #ddd;
  font-size: 15px;
  font-weight: 500;
}
.latest-blog-post .blackHD {
  margin-bottom: 40px;
}
.latest-blog-post .thumb {
  margin-bottom: 10px;
 box-shadow: 0px 2px 3px 0px rgb(171 171 171 / 60%) !important;
    border: solid 1px #ece8e8;
}
.latest-blog-post .title {
  font-size: 16px;
  color: #4b4b4b;
  margin: 10px 0;
  display: inline-block;
}
.latest-blog-post .button {
  margin-top: 10px;
}
.latest-blog-post .owl-prev {
  position: absolute;
  right: 40px;
  left: auto;
  top: -70px;
  overflow: hidden;
  text-indent: 200px;
  width: 30px;
  height: 30px;
  border: solid 2px #4b4b4b;
  background: #fff url(../images/left.png) no-repeat 8px 6px;
  background-size: 9px;
  opacity: 0.3;
}
.latest-blog-post .owl-next {
  position: absolute;
  right: 0px;
  top: -70px;
  overflow: hidden;
  text-indent: 200px;
  width: 30px;
  height: 30px;
  border: solid 2px #4b4b4b;
  background: #fff url(../images/right.png) no-repeat 8px 6px;
  background-size: 9px;
  opacity: 0.3;
}
.latest-blog-post .owl-prev:hover,
.latest-blog-post .owl-next:hover {
  opacity: 0.6;
  background-color: #ddd;
}

/* ==================================================================
    29.0 Case Studies & Projects Slider styles
=====================================================================*/
.portfolioDetail .line-1 {
  margin: 20px 0 30px 0;
}
.portfolioDetail .checkList {
  margin-bottom: 40px;
}
.portfolioDetail .blackHD {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.checkList {
  list-style: none;
  margin: 0;
}
.checkList li {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 8px;
}
.checkList li strong {
  color: #000;
}
.checkList li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: normal;
  position: absolute;
  left: 0;
  top: 6px;
  color: #008ed6;
}

.review {
  display: inline-block;
  padding-left: 10px;
}
.review i {
  color: #f7d206;
  font-weight: 300;
}

.portfolioDetailSlider {
  box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
  border: solid 2px #fff;
  margin-bottom: 20px;
}
.portfolioDetailSlider img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.portfolioDetailSliderFullWidth {
  position: relative;
}
.portfolioDetailSliderFullWidth li.owl-item {
  width: 100%;
}
.portfolioDetailSliderFullWidth li.owl-item img {
  width: 100%;
}

.portfolioDetailSliderFullWidth .portfolioDetailSlider {
  border: 0;
}

.portfolioDetailSliderFullWidth .owl-item li:after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.portfolioDetailSliderFullWidth .projectTitle {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.portfolioDetailSliderFullWidth .projectTitle h2 {
  font-weight: 900;
}

.portfolioDetailSlider .owl-controls .owl-nav > div {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 300px;
}
.portfolioDetailSlider .owl-controls .owl-nav > div:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  line-height: normal;
  position: absolute;
  left: 0;
  display: block;
  right: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  line-height: 29px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 26px;
}
.portfolioDetailSlider .owl-controls .owl-nav > div:hover:after {
  background-color: #008ed6 !important;
}
.portfolioDetailSlider .owl-controls .owl-nav > div.owl-prev:after {
  content: "\f104";
}
.portfolioDetail .followBox {
  height: 40px;
}
.portfolioDetail .contactFollow {
  border-right: 1px solid #dbdbdb;
}
.portfolioDetail .followBox img {
  height: 18px;
}

/* ==================================================================
    30.0 Brands/Partners Slider styles
=====================================================================*/

.brands {
  display: block;
  padding: 55px 0;
  border-top: solid 1px #ddd;
}
.brands ul {
  display: block;
}
.brands ul li {
  list-style: none;
  height: 100px;
}
.brands ul .owl-item img {
  width: auto;
  /*opacity: 0.5;
  filter: gray;  IE6-9 
  -webkit-filter: grayscale(100%);  Chrome 19+ & Safari 6+ 
  transition: all 0.3s ease 0s;*/
}
.brands ul .owl-item img:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* ==================================================================
    31.0 BLog Grid Box
=====================================================================*/

.blog-grid-box {
  margin-bottom: 80px;
}

.blog-grid-box .thumb {
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
  border: solid 2px #fff;
}

.blog-grid-box .thumb img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-grid-box .title {
  font-size: 20px;
  color: #4b4b4b;
  margin: 10px 0;
  display: inline-block;
}
.blog-grid-box .title:hover {
  color: #008ed6;
}

/**/

.error {
  border-left: solid 3px #de0202 !important;
}
span.error {
  color: #f00;
  font-size: 12px;
  border-left: solid 0px #de0202 !important;
}

.alert {
  padding: 10px;
  padding-right: 30px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  font-size: 26px;
}

#success,
#error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  display: none;
}

#success,
#success-footer {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
#error,
#error-footer {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

#success-footer,
#error-footer {
  width: 100%;
  color: #fff;
  padding: 5px 5px;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  display: none;
  line-height: 19px;
  border-left: 0px solid red;
}
#footerContactForm {
  position: relative;
  z-index: 99999;
}

#footerContactForm .tooltip-inner {
  min-width: 200px;
  background-color: #f00;
}
#footerContactForm .tooltip.right .tooltip-arrow {
  border-right-color: #f00;
}

/* ==================================================================
    32.0 Page 404
=====================================================================*/
.page404 {
  height: 100vh;
  background-image: url(../images/evelyn-mostrom-59210-unsplash.html);
  display: flex;
  align-items: center;
}

.page404 svg {
  width: 500px;
  margin-bottom: 30px;
}
.page404 svg path,
.page404 svg g,
.page404 svg polygon {
  fill: #008ed6 !important;
}

/*========================================
   33.0 SECTION: PRICING TABLE
==========================================*/
.pricing-table {
  margin-top: 35px;
}
.packages {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}

.package {
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-top: 40px;
}

.package .header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.package .header h2 {
  color: #ffffff;
  margin-top: 0px;
}

.package-features .column-9p {
  width: 90%;
  float: left;
  text-align: left;
}

.package-features .column-1p {
  width: 10%;
  float: right;
  text-align: right;
  color: #828282;
  font-size: 14px;
}

.package-features .column-7p {
  width: 60%;
  float: left;
  text-align: left;
}

.package-features .column-3p {
  width: 40%;
  float: right;
  text-align: right;
}

.package-features ul li {
  overflow: auto;
  padding: 12px 25px;
  border-bottom: 1px dotted #e3e3e3;
  color: #727272;
}

.package-features .bottom-row {
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 17px;
  padding-right: 25px;
  padding-left: 25px;
}

.package-features .bottom-row h6 {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}

.dark-bg {
  background-color: #323232;
  color: #ffffff;
}

.color-bg {
  background-color: #008ed6;
  color: #ffffff;
}

.bgcolor-2 {
  background-color: #f7f8fa;
}

.bgcolor-white {
  background-color: #ffffff;
}

/*========================================
   34.0 Breadcumb Section
==========================================*/

.breadcumb-wrapper {
  background: #f4f4f4;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #efefef;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b94a2;
}
.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: 0.3s ease;
  color: #008ed6;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #008ed6;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: uppercase;
  font-weight: 700;
  color: #008ed6;
  font-size: 13px;
  font-weight: 600;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #008ed6;
  margin-right: 7px;
}


.authorized{ 
    font-size:18px;
    color: #0092b9;
    font-family: 'AzoSans-Bold';
    line-height: 18px;
	text-align: center;
    margin: 0;
    padding: 10px 0 30px;
}
.callhadding i{font-size: 13px; font-weight: normal;}
.cloud-contact-center img{width: 100px;}
ul.banguluru-pbx{color: #fff; font-size: 17px; font-family: 'AzoSans-Regular'; list-style: inside; padding: 0 0 0 30px;}
.bang-praghraph{color: #fff; font-size: 18px; font-family: 'AzoSans-Bold'; line-height: 24px; padding: 15px 0;}
.bang-praghraph span{color: #fff200}
.banguluru-testmonial{font-size: 30px; font-family: 'AzoSans-Bold'; color: #0093bd; padding-bottom: 20px;}
.bang-border{border-bottom: solid 2px #a7a9ac; margin: 30px 0;}
ul.cloud-bang-content{list-style: none; margin: 0; padding: 0; display: block;}
ul.cloud-bang-content li {
    padding-bottom: 15px;
	float: left;
    overflow: hidden;
	margin-left: 2%;
	width: 23%;
}
ul.cloud-bang-content li:nth-child(3) {
    width: 29%;
    padding-bottom: 15px;
	float: left;
    overflow: hidden;
}
ul.cloud-bang-content li:nth-child(3) img{width: 58px;}
ul.cloud-bang-content li:nth-child(4) img{width: 58px;}
ul.cloud-bang-content li:nth-child(7) img{width: 58px;}
ul.cloud-bang-content li:nth-child(4) {
    width: 17%;
    padding-bottom: 15px;
	float: left;
    overflow: hidden;
}
ul.cloud-bang-content li:nth-child(7) {
    width: 29%;
    padding-bottom: 15px;
	float: left;
    overflow: hidden;
}
ul.cloud-bang-content li .cloud-img-left {
    width: 22%;
    float: left;
}
ul.cloud-bang-content li .cloud-img-right {
    width: 70%;
    float: right;
}
ul.cloud-bang-content li .cloud-img-right p {
    color: #231f20;
    line-height: 21px;
    font-size: 16px;
    font-family: 'AzoSans-Regular';
    padding: 5px 0px 15px 0;
    margin: 0;
}
.banner-bottom{width: 100%; clear: both; display: block; background: #fff;}
ul.banner-bottom-box{list-style: none; margin: 30px 0; display: block; clear:both; overflow: hidden;position: relative;}
ul.banner-bottom-box li{float: left; min-height: 310px;
    width: 25%;}
ul.banner-bottom-box li:nth-child(1){background-color: rgba(37, 15, 131, 0.77); padding: 20px 10px;}
ul.banner-bottom-box li:nth-child(2){background-color: rgba(12, 151, 165, 0.77); padding: 20px 10px;}
ul.banner-bottom-box li:nth-child(3){background-color: rgba(0, 255, 238, 0.77); padding: 20px 10px;}
ul.banner-bottom-box li:nth-child(4){background-color: rgba(235, 118, 218, 0.77); padding: 20px 10px;}
.more-button-box{position: absolute;
    padding-bottom: 10px;
    bottom: 15px;}
.sec-title h1{color: #fff;}

.sec-title p{color: #fff !important;}
.contactCon{background: #1e5366;}
ul.banner-bottom-box li .icon-box{width: 60px; height: 60px; background: #3E5AFB; border-radius: 50%; text-align: center; margin-bottom: 15px;}
ul.banner-bottom-box li .icon-box i{font-size: 30px; color: #fff; line-height: 60px;}
ul.banner-bottom-box li:nth-child(2) .icon-box{width: 60px; height: 60px; background: #3ECAFB; border-radius: 50%; text-align: center; margin-bottom: 15px;}
ul.banner-bottom-box li .icon-box i{font-size: 30px; color: #fff; line-height: 60px;}
ul.banner-bottom-box li:nth-child(3) .icon-box{width: 60px; height: 60px; background: #FBC33E; border-radius: 50%; text-align: center; margin-bottom: 15px;}
ul.banner-bottom-box li .icon-box i{font-size: 30px; color: #fff; line-height: 60px;}
ul.banner-bottom-box li:nth-child(4) .icon-box{width: 60px; height: 60px; background: #fb3ec1; border-radius: 50%; text-align: center; margin-bottom: 15px;}
ul.banner-bottom-box li .icon-box i{font-size: 30px; color: #fff; line-height: 60px;}
ul.banner-bottom-box li .icon-box-content h4{margin: 0; padding: 0 0 5px; font-size: 21px; color: #fff; text-transform:uppercase; font-weight: bold;line-height: 27px;}
ul.banner-bottom-box li .icon-box-content p{margin: 0; padding: 0 0 5px; color: #fff; font-size: 14px; line-height: 21px;}
ul.banner-bottom-box li .more-button-box a{border: solid 2px #fff; border-radius: 30px; color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; padding: 7px 20px;}
ul.banner-bottom-box li:nth-child(1) .more-button-box a:hover{background: #3d4aaa;}
ul.banner-bottom-box li:nth-child(2) .more-button-box a:hover{background: #3fa5b5;}
ul.banner-bottom-box li:nth-child(3) .more-button-box a:hover{background: #ffbb00;}
ul.banner-bottom-box li:nth-child(4) .more-button-box a:hover{background: #9E37FF;}
.phone i{color:#00FF00;}
.univerciry{
  padding: 30px 0;
  background: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 78%)), url(../images/footer_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.event-bg{
  padding: 30px 0;
  background: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 78%)), url(../images/bg-event.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.univerciry:after {
  background-color: rgba(0, 0, 0, 0);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  position: relative;
  content: "";
}
.sectionblog{background: #fafbff; clear: both; display: block; padding: 70px 0;}
.blog-box{
    box-shadow: 0px 3px 7px 0px rgb(56 56 56 / 10%);
	margin: 0;
    padding-bottom: 30px;
    background: #fff;
}
.blog-post-img{position: relative;}
.post-triangle {
    position: absolute;
    top: 0;
    border-bottom: 65px solid transparent;
    border-right: 65px solid #2b94a1;
    right: 0;
    z-index: 6;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.post-triangle span {
    position: absolute;
    top: 6px;
    left: 37px;
    color: #fff;
    font-size: 14px;
}
.entry-title {
    padding: 0 30px;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 45%;
    color: #fff;
    z-index: 7;
	margin: 0;
}
.entry-title a {
    color: #fff;
}
.entry-meta {
    position: relative;
    background: #242c5e;
    border-radius: 50px;
    display: inline-block;
    top: -20px;
    margin: 0 25px;
    z-index: 2;
}
.entry-meta ul.post-categories {
    margin: 0;
    padding: 7px 20px;
}
 .entry-meta ul.post-categories li {
    padding-right: 0;
    display: inline-block;
    position: relative;
}
 .entry-meta ul.post-categories li a{
    color: #fff;
}
.content-body {
    padding: 30px;
}
.content-body p{    color: #666;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
}
.entry-footer-body {
    padding: 40px 30px 15px 30px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e9eb;
    justify-content: space-between;
}
.entry-footer-body span {
    font-size: 14px;
}
.entry-footer-body span a{
    padding: 10px 30px;
    margin: 0 10px 0 0;
    background: #2b94a2;
	color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #2b94a2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-date{color: #6666;}
.widget-area{clear:both;}
.widget-area .widget {
    margin-top: 0;
    box-shadow: 0px 3px 7px 0px rgb(56 56 56 / 10%);
    transition: all 0.3s ease;
    padding: 40px 20px;
    background: #fff;
}
.widget-area .widget .widget-title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
    padding-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e8e9eb;
    margin-top: 0;
    margin-bottom: 20px;
}
.widget-area .widget .widget-title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #2b94a1;
    margin: auto;
    left: 0px;
    right: 0;
    top: 12px;
    bottom: -37px;
}
.widget-area .edumodo-recent-post .recent-post {
    display: flex;
    border-bottom: 1px solid #e8e9eb;
}
.recent-img .recent-post-thumbnail {
    height: 80px;
    width: 80px;
    border: 1px solid #e8e9eb;
    border-radius: 50%;
    overflow: hidden;
	margin-right: 15px;
}
.recent-entry-title {
    margin-bottom: 0;
    font-weight: 700;
}
.recent-entry-title a {
    color: #333;
    transition: all 0.3s ease;
}
.widget-area .widget a {
    color: #666;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    font-size: 14px;
}
.widget-area .widget p {
    font-size: 14px;
    line-height: 25px;
	margin-bottom: 15px;
}
.widget {
    box-shadow: 0px 3px 7px 0px rgb(56 56 56 / 10%);
    transition: all 0.3s ease;
    padding: 40px 20px;
    background: #fff;
	margin-top: 25px;
}
.widget .widget-title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
    padding-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e8e9eb;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget .widget-title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #2b94a2;
    margin: auto;
    left: 0px;
    right: 0;
    top: 12px;
    bottom: -37px;
}
 .widget_text ul li {
    font-size: 14px;
    color: #787f88;
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid #e8e9eb;
    padding: 5px 0;
}
 .widget_text ul li a:hover{color:#ecb101;}
 .widget_text ul li:last-child{border-bottom: none;}
 .blog-box1 {
    box-shadow: 0px 3px 7px 0px rgb(56 56 56 / 10%);
    margin: 25px 0 0;
    padding-bottom: 30px;
    background: #fff;
}
.column {
    width: 100%;
	font-size: 16px;
    overflow: hidden;
	margin-top: 0;
}
.column .product-column-wrapper {
    border-radius: 0px;
}
.column .product-thumb {
    border-radius: 0px 0px 0 0;
}
.column .product-thumb {
    position: relative;
}
.column .product-thumb {
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
    line-height: 0;
    overflow: hidden;
}
.column .product-thumb .product-thumb-wrapper {
    position: relative;
}
.column .product-thumb .product-thumb-wrapper a img {
    width: 100%;
}
.column .product-thumb .hover-product-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
	width: 100%;
}
.column .product-thumb .hover-product-image img {
    transition: all 2s ease;
}
.column .product-thumb .overlay {
    bottom: 0;
}
.column .product-thumb .overlay {
    transition: all 0.4s ease;
    display: flex;
    position: absolute;
    bottom: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    opacity: 0;
}
.column .overlay .cart-button {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: white;
    width: 95%;
    margin: 10px auto 0px;
    grid-auto-flow: column;
    grid-gap: 16px;
    padding: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
}
.column .overlay .cart-button .wk-quick-view-button {
    color: black;
    position: relative;
    font-size: 16px;
    right: inherit;
    opacity: 1;
    left: inherit;
    top: inherit;
    display: inherit;
    height: 100%;
    text-transform: uppercase;
    z-index: 1;
    line-height: 1;
    transition: all 0.3s ease;
}
.column .cart-button a {
    color: #FFFFFF;
    background: #2b94a2;
    border-radius: 2px;
    padding: 8px 8px 8px 8px;
}
.wk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.column .wk-quick-view-button .quick-view-icon {
    color: #FFFFFF;
}
.column .overlay .cart-button .wk-quick-view-button i {
    margin-top: 2px;
	font-size: 15px;
	color: #fff;
}
.column .product-thumb .overlay .add_to_cart_inline {
    display: flex;
    align-items: center;
}

.column a.add_to_cart_button {
    color: #fff;
    background: #EE8C1C;
}
.column:hover .overlay {
    opacity: 1;
    bottom: 25px;
    z-index: 9;
}
.column:hover .product-thumb .hover-product-image {
    opacity: 1;
}
.column:hover .overlay {
    bottom: 10px;
	}
.column .product-content {
    padding: 30px 0px 25px 0px;
	background: #fff;
	text-align: center;
}
 .product-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.product-content h4 a {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #232643;
}

.column .product-content .price {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2b94a2;
}
.product-content h4 a:hover{color: #EE8C1C;}
.learn-press-courses {
    clear: both;
	display: block;
	width: 100%;
}
.learn-press-courses ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}
.learn-press-courses  ul li {
float: none; width: 100%;
margin-bottom: 50px;
}
.learn-press-courses ul li .course-item {
    box-shadow: 5px 5px 25px 0px rgb(46 61 73 / 20%) !important;
    background: #fff;
	overflow: hidden;
}
.learn-press-courses .course .course-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: unset;
    justify-content: space-between;
}
.learn-press-courses .course-item .course-wrap-thumbnail {
    float: left;
    width: 35.8%;
}
.learn-press-courses .course-item .course-wrap-thumbnail .course-thumbnail a {
    display: block;
    overflow: hidden;
}
.course-wrap-thumbnail .course-thumbnail .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    transform: scale(1);
}
.learn-press-courses .course-item .course-content {
    float: right;
    width: calc(100% - 35.8% - 76px);
    padding: 15px;
}
.learn-press-courses .course-item .course-content .course-categories {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 16px;
}
.learn-press-courses .course-item .course-content .course-categories a {
    position: relative;
    padding: 2px 20px 2px 15px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
    /* clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%); */
}
.learn-press-courses .course-item .course-content .course-categories a{    font-size: 14px;
    font-weight: 300;
	color: #059de9;}
.learn-press-courses .course-item .course-content .course-categories a:first-child {
    display: block;
    margin-right: 10px;
    padding: 0 20px;
	color: #fff;
    background: #2e94a0;
}
.learn-press-courses .course-item .course-content .course-categories a:hover{color: #fafbff;}
.learn-press-courses  .course-item .course-content .course-categories::after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 1px;
    height: 12px;
    opacity: 0.5;
    background: #999;
    content: "";
    transform: translate(0, -50%);
}
.learn-press-courses .course-item .course-content .course-instructor {
    float: left;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
}
.learn-press-courses .course-item .course-content .course-instructor a {
    color: #2e94a0;
}
.learn-press-courses .course-item .course-content .course-permalink {
    overflow: hidden;
    height: 25px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}
.course-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
	margin: 0;
    line-height: 20px;
	padding: 0;
	display: block;
	clear: both;
}
.learn-press-courses .course-item .course-content .course-wrap-meta {
    display: flex;
    padding-top: 12px;
    padding-bottom: 18px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item {
    padding-right: 28px;
    text-transform: capitalize;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item-duration::before {
    content: "\f017";
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item-level::before {
    content: "\f012";
}
.learn-press-courses[data-layout="list"] .course .course-item .course-content .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item-lesson::before {
    content: "\f0c5";
}
.learn-press-courses[data-layout="list"] .course .course-item .course-content .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item-quiz::before {
    content: "\f12e";
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #2e94a0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.learn-press-courses .course-item .course-content .course-wrap-meta .meta-item-student::before {
    content: "\f501";
}
.learn-press-courses[data-layout="list"] .course .course-item .course-content .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.learn-press-courses .course-item .course-content .course-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 14px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.learn-press-courses .course-item .course-content .course-price {
    float: left;
}
.learn-press-courses .course-item .course-content .course-info .course-price .price {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.learn-press-courses .course-item .course-content .course-readmore {
    float: right;
    position: relative;
    right: 4px;
}
.learn-press-courses .course-item .course-content .course-readmore a {
    padding: 9px 24px;
    border-radius: 3px;
    color: #fff;
    background: #2e94a0;
	font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s;
}
.form-custom{margin-bottom: 25px;}
.form-custom .input-group input{background:#fff; border-radius: 5px; height: 36px;}
.form-custom .input-group button{
    height: 36px;
    background: #fff;
}
.form-custom .input-group button:hover{background: #fff; color: #059de9 !important; border: solid 1px #ddd !important;}
.course-hadding h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
	color: #333;
}
ul.footer-secation{list-style: none; margin: 0; padding: 0;}
ul.footer-secation li{width: 100%; clear: both;}
ul.footer-secation li a img{width: 175px; margin-bottom: 5px;}
.course-detail-info {
    margin-bottom: 60px;
    padding: 40px 0 10px 0;
    color: #fff;
    background: #2b94a1;
}
.course-detail-blue-part{margin-bottom: 20px; clear: both; display: block;}
.course-detail-blue-part .course-row{flex: 1; display: flex;}
.course-detail-blue-part .course-row .course-detail-left-pennal{display: flex;
    height: 46px;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    flex: 1;
}
.course-detail-blue-part .course-row .course-detail-left-pennal .detail-img{
    margin-right: 10px;
    flex: 0 0 46px;
}
.course-detail-blue-part .course-row .course-detail-left-pennal .detail-img{
    overflow: hidden;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.course-detail-blue-part .course-row .course-detail-left-pennal .content label{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 15px;
	display: block;
}
.course-detail-blue-part .course-row .course-detail-left-pennal .content a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
	clear: both;
}
 .course-detail-blue-part .course-row .detail-category::before {
    margin-right: 10px;
    font-size: 36px;
    content: "\f02e";}
.course-detail-blue-part .course-row .detail-category::before{
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.course-detail-blue-part .course-row .detail-category .content label{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 15px;
	display: block;
}
.course-detail-blue-part .course-row .detail-category .content a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
	clear: both;
}
.course-detail-blue-part .course-row .detail-category {
    display: flex;
    height: 46px;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 300;
	flex: 1;
    text-transform: capitalize;
}

.course-detail-blue-part .course-row .detail-star .content label{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 15px;
	display: block;
	text-align: right;
}
.course-detail-blue-part .course-row .detail-star .content .review-star i {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
	clear: both;
}
.course-detail-blue-part .course-row .detail-star {
    display: flex;
    height: 46px;
	flex: 1;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
.basic-design{clear: both; display: block;}
.basic-design h1{
    margin: 15px 0 15px;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
}

 .course-wrap-meta {
    display: flex;
    padding-top: 12px;
    padding-bottom: 18px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
 .course-wrap-meta .meta-item {
    padding-right: 28px;
    text-transform: capitalize;
	color: #2e94a0;
}
 
  .course-wrap-meta1 {
    display: flex;
    padding-top: 12px;
    padding-bottom: 18px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
 .course-wrap-meta1 .meta-item {
    padding-right: 28px;
    text-transform: capitalize;
	color: #fff;
}
.course-wrap-meta1 .meta-item-duration::before {
    content: "\f017";
}
.course-wrap-meta .meta-item-duration::before {
    content: "\f017";
}
 .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta1 .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta .meta-item-level::before {
    content: "\f012";
}
 .course-wrap-meta1 .meta-item-level::before {
    content: "\f012";
}
.course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.course-wrap-meta1 .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta .meta-item-lesson::before {
    content: "\f0c5";
}
 .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta1 .meta-item-lesson::before {
    content: "\f0c5";
}
 .course-wrap-meta1 .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta .meta-item-quiz::before {
    content: "\f12e";
}

 .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta1 .meta-item-quiz::before {
    content: "\f12e";
}

 .course-wrap-meta1 .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ffb606;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta .meta-item-student::before {
    content: "\f501";
}
 .course-wrap-meta .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
 .course-wrap-meta1 .meta-item-student::before {
    content: "\f501";
}
 .course-wrap-meta1 .meta-item::before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#learn-press-course-tabs.course-tabs {
    margin-top: 54px;
}
ul.learn-press-nav-tabs {
    display: flex;
    max-height: 60px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-bottom: 0;
    background: #f1f2f8;
    list-style: none;
}
#learn-press-course-tabs input:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
    border-bottom: 0;
}
ul.learn-press-nav-tabs .course-nav {
    flex: 1;
}
ul.learn-press-nav-tabs .course-nav {
    float: left;
    position: relative;
    margin: 0;
    border-right: 1px solid rgba(204, 204, 204, 0.3);
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    list-style: none;
}
ul.learn-press-nav-tabs .course-nav.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffb606;
    content: "";
}
#learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
    color: #ffb606;
    background: #fff;
}
ul.learn-press-nav-tabs .course-nav:first-child.active::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
}
#learn-press-course-tabs .course-nav label {
    display: block;
    margin: 0;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}
#learn-press-course-tabs input:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1) {
    display: block;
}
#learn-press-course-tabs input, #learn-press-course-tabs .course-tab-panel {
    display: none;
}
#learn-press-course-tabs input:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) {
    border-bottom: 0;
}
ul.learn-press-nav-tabs[data-tabs] .course-nav {
    flex: 1;
}
#learn-press-course-tabs input:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
    color: #ffb606;
    background: #fff;
}
#learn-press-course-tabs input:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2) {
    display: block;
}
#learn-press-course-tabs input:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) {
    border-bottom: 0;
}
#learn-press-course-tabs input:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3) {
    display: block;
}
#learn-press-course-tabs input:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) {
    border-bottom: 0;
}
#learn-press-course-tabs input:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4) {
    display: block;
}
#learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
    color: #ffb606;
    background: #fff;
}
ul.learn-press-nav-tabs .course-nav.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffb606;
    content: "";
}
#learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label {
    color: #ffb606;
    background: #fff;
}
ul.learn-press-nav-tabs .course-nav.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffb606;
    content: "";
}
#learn-press-course-tabs .course-tab-panels .course-tab-panel {
    display: none;
    padding-top: 30px;
}
.course-description h3{font-size: 27px; color: #000; margin: 0; padding: 0 0 5px;}
#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
	padding-bottom: 25px;
	margin: 0;
}
.play-icon {
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    background-image:url(../images/play-icon.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.9;
}
.video-player{padding-bottom: 25px;}
.course-description ul{/*list-style: circle;*/ padding: 0 20px;    margin: 0 15px 20px;}
.course-description ul li{color: #000;line-height: 24px;
    font-size: 16px;
}
.language-select{clear: both; display: block; padding: 7px 0;
    overflow: hidden;}
.language-select ul{list-style: none; margin: 0; padding: 0; clear: both; width: 100%; float: left;}
.language-select ul li {float: right !important; margin: 0 5px; color: #fff;}
.language-select ul li a{font-size: 14px; color: #fff;}
.language-select ul li:first-child{margin-right: 0 !important;}
.language-select ul li a:first-child{padding-right: 0 !important;}
.serviceBox h5 a{color: #1fbcbf;font-weight: bold;margin: 5px 0; font-size:22px;}




.icon-fixed {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 999;
}
.icon-fixed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon-fixed ul li {
    float: none;
    padding-bottom: 5px;
}
.icon-fixed ul li a img{width: 40px;}



.online-service {
    margin-top: 0;
    box-shadow: 0px 3px 7px 0px rgb(56 56 56 / 10%);
    transition: all 0.3s ease;
    padding: 20px 5px;
	margin-bottom: 30px;
    background: #fff;
	min-height: 160px;
}
 .online-service .recent-post {
    display: flex;
}
 .online-service .recent-post-thumbnail{margin-right: 5px; width: 130px;}
 .recent-post-details h4{margin: 0; padding: 0 0 5px; }
 .recent-post-details h4 a{font-size: 16px;color: #000;font-weight: bold;}
  .recent-post-details p{margin: 0; padding: 0; font-size: 16px; line-height: 24px;}
  .whitebg{clear: both; padding: 45px 0 30px; display: block;background: url(../images/gallery.jpg) no-repeat 0 0;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;}
  .sectionminislide{background: #fafbff;
    clear: both;
    display: block;
    padding: 70px 0;}
  .fling-minislide img:nth-child(1) {
    animation-delay: 15s;
}
.fling-minislide img:nth-child(2) {
    animation-delay: 10s;
}
.fling-minislide img:nth-child(3) {
    animation-delay: 5s;
}
.fling-minislide img:nth-child(4) {
    animation-delay: 0s;
}.fling-minislide {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
  .fling-minislide img {
    position: absolute;
    animation: fling-minislide 20s infinite;
    opacity: 1;
    width: 100%;
    height: auto;
}
.atatsprovide{padding-bottom: 118px;}
.ui-desgin{margin: auto; width: 100%;}
 .travelers-sim-card {
    padding: 0 15px 15px;
}
.copy-right {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 15px;
}
.login-hadding {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 15px;
    font-weight: bold;
	text-align: center;
}
.login-form-bg {
    background-color: rgba(40, 40, 42, 77%);
    padding: 30px;
    margin: 20px 15px;
    border-radius: 10px;
}
.login-form-bg .form-group .custom-form {
    background: #fff;
    font-size: 16px;
    border-bottom: solid 1px #231f20 !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .login-form-bg .remember-password .checkbox-password {
    font-size: 15px;
	font-weight: bold;
    color: #fff;
}
.login-form-bg .forgot-password {
    text-align: right;
}
.login-form-bg .forgot-password a {
    font-size: 15px;
	font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.login-form-bg .login-btn {
    clear: both;
    padding: 25px 0 0;
}
 .login-form-bg .login-btn a {
    background: #000;
    padding: 7px 15px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    border-radius: 5px;
    text-decoration: none;
}
 .login-form-bg .form-group select{
    background: #fff;
    font-size: 16px;
    border-bottom: solid 1px #231f20 !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-content1{background: url(../images/server-room.jpg) no-repeat 0 0;}
.modal-content1 .modal-header{background-color: rgba(32, 12, 110, 0.77);
    border-radius: 8px 8px 0 0;
	display: block;
    overflow: hidden;
}
.modal-content1 .modal-body{background-color: rgba(32, 12, 110, 0.77);
    border-radius: 0 0 8px 8px;
}
.information-form{color:#fff;font-size:28px;font-weight: 700; display: block; text-align: center; padding-bottom: 10px;}
.modal-content1 .modal-body .form-group label{font-weight: 400;
    color: #fff;
	}
	.form-btn .form-group input{background: #fff; font-size: 18px; color: #2d94a0;}
	.form-btn .form-group input {
    background: linear-gradient(to right, #94935d , #6683ed);
    font-size: 18px;
    color: #fff ;
    border: none !important;
    border-radius: 5px;
    padding: 4px 15px;
}
.form-btn .form-group input:hover{color: #000;}
.iq_search_courses{background: url(../images/blog1.jpg) !important;
box-shadow: 0px -20px 60px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px -20px 60px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -20px 60px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.inquery{background: rgba(32, 12, 110, 0.77); padding: 30px 15px; border-radius: 10px;}
.inquery .form-group input{border: solid 1px #fff; font-size: 15px; 
  background: #fff;}
.inquery .form-group textarea{border: solid 1px #fff; font-size: 15px;
  background: #fff;}
.inquery .form-group input::-webkit-input-placeholder { /* Edge */
  font-size: 15px;
  background: #fff;
}

.inquery .form-group input::-ms-input-placeholder { /* Internet Explorer */
  font-size: 15px;
  background: #fff;
}

.inquery .form-group input::placeholder {
  font-size: 15px;
  background: #fff;
}
.inquery .form-group textarea::-webkit-input-placeholder { /* Edge */
  font-size: 15px;
  background: #fff;
}

.inquery .form-group textarea::-ms-input-placeholder { /* Internet Explorer */
  font-size: 15px;
}

.inquery .form-group textarea::placeholder {
  font-size: 15px;
  background: #fff;
  background: #fff;
}
.iq_search_courses h4{
font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.inquery-btn{text-align: center; clear: both; padding-bottom: 15px;}
.inquery-btn input{background: #fff; font-size: 16px; color: #2094a8; text-transform: uppercase; font-weight: bold; padding: 2px 15px; border-radius: 5px; border: solid 1px #fff;}
.inquery-btn input:hover{background: #000;border: solid 1px #000; color: #fff;}
.registration{
    background: #fafbff url(../images/registation.jpg) no-repeat 0 0;
    clear: both;
    display: block;
    padding: 50px 0;
    background-size: cover;
}
.registation-btn{text-align: center; clear: both; display: block; padding: 0;}

   .registation-btn a{ /* padding: 10px 30px; */
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    /* font-family: 'AzoSans-Bold'; */
    margin-top: 15px;
    line-height: 15px;
    padding: 8px 15px 5px;
    text-decoration: none;
}
#moreadt{display: none;}
	#moreads{display: none;}
#moreadf{display: none;}
#moread{display: none;}
	
#moreadth{display: none;}
	
#moreadfi{display: none;}
	
#moreadx{display: none;}
	.serviceBox p a{ margin: 0;}
	.reamoreopen p{
    color: #fff;
    font-size: 16px;
    padding: 0 0 15px;
	margin: 0;
}
.blackHDour {
    color: #008DBB;
    font-size: 26px;
    font-weight: 600;
	padding: 0 0 15px;
    text-transform: uppercase;
    /* text-align: center; */
    margin: 0;
}
.pragraphourteam{font-size: 16px; color: #4b4b4b; padding: 0 50px 15px 0; margin: 0; line-height: 24px; text-align: justify;}
.course-description h2{color: #000; font-size: 24px;}
.course-description p{color: #000;font-size: 16px;
    line-height: 20px;}
.header-top-sctik {
    padding: 0;
    background: #252628;
    position: relative;
    z-index: 1;
}
.header-top-sctik::after {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 50%;
	height: 100%;
	z-index: -1;
	transform: skew(-26deg);
	padding-left: 20px;
	background: #10d3c4;
}

.modal {
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.testmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0 solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.login-haddingt h2 {
    color: #00ff43;
    margin: 0;
    text-align: center;
    font-size: 30px;
}
.tankco {
    color: #00ff43;
    font-size: 21px;
    margin: 0;
    padding: 10px;
}
.inquery p{
    text-align: justify;
    padding-bottom: 23px;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translate(0%, 0%);
    color: white;
    z-index: 999;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.testmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.about-hadding-bar{clear: both; display: block; margin: 0; padding: 0;}
.about-hadding-bar h2{
    color: #008DBB;
    font-size: 24px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce-Price-amount{
    text-align: center;
    display: block;
}
.iconCircle1 span {
    display: table-cell;
    width: 120px;
    height: 120px;
    /* background-color: #efefef; */
    border-radius: 50%;
    vertical-align: middle;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.testmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0 solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.btn-default1 {
    color: #f1eded;
    /* background-color: #11677d; */
    float: right;
    padding: 5px 0 0;
    text-align: center;
    /* width: 38px; */
    height: 33px;
    float: right;
    font-size: 35px;
    /* margin-right: -17px; */
    margin-top: 0;
    font-weight: bold;
}
.btn-default1:hover, .btn-default:focus {
    background-color: #2b94a0;
    color: #f7f6f6;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    /* background-color: #5cb85c;*/
    border-bottom: 0px solid #dcd6d6;
    color: #075288;
    font-size: 10px;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
    border-radius: 0;
    border: solid 1px #ddd;
    height: 26px !important;
    font-size: 14px;
}
.right-text-box {
	float: right;
	width: 65%;
}

.left-text-box {
	float: left;
	width: 35%;
}
.left-text-box .form-group .select2 a {
		border: solid 1px#fff;
		border-radius: 0;
		box-shadow: none;
	}
	.space{padding-bottom: 30px;}
.address1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.address2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.service-item-wrap h2{font-size: 21px; margin: 0; padding: 5px 0 0; color: #000;}
.course-descriptionder {display: block; margin: 0; padding: 0;}
.course-descriptionder h4{font-size: 24px; color: #000; margin: 0; padding: 0 0 20px;}
.course-descriptionder p{color:  #000; font-size:16px; text-align: justify;}
.course-descriptionder ul{padding: 0 50px;}
.course-descriptionder ul li{color: #000;}
.sectionblog1 {
    background: #fff;
    clear: both;
    display: block;
    padding: 70px 0 30px;
}