* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none;
}

/* ***Reset Css*** */
img {
  vertical-align: middle;
  border-style: none;
}

img,
tr {
  page-break-inside: avoid;
}

input:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

/*font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: oswald;*/
body,
html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

.margin-btm-50 {
  margin-bottom: 50px !important;
}

.bg-white {
  background: #fff;
}

.no-padding {
  padding: 0;
}

.header-top {
  border-top: 3px solid #023b6d;
  background: #5689f3;
}

.header-flex {
  display: flex;
  justify-content: flex-end;
}

.contact-header {
  width: 52.5%;
  height: 35px;
  background: #023b6d;
  position: relative;
}

.contact-header::before {
  position: absolute;
  content: "";
  border-left: 30px solid transparent;
  border-right: 0px solid #023b6d;
  border-bottom: 0px solid transparent;
  border-top: 35px solid #023b6d;
  left: -30px;
}

.contact-header ul {
  list-style-type: none;
}

.contact-header ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 30px;
}

.contact-header ul li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.contact-header ul li:last-child a {
  background: #f4084a;
  padding: 8px 20px;
  text-transform: uppercase;
}

.contact-header .icons1,
.contact-header .icons2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

/* ******* */
.menu {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  background: #5689f3;
}

.bg-blue {
  background: #5689f3;
}

.logo {
  /* height: 91px; */
  position: absolute;
  top: -40px;
  width: 100%;
}

.menu-bar .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.menu-bar .navbar-default .navbar-nav>li>a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  xborder-right: 1px solid #e1e1e1;
}

.menu-bar .navbar-default .navbar-nav>li:last-child a {
  xborder-right: 1px solid #fff;
}

.menu-bar .nav>li>a {
  margin: 15px 5px;
  padding: 0 15px;
}

.menu-bar .navbar-default .navbar-nav>.active>a,
.menu-bar .navbar-default .navbar-nav>.active>a:focus,
.menu-bar .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background: none;
}

.menu-bar .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-bar .navbar {
  margin-bottom: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: none;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-radius: 0px;
  background: #16abe3;
  color: #fff;
}

.dropdown-menu>li>a {
  padding: 8px 30px;
  color: #fff;
}

/* *************** */
.caro-slider .carousel-inner>.item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.caro-slider .carousel-inner>.item:first-of-type {
  position: relative;
}

.caro-slider .carousel-inner>.active {
  opacity: 1;
  z-index: 3;
}

.caro-slider .carousel-inner>.next.left,
.carousel-inner>.prev.right {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}

.caro-slider .carousel-inner>.active.left,
.carousel-inner>.active.right {
  z-index: 1;
}

.caro-slider .carousel-control {
  z-index: 4;
}

.carousel-caption {
  right: 15%;
  left: 15%;
  padding-bottom: 0px;
  top: 30%;
  text-align: left;
  bottom: 2px;
}

.carousel-caption h2,
.carousel-caption h1 {
  font-size: 32px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  max-width: 800px;
  line-height: 1.4;
}

.carousel-caption h2 span,
.carousel-caption h1 span {
  color: #f4084a;
}

.carousel-caption h3 {
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.carousel-caption a {
  padding: 13px 36px;
  line-height: 20px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #ffffff !important;
  transition: all 500ms ease;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
}

/* ******* */
.caro-slider .glyphicon {
  top: 50%;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px;
}

/* *********** */
.slideanim {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */
}

.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}

.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ******** */
.short-details-main {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

.short-details {
  background: #1977cc;
  padding: 36px;
  margin-bottom: 30px;
}

.purple {
  background: #4363a1;
}

.blue {
  background: #4f77cd;
}

.green {
  background: #43d5bf;
}

.short-details .icons {
  height: 51px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.short-details h2 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.short-details p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
}

.short-details a {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.count-box i {
  font-size: 20px;
  background: #fff;
  color: #1977cc;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

/* ***** */
.home-about h4 {
  font-size: 30px;
  padding: 30px 0 20px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.home-about h4 span {
  color: #ffa522;
}

.home-about h3 {
  color: #928d87;
  font-weight: 300;
  padding-bottom: 15px;
  line-height: 22px;
}

.home-about p {
  line-height: 22px;
  padding-bottom: 20px;
  font-size: 15px;
}

.home-about-img {
  margin-top: 50px;
}

.btn-black {
  background: #000;
  color: #fff;
  min-width: 170px;
  border-radius: 0px;
  padding: 10px 10px;
  text-transform: uppercase;
}

.btn-black:hover {
  color: #fff;
}

/* ************* */
.home-popular-courses {
  padding: 80px 0 70px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background: #f9f9f9;
}

.heading-text {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

.heading-text span {
  color: #f4084a;
}

.cs-title-bdr-two {
  width: 55px;
  height: 2px;
  background-color: #f4084a;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 10px;
}

.popural-course-heading p {
  padding-top: 15px;
  line-height: 20px;
  text-align: center;
}

/* ** */
.course-offer-box {
  background: #fff;
  padding: 30px;
  margin-top: 50px;
  /* box-shadow: 0px 4px 82px -56px #000; */
  border: 1px solid #dddddd;
}

.course-offer-box .icons {
  width: 40px;
  height: 49px;
  margin: auto;
  font-size: 40px;
  text-align: center;
  color: #ffa800;
}

.course-offer-box .icons img {
  width: 100%;
  height: 100%;
}

.course-offer-box h4 {
  font-size: 22px;
  color: #151515;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 0 15px;
  text-transform: capitalize;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.course-offer-box p {
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
}

.course-offer-box a {
  display: block;
  text-align: center;
  color: #ffa800;
}

/* ***** */
.home-form {
  margin-top: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
}

/* .home-form-testi .heading-text{
text-transform: capitalize;
font-size: 30px;
} */

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

.testi-box {
  background: #f9f9f9;
  padding: 40px;
  margin-top: 30px;
}

.testi-box h3 {
  color: #0a0a0a;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}

.testi-box p {
  line-height: 20px;
  color: #777777;
}

.testi-box span {
  line-height: 20px;
  color: #ffa800;
  display: block;
  padding-top: 20px;
}

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

/* ******* */
footer {
  background: #181616 url("../images/footer-bg.png") no-repeat;
  background-position: center center;
  padding-top: 80px;
}

footer h4 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

footer p {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

footer ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #454545;
  font-size: 14px;
}

footer ul li a:hover {
  color: #ffa800;
}

.footer-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-gallery-img {
  width: 32%;
  height: 100px;
  margin-bottom: 5px;
}

.footer-gallery-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-social a {
  font-size: 15px;
  color: #c7c7c7;
  margin-right: 10px;
}

.footer-btm {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #151414;
}

/* ******** */
.inquery-popup label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 14px;
}

.popup-header {
  background: #023b6d;
  color: #fff;
}

/* ************* */
.header-bar {
  background: #29303b;
}

.heading-bar-flex {
  display: flex;
  align-items: center;
  height: 120px;
  color: #fff;
}

.heading-bar-flex .title {
  margin-right: auto;
}

.heading-bar-flex .title h2 {
  font-size: 26px;
  font-family: oswald;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}

.breadcrumb {
  list-style: none;
  background: none;
  border-radius: 0px;
}

.breadcrumb li {
  font-size: 15px;
  color: #fff;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb>li+li::before {
  padding: 0 5px;
  content: "/\00a0";
  color: #fff;
}

/* ******Contact Us******* */
.contact-us-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-heading h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}

.contact-heading p {
  text-align: center;
  padding-top: 10px;
}

.contact-details-flex {
  display: flex;
  margin: 80px 0;
}

.contact-details {
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.contact-details:last-child {
  border-right: none;
}

.contact-details h4 {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 20px;
}

.cont-icon {
  height: 51px;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}

.map {
  height: 500px;
  border: 5px solid #ddd;
}

/* Style inputs with type="text", select elements and textareas */
.contact-form input[type="text"],
select,
textarea {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 0px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
.contact-form input[type="submit"] {
  /* background-color: #064F8C;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
width: 200px;
text-align: center; */
}

/* When moving the mouse over the submit button, add a darker green color */

/* .contact-form input[type=submit]:hover {
background-color: #003B78;
} */

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

.section-3 {
  margin-bottom: 30px;
}

.section-3-heading h2 {
  font-family: oswald;
  text-align: center;
  color: #3f3f3f;
  font-size: 40px;
  padding-bottom: 20px;
  display: table;
  margin: auto;
  position: relative;
}

.section-3-heading h2::before {
  background: url("../images/title-borders.png") no-repeat;
  content: "";
  height: 13px;
  width: 121px;
  position: absolute;
  left: -145px;
  top: 15px;
}

.section-3-heading h2::after {
  background: url("../images/title-borders.png") no-repeat;
  content: "";
  height: 13px;
  width: 121px;
  position: absolute;
  right: -145px;
  top: 15px;
  webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-3-heading h2 span {
  color: #fab533;
}

.section-3-heading p {
  color: #777;
  text-align: center;
  padding-bottom: 10px;
  line-height: 26px;
}

.about-us {
  margin-top: 70px;
  margin-bottom: 70px;
}

.section-3-about h4 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.list-styles {
  list-style-type: none;
  display: inline-block;
  margin-right: 100px;
}

.list-styles:last-child {
  margin-right: 0px;
}

.list-styles li a,
.list-styles li {
  font-size: 14px;
  color: #777;
}

.list-styles li {
  padding: 5px 0;
}

.section-3-about {
  margin-top: 40px;
}

.section-3-about h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.section-3-about p {
  font-size: 14px;
  color: #777;
  padding-bottom: 10px;
  line-height: 22px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
  line-height: 26px;
  text-align: justify;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body li {
  padding: 5px 0;
  text-align: justify;
}

.nri-corner .glyphicon {
  color: #000;
}

/* **************** */
.nri-corner,
.our-project {
  padding-top: 50px;
  padding-bottom: 50px;
}

.nri-corner-heading {
  padding-bottom: 30px;
}

.nri-corner-heading h1,
.project-heading h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.nri-corner-heading p {
  padding-top: 10px;
  text-align: justify;
}

.nri-corner h5 {
  font-size: 15px;
  padding: 10px 0;
  font-weight: bold;
}

/* ************* */
.all-courses {
  background: #fff;
}

.all-courses .course-offer-box {
  background: #f8f8f8;
  box-shadow: none;
}

/* *************** */
.sidebar-widget {
  margin-bottom: 50px;
}

.sidebar-widget h4 {
  margin: 0px;
  padding-top: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.sidebar-widget ul {
  margin: 0px;
  padding-left: 0px;
}

.sidebar-widget ul li {
  list-style: none;
  font-weight: 400;
}

.categories li {
  border-bottom: 1px solid #dedede;
}

.sidebar-widget .categories li a {
  padding: 12px 0px;
  text-transform: capitalize;
  display: block;
}

.sidebar-widget ul li a {
  display: inline-block;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}

/* ***** */
.white-bg {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px !important;
  border: 1px solid #dedede;
}

.left-inquery h4 {
  text-align: center;
  padding-bottom: 5px;
  font-size: 14px;
}

.left-inquery p {
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.left-inquery .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* ************** */
.courses-details-box {}

.course-img {
  height: 300px;
  overflow: hidden;
}

.course-img img {
  width: 100%;
  height: 100%;
}

.course-desp {
  padding: 25px 0 20px;
}

.course-desp h4 {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.course-desp p {
  font-size: 15px;
  line-height: 22px;
}

.course-hightlight .panel-default>.panel-heading+.panel-collapse>.panel-body p {
  line-height: 20px;
  text-align: justify;
}

/* ******* */
.course-policy p {
  font-size: 15px;
  line-height: 30px;
}

.course-policy p span {
  font-weight: bold;
}

/* ********* */
.online-training h4 {
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.online-training p {
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 22px;
}

.online-training h5 {
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.online-training li a {
  margin: 5px 0px;
  text-transform: capitalize;
  display: block;
}

.online-training ul li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

/* ****** */
.live-projects {
  margin: 60px auto;
}

.live-project-box {
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.project-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: 100%;
}

.live-project-box a {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

/* *************** */
.research-technique-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.research-technique-details {
  padding-top: 40px;
}

.subtitle-top {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  color: #064f8c;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  display: inline-block;
}

.title-uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 25px;
  font-size: 28px;
  font-family: oswald;
  font-weight: 900;
}

.research-technique-details p {
  font-size: 15px;
  padding-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 26px;
  color: #666666;
  text-align: justify;
}

.technique-girl {
  padding-top: 50px;
}

.flex-wraps {
  display: flex;
}

.re-tech-data {
  margin-bottom: 20px;
}

.re-tech-data:last-child {
  margin-bottom: 0px;
}

.re-tech-data .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 35px;
  line-height: 60px;
  /* border-radius: 50%; */
  box-shadow: 0px 1px 10px 0px #e5e0e0;
  margin-right: 20px;
  color: #ffa800;
}

.re-tech-data .details {}

.re-tech-data .title-uppercase {
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

/* ******** */
.contact-details .footer-social {
  margin: auto;
  display: inline-block;
}

.contact-details .footer-social a {
  margin: 0px 5px;
}

/* ********** */
.our-services {
  background: #fff !important;
}

.our-services .course-offer-box {
  background: #f9f9f9;
}

.service-contain {
  padding: 0 10px 10px;
}

.service-contain h4 {
  text-transform: capitalize;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

.service-contain p {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  text-align: justify;
}

.service-contain h5 {
  text-transform: capitalize;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

.service-contain ul {
  list-style-type: decimal;
  list-style-position: inside;
}

.service-contain ul li {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  text-align: justify;
}

.service-contain ul li strong {
  font-weight: bold;
}

.service-contain .cs-title-bdr-two {
  width: 55px;
  height: 2px;
  background-color: #ffa800;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 10px;
}

/* ********** */
.metho-main {
  margin: 70px auto;
}

.service-left-tab .nav-tabs>li {
  float: none;
  margin-bottom: 1px;
  width: 100%;
  background: #f2f2f2;
  color: #002e5b;
  font-weight: 600;
  font-size: 16px;
}

.service-left-tab .nav>li>a {
  padding: 15px 15px;
}

.service-left-tab .nav-tabs>li.active>a,
.service-left-tab .nav-tabs>li.active>a:focus,
.service-left-tab .nav-tabs>li.active>a:hover {
  color: #002e5b;
  cursor: default;
  background: none;
  border: none;
  border-bottom: none;
  border-left: 4px solid #ffa522;
  border-radius: 0px;
}

.method-contain .method-banner {
  width: 100%;
  height: 250px;
  background: #ddd;
  margin-bottom: 30px;
}

.method-contain h4 {
  text-transform: capitalize;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

.cs-title-bdr-one {
  width: 55px;
  height: 2px;
  background-color: #ffa800;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 10px;
}

.method-contain p {
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-align: justify;
}

.method-contain ul {
  list-style-type: decimal;
  list-style-position: inside;
}

.method-contain ul li {
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  text-align: justify;
}

.method-contain ul li strong {
  font-weight: bold;
}

.presentation a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  background: #24b7ed;
  margin-top: 15px;
  transition: 0.2s all;
}

.presentation a:hover {
  transition: 0.2s all;
  background: #ffa522;
}

/****/

.videoframe {
  width: 100%;
  height: 220px;
  background-color: #ddd;
}

/* the slides */
.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

.slick-prev:before {
  content: "<";
  color: #ddd;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: #ddd;
  font-size: 30px;
}

.why-info h5,
.why-info h3 {
  text-align: center;
  color: #43d5bf;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 15px;
}

.why-info p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 60px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-icon {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1001;
}

.floating-icon .float {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  box-shadow: 2px 2px 3px #999;
  display: block;
  width: 35px;
  height: 35px;
  background: #12af0a;
  border-radius: 50%;
  margin: 10px 0;
  line-height: 35px;
}

.floating-icon .email {
  background: #21b0ce;
}

.floating-icon .phone {
  background: #cb2027;
}

.floating-icon .float:hover {
  color: #fff;
  opacity: 0.8;
}

.scrollup {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  background-color: #f4084a;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  z-index: 100;
  display: none;
  cursor: pointer;
}

.scrollup:hover {
  color: #fff;
  background-color: #f4084a;
}

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

.service-card {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-card .cards {
  display: flex;
  flex-wrap: wrap;
  background: #02ccc3;
  width: 32%;
  border-radius: 15px;
  overflow: hidden;
  margin: 1% 0;
  align-items: flex-end;
}

.service-card .cards .icon {
  width: 50%;
  padding-left: 15px;
}

.service-card .cards .info {
  width: 50%;
  align-self: center;
  text-align: right;
  padding-right: 40px;
}

.service-card .cards .info h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

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

.testimonial-wrap {
  background: #f9f9f9;
  padding: 100px 0
}

.testimonial_sec .testimonial_inner {
  width: 100%;
  padding-top: 35px;
}

.testimonial_sec .testimonial_inner .slick-list {
  padding: 0px;

}



.testimonial_sec .testimonial_inner .slick-list .slick-track .card {
  margin-right: 15px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

.testimonial_sec .testimonial_inner .slick-list .slick-track .card .card-body .rating>span {
  color: #ffc004;

}

.testimonial_sec .testimonial_inner .slick-list .slick-track .card .card-body .card-title {
  padding-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testimonial_sec .testimonial_inner .slick-list .slick-track .card .card-body .card-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 15px;
}

.testimonial_sec .testimonial_inner .slick-list .slick-track .card .card-body strong {
  text-transform: uppercase;
  font-size: 15px;
}

.testimonial_sec .testimonial_inner .slick-list .slick-track .card .card-body span {
  text-transform: uppercase;
  color: #cdcdcd;
  font-size: 14px;
}

.testimonial_sec .testimonial_inner .slick-dots {
  bottom: -50px;
}

.testimonial_sec .testimonial_inner .slick-dots li {
  margin: 0 2px;
}

.testimonial_sec .testimonial_inner .slick-dots li button::before {
  font-size: 11px;
}



/* ********Media Start******** */

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // Extra small devices (portrait phones, less than 576px) */