
@charset "UTF-8";

* {
  outline: none !important;
}

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
  font-family: 'Roboto',sans-serif;
  
}

a{
  text-decoration: none;
}

ul{
  list-style: none;
}

p{
  color: #000 ;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
}

::selection {
  text-shadow: none;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type="submit"],
input[type="submit"] {
  border: none;
 
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

/* select {
  width: 100%;
  max-width: 100%;
  color: #808080;
} */

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #3f3f3f;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

a:hover {
  color: #28DEDE;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #56509F;
  font-weight: 700;
  line-height: 1;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #76A4BB;
}

p:last-child {
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

table {
  width: 100%;
  max-width: 100%;
}

table th,
table td {
  border: 1px solid #818181;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
}

body {
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 1.625;
  color: #1b1b1b;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10, .section-title h2 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20, .pricing-navtab .nav-tabs .nav-link h4 {
  margin-bottom: 20px;
}

.mb-30, .single-project-item {
  margin-bottom: 30px;
}

.mb-40, .about-nav-tab .nav-tabs {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-250 {
  padding-top: 250px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
}


/* ************************
 Color
   ********************* */
.c1, .list-check li i, .theme-input-group button, .btn.btn-white span, .vdo-btn, .section-title h3, .page-title li, .appointment-modal .modal-dialog .modal-content .form-title, .header .header-main.style--one .main-menu #menu-button, .header .header-main.style--one .main-menu .nav li.current-menu-item > a, .header .header-main.style--one .main-menu .nav li.current-menu-parent > a, .header .header-main.style--one .main-menu .nav li ul li:hover > a, .offcanvas-wrapper .offcanvas-content .widget.widget_contact_info .single-info span, .single-blog-style--two .blog-content .post-meta li a:hover, .blog-details .post-meta li a:hover, .blog-details .post-tags li a:hover, .not-found-content p a, .coming-soon-content h1, #countdown li .single-countdown h4, #countdown li.seperator, .single-feature:hover .content h3, .single-process:hover .content h3, .about-nav-tab .nav-tabs .nav-link.active, .single-service .icon, .single-service:hover h4, .service-details .title, .pricing-navtab .nav-tabs .nav-link h4, .project-nav li.active, .single-team-member .team-info h4 {
  color: #007BFF;
}

.c1-bg, ::selection, .bg-overlay:after, .btn-inline:hover:after, #menu-button.menu-opened span::before, #menu-button.menu-opened span::after, -thumb.offcanvas-wrapper::-webkit-scrollbar, .single-blog-item .blog-hover {
  background-color: #007BFF;
}

.c1-bo, .owl-carousel .owl-nav button:before, .pagination li a:hover, .pagination li a.active,
.pagination li span:hover,
.pagination li span.active, blockquote, .widget.widget_tag_cloud .tagcloud a:hover, .about-nav-tab .nav-tabs .nav-link.active {
  border-color: #007BFF !important;
}

.heading, blockquote, .btn-inline, .page-title li:not(:last-child):after, .widget.widget_contact_info .single-info p, .back-to-top .back-toop-tooltip span, .header .header-main.sticky .main-menu .nav > li > a, .single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span, .blog-details .post-meta li, .blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child, .about-nav-tab .nav-tabs .nav-link, .single-process:hover .content h3, .single-project-item .project-body .project-meta span {
  color: #3f3f3f;
}

.heading-bg, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span {
  background-color: #3f3f3f;
}

.heading-bo {
  border-color: #3f3f3f !important;
}

.text-color, .header .header-main.style--one .main-menu .nav li ul li a, .blog-details .post-meta li a, .blog-details .post-tags li a {
  color: #818181;
}

.text-color-bg,#menu-button span, #menu-button span:before, #menu-button span:after {
  background-color: #818181;
}

.text-color-bo {
  border-color: #818181 !important;
}


/* Transitions */
.trans2, .theme-input-group button, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top .back-toop-tooltip, .header .header-main.style--one .main-menu .nav li ul li ul, .single-blog-item .blog-hover, .single-blog-item .blog-button, .brand-logo img {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, .owl-carousel .owl-nav button, .owl-carousel .owl-nav button svg, .owl-carousel .owl-nav button:before, .owl-carousel button.owl-dot, .bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-style, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span, #menu-button span, #menu-button span:before, #menu-button span:after, .offcanvas-overlay, .single-blog-style--two .blog-content, .single-feature, .single-process, .single-feature .content h3, .single-process .content h3, .single-service, .single-service h4, .single-service.style--two svg path, .post-pagination .single-post-pagination .media-body a svg {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.owl-carousel button.owl-dot{
	background-color: #0FACF3;
	
}

.trans4, .vdo-btn svg, .header .header-main .logo, .video-area.style--two .vdo-btn-two svg {
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6,
.rubik,
blockquote,
.btn,
.vdo-btn,
.btn-inline,
.page-title li,
.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category,
.single-blog-style--two .posted-on,
.single-blog-style--two .blog-content .category,
#countdown li .single-countdown,
#countdown li.seperator,
.about-nav-tab .nav-tabs .nav-link,
.single-counter p,
.project-nav li,
.single-project-item .project-body .project-meta,
.project-details .project-meta li {
  font-family: "Rubik", sans-serif;
}

body,
.muli {
  font-family: "Muli", sans-serif;
}

/* Gradient Background */
.gradient-bg, .owl-carousel button.owl-dot.active, .bg-overlay:after, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-group input, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top, -thumb.offcanvas-wrapper::-webkit-scrollbar, .coming-soon-content h1 {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff5858), color-stop(100%, #f35d46));
  background: -webkit-linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  background: -o-linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  background: linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5858', endColorstr='#f35d46',GradientType=1);
}

/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

/* Section Bg */
.section-pattern {
  background-size: 100% 100vh;
  background-repeat: no-repeat;
 
}
.background-pattern {
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url('../img/banner/background.png');
  background-position: center;
 
}

.footer-bg {
  background-position: center;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

/* Border Radius */
.radius-5, .theme-input-group, .theme-input-group input {
  border-radius: 5px;
}

.radius-10, .vdo-btn, #countdown li .single-countdown, .single-feature, .single-process, .video-area.style--two, .single-service, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  border-radius: 10px;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

.no-shadow, .single-process, .single-service.style--three {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List Style */
.list-inline {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
}

.list-check {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  font-size: 18px;
  font-style: italic;
  padding-left: 35px;
  position: relative;
}

.list-check li:not(:last-child) {
  margin-bottom: 20px;
}

.list-check li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.social_icon_list li:not(:last-child) {
  margin-right: 15px;
}

.social_icon_list li a {
  font-size: 18px;
 /* font-style: bold; */


}

.social_icon_list li a .fa-facebook {
  color: #ffffff;
  background : #1d65e8;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;

}
.social_icon_list li a .fa-facebook:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-twitter {
 
  color: #ffffff;
  background : #18bbea;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-twitter:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-google {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-google:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-youtube {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-youtube:hover {

 transform: scale(1.1);
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: -1;
}

/* Bg Hover Gradient */
.bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.bg-hover-gradient:hover, .pagination li a:hover,
.pagination li span:hover, .widget.widget_tag_cloud .tagcloud a:hover, .single-service.style--two:hover, .pricing-navtab .nav-tabs .nav-link:hover, .bg-hover-gradient.active, .pagination li a.active,
.pagination li span.active, .widget.widget_tag_cloud .tagcloud a.active, .active.single-service.style--two, .pricing-navtab .nav-tabs .active.nav-link {
  color: #ffffff;
  background-color: #007BFF;
}

.bg-hover-gradient:hover *, .pagination li a:hover *, .pagination li span:hover *, .widget.widget_tag_cloud .tagcloud a:hover *, .single-service.style--two:hover *, .pricing-navtab .nav-tabs .nav-link:hover *,
.bg-hover-gradient:hover a,
.pagination li a:hover a,
.pagination li span:hover a,
.widget.widget_tag_cloud .tagcloud a:hover a,
.single-service.style--two:hover a,
.pricing-navtab .nav-tabs .nav-link:hover a, .bg-hover-gradient.active *, .pagination li a.active *, .pagination li span.active *, .widget.widget_tag_cloud .tagcloud a.active *, .active.single-service.style--two *, .pricing-navtab .nav-tabs .active.nav-link *,
.bg-hover-gradient.active a,
.pagination li a.active a,
.pagination li span.active a,
.widget.widget_tag_cloud .tagcloud a.active a,
.active.single-service.style--two a,
.pricing-navtab .nav-tabs .active.nav-link a {
  color: #ffffff;
}

.bg-hover-gradient:hover:after, .pagination li a:hover:after,
.pagination li span:hover:after, .widget.widget_tag_cloud .tagcloud a:hover:after, .single-service.style--two:hover:after, .pricing-navtab .nav-tabs .nav-link:hover:after, .bg-hover-gradient.active:after, .pagination li a.active:after,
.pagination li span.active:after, .widget.widget_tag_cloud .tagcloud a.active:after, .active.single-service.style--two:after, .pricing-navtab .nav-tabs .active.nav-link:after {
  opacity: 1;
  visibility: visible;
}

/* Widget Small Text */
.small_text, .widget.widget_contact_info .single-info span, .widget.widget_recent_entries .single-post .post-content .posted-on, .widget.widget_related_post .single-post .post-content .posted-on {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block;
}

/* Theme Input Group */
.theme-input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
}

.theme-input-group input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
  padding-right: 50px;
  color: #ffffff;
}

.theme-input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-moz-placeholder {
  color: #ffffff !important;
}

.theme-input-group input:-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::placeholder {
  color: #ffffff !important;
}

.theme-input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.theme-input-group button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.theme-input-group button:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Theme Input Style */
.theme-input-style {
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
}

.theme-input-style:focus {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

textarea.theme-input-style {
  height: 200px;
  padding: 20px 20px;
}

/* Border */
.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Others */
.ov-hidden, .single-project-item {
  overflow: hidden;
}

.ovx-hidden {
  overflow-x: hidden;
}

/* Pagination*/
.pagination {
  margin-top: 20px;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  padding: 11px 17px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li.nav-btn a {
  border: none;
  padding: 11px;
}

.pagination li a {
  position: relative;
}

.pagination li a svg:first-child {
  position: absolute;
}

.pagination li a:hover svg:last-child path {
  stroke: #ffffff;
  fill: #ffffff;
}

/* Blockquote */
blockquote {
  padding: 15px 20px;
  border-left: 2px solid;
  font-size: 18px;
  font-style: italic;
}

/* Form Response */
.form-response {
  background-color: rgba(251, 66, 117, 0.2);
}

.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.custom-btn{

	border-radius: 20px !important;

}


/* Sections */

.section-title {
  margin-bottom: 62px;
}

.section-title h3 {
  font-weight: 500;
}

.section-title h2 {
  /* font-size: 38px;
  line-height: 1.23;
  color: #56509F;
  font-weight: 500; */

  font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #56509F;
}


.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  background: #56509F;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  font-size: 18px;
  line-height: 1.67;
  max-width: 890px;
  margin-top: 38px;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-right p {
  margin-left: auto !important;
}

.section-title .text-justify p{
	text-align: justify;

}

@media only screen and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 42px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .section-title p {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 379px) {
  .section-title h3 {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
}

/*Pages title*/
.page-title-bg {
  background-size: cover;
  background-position: center;
}

.page-title h2 {
  margin-top: -9px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.3;
}

.section-background{
  background-image: url('../img/wave/career_wave_2.svg');
  color: #fff;
}

.section-background p{
  text-align: center;
}

.section-background .page-title{
	width: 75%;
	margin: auto;
}

.section-background .page-title h2{
	font-size: 36px;
	color: #ffffff;
  position: relative;
  text-align: center;
	
}

.section-background h2{
	font-size: 36px;
	color: #ffffff;
  text-align: justify;
	
}



.page-title p{
	font-size: 16px;
	word-spacing: 1px;
	color: #ffffff;
/* 	font-style: bold;  */
  text-align-last: center;
	
	
}

@media only screen and (max-width: 991px) {
  .page-title h2 br {
    display: none;
  }
}

.page-title li {
  font-size: 18px;
  font-weight: 500;
}

.page-title li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.page-title li:not(:last-child):after {
  right: 0;
  position: absolute;
  content: '/';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget ul:not(.social_icon_list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 15px;
}

.widget ul:not(.social_icon_list) li a {
  position: relative;
}

.widget ul:not(.social_icon_list) li a:before {
  font-family: 'FontAwesome';
  content: "";
  margin-right: 10px;
}

.widget > ul {
  margin-top: -8px;
}

.widget .widget-logo,
.widget .widget-title {
  margin-bottom: 40px;
}

.widget .widget-title * {
  font-weight: 500;
  text-transform: uppercase;
}

.widget.widget_contact_info .single-info:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_contact_info .single-info p {
  line-height: 1.5;
}

.widget.widget_contact_info .single-info p a {
  display: block;
}

.widget.widget_contact_info .single-info p a:not(:last-child):after {
  content: ',';
}

.widget.widget_recent_entries .single-post:not(:last-child), .widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.widget.widget_recent_entries .single-post .post-image, .widget.widget_related_post .single-post .post-image {
  margin-right: 20px;
}

.widget.widget_recent_entries .single-post .post-content h5, .widget.widget_related_post .single-post .post-content h5 {
  font-weight: 500;
  line-height: 1.5;
}

.widget.widget_newsletter .newsletter-content p {
  margin-top: -8px;
  margin-bottom: 25PX;
}

.widget.widget_flicker ul {
  margin-bottom: -15px;
  margin-right: -22px;
  max-width: 100%;
}

.widget.widget_flicker ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}

.widget.widget_flicker ul li a {
  padding: 0;
}

.widget.widget_flicker ul li a:before {
  display: none;
}

.widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget.widget_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -15px;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 5px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 8px;
}

.widget.widget_search .input-group {
  position: relative;
  z-index: 1;
}

.widget.widget_search .input-group .theme-input-style {
  padding-right: 40px;
}

.widget.widget_search .input-group .submit-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.widget.widget_search .input-group .submit-btn:hover svg path {
  fill: #007BFF;
}

/* Back to Top */
.back-to-top {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 10%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  background-color: #007BFF;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top .back-toop-tooltip {
  position: absolute;
  top: -65px;
  -webkit-transform: rotate(-90deg) translateX(20px);
  -ms-transform: rotate(-90deg) translateX(20px);
  transform: rotate(-90deg) translateX(20px);
  width: 100px;
  left: -33px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back-to-top .back-toop-tooltip span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top .top-arrow {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 14px;
  top: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top .top-line {
  background-color: #ffffff;
  height: 10px;
  left: 18px;
  position: absolute;
  top: 14px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top:hover .back-toop-tooltip {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -ms-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover .top-line {
  height: 14px;
  top: 12px;
}

.back-to-top:hover .top-arrow {
  top: 11px;
}


/*Header*/






.header .header-main {
  background-color: #005270 !important;
 
  margin: 0;
  padding: 0;
}

.header .header-main li a{
  color: #fff !important;
}



.header .header-main.sticky {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

 
}

.header .header-main.sticky li a{
  color: #000 !important;

}

.header .header-main.sticky .logo .default-logo {
  display: none;
}

.header .header-main.sticky .logo .sticky-logo {
  display: block;

}

.header .header-main .logo .sticky-logo {
  display: none;
}

.header .header-main.style--one .main-menu #menu-button {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .nav {
  margin-right: 17px;
}

.header .header-main.style--one .main-menu .nav li {
  position: relative;
}

.header .header-main.style--one .main-menu .nav li a {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #000;
}



.header .header-main.style--one .main-menu .nav li a:hover {

  color: #ccc;

}

.header .header-main.style--one .main-menu .nav li ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 210px;
  padding: 2px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 9;
}

.header .header-main.style--one .main-menu .nav li ul li {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  
}

.header .header-main.style--one .main-menu .nav li ul li:hover > a {
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .nav li ul li a {
  padding: 10px 30px;
}

.header .header-main.style--one .main-menu .nav li ul li ul {
  top: 0;
  left: calc(100% + 20px);
}

.header .header-main.style--one .main-menu .nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}

.header .header-main.style--one .main-menu .nav > li {
  display: inline-block;
  padding: 0 17px;
}

.header .header-main.style--one .main-menu .nav > li > a {
  line-height: 100px;
  position: relative;
}

.header .header-main.style--one .main-menu .nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header .header-main.style--one .main-menu .offcanvas-trigger {
  display: inline-block;
  width: 30px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span {
  display: block;
  height: 3px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(2) {
  margin: 2px 0;
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(3) {
  margin-left: 10px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger:hover span {
  margin-left: 0 !important;
}

.header .header-main:not(.sticky).text-white .main-menu #menu-button span,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:before,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:after {
  background-color: #ffffff;
}

.header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-item > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li:hover > a {
  opacity: .8;
  color: #ffffff !important;
}

.header .header-main:not(.sticky).text-white .main-menu .offcanvas-trigger span {
  background-color: #fff;
}

/* Mobile Menu */
@media only screen and (max-width: 991px) {
  .header .header-main.style--one {
    padding: 20px 0;
  }
  .header .header-main.style--one .row {
    position: relative;
  }
  .header .header-main.style--one .row div:nth-child(2) {
    position: static;
  }
  .header .header-main.style--one .main-menu {
    text-align: right;
    position: initial;
  }
  .header .header-main.style--one .main-menu #menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
    width: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header-main.style--one .main-menu ul.nav {
    position: absolute;
    top: calc(100% + 19px);
    left: 50%;
    right: 50%;
    width: calc(100% - 30px);
    background: #fff;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    max-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    margin-right: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li {
    padding: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li > a {
    font-size: 18px;
    color: #000;
  }
  .header .header-main.style--one .main-menu ul.nav ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .header-main.style--one .main-menu ul.nav ul li {
    overflow: hidden;
  }
  .header .header-main.style--one .main-menu ul.nav ul li:hover > a {
    margin-left: 0;
  }
  .header .header-main.style--one .main-menu ul.nav ul ul {
    position: relative;
    margin-left: 30px;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .header .header-main.style--one .main-menu ul {
    text-align: left;
  }
  .header .header-main.style--one .main-menu ul li {
    display: block;
    width: 100%;
  }
  .header .header-main.style--one .main-menu ul li a {
    line-height: 1 !important;
    padding: 12px 15px;
    color: #3f3f3f;
  }
  .header .header-main.style--one .main-menu ul li.current-menu-item > a {
    color: #ff5858 !important;
  }
  .header .header-main.style--one .main-menu .submenu-button {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 15px;
    width: 40px;
    height: inherit;
    line-height: 40px;
    text-align: center;
    color: initial;
  }
  .header .header-main.style--one .main-menu .submenu-button:before {
    font-family: 'FontAwesome';
    content: "";
  }
  .header .header-main.style--one .main-menu .submenu-button.submenu-opened:before {
    content: '\f106';
    color: #f35d46;
  }
  .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-item > a, .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main.style--one.text-white .main-menu .nav > li:hover > a {
    color: initial !important;
  }
}

/* Menu Button */
#menu-button span {
  position: relative;
}

#menu-button span:before, #menu-button span:after {
  position: absolute;
  content: '';
}

#menu-button span, #menu-button span:before, #menu-button span:after {
  display: block;
  width: 25px;
  height: 2px;
}

#menu-button span::before {
  top: -7px;
}

#menu-button span::after {
  top: 7px;
}

#menu-button.menu-opened span {
  background-color: transparent !important;
}

#menu-button.menu-opened span::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menu-button.menu-opened span::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}


/*footer */
.footer .widget {
  margin-bottom: 30px;
}

.footer-logo{
  background-color: #fff;
  padding: 1rem 1rem;
  border-radius: 1.5rem;
}

.footer .widget:last-child {
  margin-bottom: 60px;
}

.footer .widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .footer-bottom {
  padding: 1rem 0 1rem;
  background-color: rgb(255, 255, 255) ;
  color: #000000;
}

.footer-bottom{
  border-top: 1px solid rgba(204, 204, 204,.2);
 
}

.footer h4{
  color: #eedd00 !important;
 
}

.footer > p{
  color: #fff !important;
}

.footer a {
 
  color: #fff !important;
}

.footer a:hover{
  color: #000;
}

.bg-footer{
  background-color: #005270;
  color: #fff;
}

/*Banner*/
.banner {
  padding-top: 120px;
  min-height: 635px;
  position: relative;
  overflow: hidden;
}


.banner .banner-content h1 {
	
  font-size: 64px;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  .banner .banner-content h1 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 379px) {
  .banner .banner-content h1 {
    font-size: 48px;
  }
}

.banner .banner-content p {
  
  font-size: 18px;
  line-height: 1.67;
  word-spacing: 1px;
}

.banner .banner-content .banner-btn {
  margin-top: 30px;
}


.banner .banner-slider .owl-dots {
	
	position: absolute;
	bottom: 512px;

} 

 @media only screen and (min-width: 1200px) {
  .banner .banner-slider .owl-dots {
  	
    bottom: 100px;
  }
}  

.banner .banner-slider .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;

}

.banner .banner-slider .banner-image img {
  width: auto !important;
}

@media only screen and (max-width: 991px) {
  .banner .banner-slider .banner-image img {
    margin: 0 auto;
  }
}


/* Single Blog*/
.single-blog-item {
  padding: 20px 30px 60px;
  margin-bottom: 30px;
}

.single-blog-item .date-bg-shape {
  top: 0;
  left: 0;
  z-index: -3;
}

.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category {
  font-weight: 700;
}

.single-blog-item .blog-content .posted-on {
  color: #ffffff;
  margin-bottom: 70px;
}

.single-blog-item .blog-content .category {
  margin-bottom: 10px;
}

.single-blog-item .blog-content .blog-title {
  margin-bottom: 25px;
}

.single-blog-item .blog-content .blog-excerpt {
  font-size: 18px;
}

.single-blog-item .blog-hover {
  padding: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
}

.single-blog-item .blog-hover .blog-title a {
  color: #ffffff;
  line-height: 1.2;
}

.single-blog-item .blog-button {
  left: 0;
  bottom: 0;
  height: 85px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.single-blog-item .blog-button svg {
  position: absolute;
  left: -1px;
  top: 1px;
  width: calc(100% + 2px);
  height: 100%;
}

.single-blog-item:hover .blog-hover,
.single-blog-item:hover .blog-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Single Blog Style Two */
.single-blog-style--two {
  margin-bottom: 30px;
}

.single-blog-style--two .date-bg-shape {
  top: 0;
  left: 0;
}

.single-blog-style--two .posted-on {
  color: #ffffff;
  font-weight: 500;
  left: 28px;
  top: 30px;
}

.single-blog-style--two .blog-image img {
  width: 100%;
}

.single-blog-style--two .blog-content {
  padding: 34px 30px 32px;
}

.single-blog-style--two .blog-content.border {
  border: 1px solid #f3f3f3 !important;
}

.single-blog-style--two .blog-content .category {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .blog-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta {
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta li:not(:last-child) {
  margin-right: 30px;
}

.single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span {
  font-weight: 700;
}

.single-blog-style--two:hover .border-hover {
  border-color: transparent !important;
}

/* Blog Slider */
.blog-slider .single-blog-item {
  margin-bottom: 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.blog-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Blog Details */
.blog-details .blog-details-image {
  margin-bottom: 54px;
}

.blog-details .post-meta {
  margin-bottom: 34px;
}

.blog-details .post-meta li:not(:last-child) {
  margin-right: 60px;
}

.blog-details .post-meta li a:not(:last-child):after {
  content: ',';
}

.blog-details .blog-details-content p,
.blog-details .blog-details-content img,
.blog-details .blog-details-content blockquote {
  margin-bottom: 50px;
}

.blog-details .blog-details-content blockquote p {
  margin-bottom: 0;
}

.blog-details .blog-details-content h3 {
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-details .post-tags li a:not(:last-child):after {
  content: ',';
}

.blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child {
  margin-right: 5px;
}

.blog-details .post-comments-wrap h4 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #f7f7f7;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment {
  margin-top: 60px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-author-image {
  margin-right: 20px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content h6 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content span {
  font-size: 12px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content p {
  font-size: 14px;
  line-height: 1.85;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
  font-size: 16px;
  text-transform: lowercase;
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
  margin-left: 120px;
}

@media only screen and (max-width: 575px) {
  .blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
    margin-left: 30px;
  }
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply .post-comment-reply .post-comment-reply {
  margin-left: 0;
}

.blog-details .comments-form h4 {
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.blog-details .comments-form .theme-input-style {
  margin-bottom: 30px;
}

/*404*/
.bg-404 {
  background-size: cover;
  background-position: center;
}

.not-found-content p {
  font-size: 26px;
  max-width: 680px;
  margin: 60px auto;
}

.not-found-form form input,
.coming-soon-form form input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: calc(70% - 40px);
  margin-right: 10px;
}

@media only screen and (max-width: 379px) {
  .not-found-form form input,
  .coming-soon-form form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}

.not-found-form form button,
.coming-soon-form form button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.not-found-form form button span,
.coming-soon-form form button span {
  padding: initial !important;
}

@media only screen and (max-width: 379px) {
  .not-found-form form button,
  .coming-soon-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*Feature*/
.feature{
  padding: 60px 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.feature .content h3{
  margin: 30px 0 17px;
  font-size: 22px;
}

.feature .content p{
  text-align: justify;
  text-align-last: center;
}

.feature .image{
	width: 120px;
	margin: auto;
}

.feature-single{
	margin-bottom:15px ;
	margin-top: 15px;
}

@media only screen and (max-width: 379px) {
  .feature .content h3{
    font-size: 18px;
  }

  .feature .content p{
	  text-align: justify;
	  text-align-last: center;
 }

 .feature .image{
	width: 100px;
	margin: auto;
 }

 .feature-single{
	margin-bottom:15px ;
	margin-top: 15px;
}

}

.feature-style-two {
  position: relative;
  z-index: 10;
  margin-top: -170px;
}

.feature-style-two .single-feature-wrapper:nth-child(odd) {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .feature-style-two .single-feature-wrapper:nth-child(odd) {
    margin-top: 0;
  }
}

/* About us*/

.about-nav-tab .nav-tabs,
.about-nav-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}

.about-nav-tab .nav-tabs .nav-link {
  font-weight: 500;
  padding: 20px 35px;
  line-height: 1;
  border-bottom: 2px solid;
  border-color: #f0f0f0;
}

@media only screen and (max-width: 379px) {
  .about-nav-tab .nav-tabs .nav-link {
    padding: 20px 25px;
  }
}

.about-nav-tab .tab-content .tab-pane {
  font-size: 18px;
}

.about-nav-tab .tab-content .tab-pane p {
  margin-bottom: 25px;
}

.about-nav-tab .tab-content .tab-pane ul {
  margin-bottom: 43px;
}


/* About Text */
.about-text p {
  font-size: 18px;
}

/*Process*/
.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .process-bg {
    background-position: 55% 5%;
    background-size: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .process-bg {
    background-image: none !important;
  }
}

.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .single-process-wrapper:nth-child(even) {
    margin-top: 0;
  }
}

/*Service Section*/
.single-service {
  padding: 50px 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-service .icon {
  font-size: 50px;
}

.single-service h4 {
  margin: 20px 0 13px 0;
}

.single-service.style--two:hover svg path {
  fill: #ffffff;
}

.single-service.style--two:hover .btn-inline:after {
  background-color: #ffffff;
}

.single-service.style--three {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.single-service.style--three:hover {
  border-color: transparent;
}

.single-service-wrapper .single-service {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper .single-service {
    margin-top: 30px;
  }
}

.single-service-wrapper:nth-child(even) {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Service Details */
.service-details .title {
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2;
}

.service-details p {
  font-size: 18px;
  margin-top: -7px;
}

.service-details p:not(:last-child) {
  margin-bottom: 50px;
}

.service-details p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .service-details p:last-child {
    margin-bottom: 50px;
  }
}

.service-details > p:last-child {
  margin-bottom: 0;
}

.service-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .service-details h4 {
    margin-top: 50px;
  }
}

.service-details > h4 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.service-details .list-check li {
  font-style: normal;
}

/*Counter*/
.single-counter {
  margin-bottom: 50px;
}

.single-counter h2 {
  font-size: 44px;
  margin-bottom: 10px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .single-counter h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .single-counter h2 {
    font-size: 30px;
  }
}

.single-counter p {
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .single-counter p {
    font-size: 20px;
  }
}


/* Partners */
.brand-logo img {
  width: auto !important;
  margin: 0 auto;
  opacity: 1;
}

.brand-logo img:hover {
  transform: scale(1.1);
}

/*Product */

.project-nav li {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* Single Project */
.single-project-item .image img {
  width: 100%;
}

.single-project-item .project-body {
  padding: 40px 30px;
}

.single-project-item .project-body h3 {
  margin-bottom: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 379px) {
  .single-project-item .project-body h3 {
    font-size: 22px;
  }
}

.single-project-item .project-body .project-meta {
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
}

.single-project-item .project-body .project-meta span {
  margin-left: 5px;
}

.single-project-item .project-body p {
  font-size: 18px;
  line-height: 1.67;
}

/* Project Details */
.project-details .project-image img {
  width: 100%;
}

.project-details .project-meta {
  margin: 50px 0;
}

.project-details .project-meta li {
  font-weight: 500;
}

.project-details .project-meta li:not(:last-child) {
  margin-right: 50px;
}

.project-details .project-meta li a:not(:last-child):after {
  content: ',';
}

.project-details .project-details-content h3 {
  margin-bottom: 30px;
  font-weight: 500;
}

.project-details .project-details-content p {
  margin-bottom: 50px;
  font-size: 18px;
}

.project-details .project-details-content .list-check li {
  font-style: normal;
}

/* Project Pagination */
.post-pagination {
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.post-pagination .single-post-pagination {
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .post-pagination .single-post-pagination {
    max-width: 100%;
  }
}

.post-pagination .single-post-pagination .pagination-image {
  margin-right: 20px;
}

.post-pagination .single-post-pagination .media-body a svg {
  margin-right: 10px;
}

.post-pagination .single-post-pagination .media-body a:hover path {
  fill: #ff5858;
}

.post-pagination .single-post-pagination .media-body h6 {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}

.post-pagination .single-post-pagination.next .pagination-image {
  margin-right: 0;
  margin-left: 20px;
}

.post-pagination .single-post-pagination.next .media-body a svg {
  margin-left: 10px;
  margin-right: 0;
}


/*cta*/
.cta-content h2 {
  font-size: 44px;
  line-height: 1.23;
  margin-top: -11px;
}

.cta-content p {
  font-size: 18px;
  margin: 25px auto 0;
  max-width: 960px;
}

.cta-content .btn {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .cta-content br {
    display: none;
  }
  .cta-content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .cta-content h2 {
    font-size: 30px;
  }
}

/*Contact*/
.contact-info .single-contact-info:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .contact-info .single-contact-info:last-child {
    margin-bottom: 50px;
  }
}

.contact-info .single-contact-info .image {
  margin-right: 30px;
}

.contact-info .single-contact-info h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info .single-contact-info p a {
  display: block;
}

.contact-info .single-contact-info p a:not(:last-child):after {
  content: ',';
}

.contact-info h3,
.contact-form-wrapper h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info > p,
.contact-form-wrapper > p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-form .theme-input-style {
  margin-bottom: 30px;
}


/* Make it a marquee */
.marquee {
    width: 450px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #6e6e6e;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 25s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
	}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* news section  */
.news{
	background-color: #3446ed;
	padding: 10px 15px;
	-webkit-clip-path: polygon(86% 0, 100% 50%, 88% 99%, 0% 100%, 6% 50%, 0% 0%);
    clip-path: polygon(86% 0, 100% 50%, 88% 99%, 0% 100%, 6% 50%, 0% 0%);
}

.news h4{
	color: #ffffff;
	letter-spacing: 1px;
}
.news-section{
	margin-top: -100px;
}

@media only screen and (max-width: 379px) {
  .news-section {
    margin-top: 120px;
  }
}

/* carosel section */


/* our team section */
.our-team{
	text-align: center;
	
}

.our-team .team-image{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 50%;
	height: auto;
	margin: 0 auto;

}



.our-team .team-image:before,.our-team .team-image:after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #4595dc;
	position: absolute;
	top: 0;
	left :0;
}

/* .our-team .team-image:after{
  border-color:  #db5546 #4595dc #4595dc #db5546;
  
  transform: rotate(-10deg);
  transition: all 0.5s ease 0s;
}

.our-team:hover .team-image:after{
  transform: rotate(350deg);
} */

.our-team .title{
	padding :10px;
	position: relative;
	/* font-style: bold; */
	margin: 15px 0 10px 0;
}

.our-team .title:after{
	content: "";
	width: 40px;
	height: 5px;
	background: #f44949;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.our-team .post{
	display: block;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 15px;
}

/* testimonial section */
.testimonial-section {
    background:#34347C;
}



.testimonial-section .mentor-title h2{
  /* color: #fff; */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}


.testimonial-section .mentor-title h2::after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: white;
  bottom: 0;
  left: calc(50% - 25px);
}

.testimonial-section .section-title h2 span{
	color: #ff5858;
}

.testimonial{
    /* margin: 0 15px; */
    box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    margin: 30px 15px;
    text-align: center;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.8);
    background: #fff;
    border-radius: 15px;
}
.testimonial .testimonial-profile{
    float: left;
    width: 27%;
    border: 2px solid #0f628c;
    border-radius: 50%;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-color: #fff;
}
.testimonial .testimonial-content{
    padding-left: 30%;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    font-size:15px;
    color: black;
    letter-spacing:3px;
    display: block;
    text-transform: uppercase;
    margin-bottom:4px;
}
.testimonial .testimonial-post{
    display:block;
    color: black;
    margin-bottom:10px;
}
.testimonial .testimonial-post:after{
    content:"";
    width:100%;
    display: block;
    margin:10px 0 auto;
    border-top:1px solid #4595dc;
}
.testimonial .testimonial-description{
    color:black;
    font-size: 15px;
    line-height:23px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .testimonial{
        text-align: center;
        padding-bottom: 5px;
    }
    .testimonial .testimonial-content{
        padding: 0;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 5px auto;
        padding: 0;
    }
}


/* product section */
.product-section{
	background: #00A0E3;
}
.product-single{
	background-color:#eee;
	text-align:center;
	margin:15px 10px;
	

}

.product-single .product-image{
	position: relative;
	overflow: hidden;
}

.product-single .product-image a.image{
	display: block;
}

.product-single .product-image img{
	width: 100%;
	height:auto;

}

.product-single .product-image .pic{
	transition: all 0.5s;
}
.product-single .product-image:hover .pic{
	transform: scale(1.1);
}

.product-single .product-sale-label{
	color :#fff;
	background-color: #eb7e7f;
	font-size: 16px;
	text-transform: uppercase;
	padding :7px 7px 28px 36px;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(100% 0,0 0,100% 100%);

}

.product-single .product-content{
	padding: 15px;

}

.product-single .product-title{
	font-size:16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 2px auto;

}

.product-single .product-title a{
	color: #333;
	transition: all 0.5s ease-out;
}

.product-single .product-title a:hover{
	color: #333;
}

.product-single .price{
	font-size: 15px;
	color: #5268ea;
	margin: 0 0 10px;
}

.product-single .price span{
	color: #ccc;
	text-decoration: line-through;
}

.product-single .product-button-group{
	display: inline-block;
}

.product-single .add-to-cart{
	color: #333;
	background: #f6f6f6;
	line-height: 29px;
	height: 30px;
	padding :0 15px;
	border: 1px solid #999;
	float: left;
	display: inline-block;
	transition: all 0.25s ease 0s;
	margin-right: 8px;

}


.product-single .add-to-cart i.fa{
	margin-right: 8px;
	
}

.product-single .view-detail{
	color: #333;
	background: #f4f4f4;
	line-height: 29px;
	height: 30px;
	border: 1px solid #999;
	display: inline-block;
	transition: all 0.25s ease 0s;
	margin-left: 8px;
	padding: 0 15px;
}

.product-single .view-detail i.fa{
	margin-right: 8px;

}

.product-single .add-to-cart:hover,.product-single .view-detail:hover{
	color:#fff;
	background: #5268ea;
}

/*  end of product section*/
.single-gallery{
  border: 2px solid #ccc;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
}

.single-gallery .gallery-image{
  position: relative;
  overflow: hidden;
}

.single-gallery .gallery-image a.image-link{
  display: block;
}

.single-gallery .gallery-image img{
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.single-gallery{
  transition: all .5s;
}

.single-gallery:hover{
  transform: scale(1.1);

}

.gallery-content{
  padding :10px 0;
  text-align: center;
}

.gallery-content .gallery-title{
  text-decoration: none;
  font-size: 16px;

}

.single-gallery .gallery-content{
  display: block;
}

/* exam section */
.exam-summary{
 padding: 100px 30px 30px 30px; 
 box-shadow: 3px 3px 16px 5px #ccc;

}

.exam-summery .exam-item{

  background-color: #ccc;
  
}

.exam-item{
  padding: 0 5px;
 margin-bottom: 30px;
}

.exam-item .exam-item-title{
  
   font-size: 18px;
   color: #6e6e6e;
}

.exam-item .exam-item-detail{
  
   font-size: 16px;
   color: #000;
}

/* exam-section  */

.nav-exam {
  padding: 0;
  border-top: 10px solid #03a9f4;
  border-radius: 5px; 

}
.nav-exam ul {
  
  background:#fff;
  padding: 0;
}

.nav-exam ul li{
  list-style: none;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0,0,0,.1);
  transition: all 0.5s ;
}

/* Only stick if you can fit */

 .nav-exam ul {
  position: sticky;
  top: 110px;
} 

@media screen and (max-width: 768px) {
  .nav-exam {
    display: none;
  }

}



.nav-exam ul li a {
  display: block;
  color: #6e6e6e;
  text-decoration: none;
}
.nav-exam ul li a.active {
   transform: scale(1.1);
   padding: 10px;
   border-left: 5px solid #03a9f4;
   box-shadow: 0 5px 25px rgba(0,0,0,.1);
   z-index: 100;
}
.main-exam {
  padding-bottom: 40rem;
}
.exam-section {
  padding: 16px 16px 16px 30px;
  margin: 0 0 2rem 0;
}

.exam-section h2{
  font-size: 24px;
  font-weight: 700;
  color: #03a9f4;
}

.exam-section p{
  text-align: justify;
  
}

.thumb{
	margin-bottom:16px;
}

.thumbnail {
    width: 300px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.caption h2{
	
	font-size:16px;
	
}


.thumbnail:hover{
	transform:scale(1.05);
}

/* Assignment Section*/
.assignment{
  margin-top: 2px;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #40c4ff;
  padding: 16px;
  text-align: left;
  
}

.assignment:hover{
  background: #fafafa;
}

.pagination-section{
  margin-left: auto;
  margin-right: auto;
  
}

#tagline{
  list-style: none;
  padding: 0;
  height: 40px;
  overflow: hidden;
  display: block;


}

#tagline li{

  padding-left: 10px;
  color: #34347C;
  font-size: 24px;
  border-left: 3px solid #E31E24;
  word-spacing: 1.1;


}

.tagline{
  margin-top: 70px;
}

.section-input{
  padding: 0;
  margin: 0;
}

/* select {
 width: 100%;
  color: #9b9b9b;
  height: 40px;
  border: 1px solid #eee;
} */

input[type='text'],input[type='submit']{
  height: 40px;
  border: 1px solid #eee;
}

.section-button{
  margin-left: -70px;
  width: 100%;
  
}

@media only screen and (max-width: 343px){
  .section-input{
    padding: 5px;
    margin: 5px;
  }

  .section-button{
    margin-left: 0;
    width: 100%;
    
  }

  select {
    width: 100%;
     color: #9b9b9b;
     height: 40px;
     border: 1px solid #eee;
   }
   
   input[type='text'],input[type='submit']{
     height: 40px;
     border: 1px solid #eee;
   }
   
   .section-button{
     margin-left: -70px;
     width: 100%;
     
   }
}


.icon-bar {
  position: fixed;
  top: 50%;
  right: -38px;
  z-index: 1100;

}

.icon-bar a {
    display: block;
    -webkit-transform: rotate(270deg);  
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);  
    background-color: #FFDB4D;
    transition: all 0.2s ;
    color: #000;
    
} 

.icon-bar a:hover{
    background-color: #e0bb35;

}

.enquiry_now{
  background-color: #28DEDE;
  color: #000;
}

.enquiry_now:hover{
  background-color: #2ec9c9;
  
}

/* header  */
header{
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 0 .8rem;
  background-color:#fff;
  color: #005270;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-icons{
 color:#005270;
 font-size: 1.5rem;
 position: absolute;
 top: 50%;
 right: 2rem;
 transform: translateY(-50%);
 cursor: pointer;
 z-index: 1500;
 display: none;
 line-height: initial;


}

nav{
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-left: 0;
  margin-right: 0;
  
}

nav ul,nav li{
  margin: 0;
}

.logo{
   display: flex;
   margin-right: 1rem;
}

.logo i{
  margin: auto;
  font-size: 3rem;
  color: #eee;
}

.logo img{
  
  padding: 0;
  height: 5rem;
  border-radius: 20px;

}

.nav-list{
  display: flex ;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  

}

.nav-list  li{
  line-height: 4rem;
  margin-right: .25rem;
  margin-left: .25rem;
  display: flex;
}

.sub-menu li{
  line-height: 3rem;
 
}

.nav-list a{
  display: block;
  color: #1c478d;
  padding: 0 .6rem;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: bold;
 
}

@media screen and (max-width: 1112px) and (min-width: 850px){
  .nav-list a{
    font-size: 1rem;
    padding: 0 .3rem;
    color: white;    
  }
}

.nav-list a:hover{
   color: #56509F;
   background-color: rgba(40, 116, 240,.1);
   border-top: 3px solid #56509F;
}

.cbtn{
  padding: .3rem .5rem;
  display: inline-block;
  background-color: #fff;
  /* border: 1px solid #005270; */
  border-radius: 5rem;
  transition: background-color 650ms;
}

.cbtn a{
    background: #56509F;
    color: white;
    border-radius: 30px;
    padding: 6px 20px 6px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    font-family: "Krub", sans-serif;
    letter-spacing: 0.5px;
    border: solid 1px #56509F;
    box-shadow: 3px 3px 11px 0px rgba(40, 116, 240, 0.3);
  /* color: #005270 ;
  font-size: 1.1rem; */
}

.cbtn:hover a{
  /* color: #fff;
  text-decoration: none; */
  background: white;
  color: #56509F;
  border: solid 1px #56509F;
}

.sub-menu{
  width: 16rem;
  display: block;
  position: absolute;
  border-top: 2px solid #1687B1;
  background-color: #fff;
  top: 5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 650ms ease;
}

.sub-menu li a{
  border-bottom: 1px solid rgba(22, 135, 177,.5);
}

.sub-menu::before{
  content: '';
  position: absolute;
  top: -2.5rem;
  left: 3rem;
  border: 1rem solid transparent;
  border-bottom-color: #1687B1;

}

.sub-menu .sub-menu::before{
  top: .9rem;
  left: -2.5rem;
  border: 1rem solid transparent;
  border-right-color: #1687B1;
}

.sub-menu  .sub-menu{
  border-top: none;
  border-left: 3px solid #1687B1; 
  top: 0;
  left: 100%;
}

.nav-list li:hover > .sub-menu{
  top: 5rem;
  opacity: 1;
  visibility: visible;

}

.submenu li:hover > .submenu{
  top: 0;
  left: 100%;
}

li.move-right{
  margin: auto auto auto auto;
  line-height: initial;
}

@media screen and (max-width:991px){
  
.nav-list a{
  color: #56509F;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

  .nav-list{
      position: fixed;
      top: 62px;
      left: 0;
      height: 55vh;
      display: none;
      align-items: initial;
      flex-direction: column;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 1000;
      overflow-y: scroll;
      border-radius: 0px 0px 50px 50px;
      border-bottom: 5px solid #56509F;
    }
  .nav-list > li{
    line-height: 3.3rem;
    border-bottom: 1px solid #ccc;
  }
  
  .logo{
    display: flex;
    margin-right: .3rem;
 }
 
 .logo i{
   margin: auto;
   font-size: 3rem;
   color: #fff;
 }
 
 .logo img{
   
   padding: 1px;
   height: 2.2rem;
   width: 8rem;
   border-radius: 15px;

 
 }

  .sub-menu{
      position: initial;
      width: 100%;
      border: 3px solid transparent;
      border-left-color: #1687B1;
      margin-left: 1rem;
      max-height: 0;
  }

  .sub-menu::before{
      display: none;

  }
  .nav-list li:hover > .sub-menu{
      opacity: 1;
      visibility: visible;
      max-height: initial;
  }

  li.move-right{
      margin: 0 4rem 0 auto;
      line-height: initial;
  }

  .cbtn{
    padding: .3rem;
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    transition: background-color 650ms;
  }

  .menu-icons{
      display: block;
  }

  .fa-times{
      display: none;

  }

  nav.active .fa-times{
      display: block;
  }

  nav.active .fa-bars{
      display: none;
  }

  nav.active .nav-list{
      display: flex;
  }
}

/* cart item */
.cart-item{
  position: relative;
  display: inline-block;
  list-style: none;
  margin-right: 1.5rem;
  
}

.cart-item .fa{
  color: #005270;
  font-size: 1.5rem;
  font-weight: bold;
}

.fa #cart-item{
  display: block;
  position: absolute;
}

#cart-item{
  padding: .2em .4em;
  top: -12px;
  left: 10px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #dc3545;
  color: #fff;
  border-radius: 10rem;

}
  



/* end header */

/* live class widget */
.live-class{
 
  transition: 0.3s;
  border-radius: 16px;
  
}

/* .live-class:hover {
  box-shadow: 0 4px 8px 0 rgba(6,124,255,.8);
} */

.live-class-header{
  padding: 2rem;
}

.live-class-header h4{
  font-size: 28px;
  font-weight: 400;
  color: #007BFF;

}

.live-class-header p{
  font-size: 18px;
 
}



.live-class-header span {
  border-radius: 16px;
  position: absolute;
  font-size: 10px;
  display: inline-block;
}





.live-class-body{
  width: 100%;
  height: 230px;
  
}

.left{
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1rem;
}

.right{
  float: left;
  width: 40%;
  height: 100%;
  padding-right: .5rem;
 
}

.right img{
  width: 100%;
  height: 100%;
 
}

.live-class-body::after{
  content: '';
}

.live-class-footer .btn-live{
  border: none;
  outline: 0;
  padding: .5rem;
  display: inline-block;
  color: #fff;
  background-color: #005270;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  
}

.live-class-footer .btn-live:hover{
  color: #417690;
  background-color: #fff;
  border:1px solid #417690;

}

.btn-package{
  border: 1px solid #ffffff;
  padding: .5rem;
  display: inline-block;
  color: #fff;
  background-color: #0F628C;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
 
}

.btn-package:hover{
  color: #417690;
  background-color: #fff;
  border:1px solid #417690;

}

.btn-package:disabled{
  color: #417690;
  background-color: #ccc;
  pointer-events: none;
}

.btn-custom-red {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #C82333;
  background-color: #C82333;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-red:hover{
  color: #C82333;
  background-color: #ffffff;
}

.btn-custom-warning {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #E0A800;
  background-color: #E0A800;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-warning:hover{
  color: #E0A800;
  background-color: #ffffff;
}

.btn-custom-primary-outline {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #005270;
  border: 2px solid #005270;
  background-color: #ffffff;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-primary-outline:hover{
  color: #ffffff;
  background-color: #005270;
}

.btn-150{
  width: 150px;
}

.btn-200{
  width: 200px;
}

.btn-250{
  width: 250px;
}

.btn-8{
  width: 80%;
}

.btn-9{
  width: 90%;
}

.btn-10{
  width: 100%;
}

.package-body{
  height: 100px;
  text-align: center;
}
.package-body h4{
  font-size: 1.2rem;
 
}
.package-body h5{
  font-size: 1rem;
  font-family: Roboto,'Open Sans';
  
}

.package-body p{
  font-size: .9rem;
}

.package-header{
   margin-top: -130px;
   z-index: auto;
}

.btn-custom-dark{
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #56509F;
  background-color: #56509F;
  width: 80%;
  font-size: 1.2rem;
  border-radius: 20px;
}

.btn-custom-dark:hover{
  cursor: pointer;
  background-color: #fff;
  color: #005270;
}

.btn-custom-danger{
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #C82333;
  background-color: #C82333;
  font-size: 1.2rem;
  border-radius: 20px;
}

.btn-custom-danger:hover{
  cursor: pointer;
  background-color: #fff;
  color: #C82333;
}

.subject-list{
  display: inline-block;
  padding: .1rem .4rem;
  margin: .2rem .2rem;
  border: 1px solid rgb(255,255,255);
  background-color: rgba(0,0,0,.1);
  border-radius: 1rem;
}

.single-testimonial{
	color:#fff;
	padding: 15px;
	position: relative;
  margin: .5rem .5rem;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px rgba(40, 116, 240, 0.3);
}

.img-area{
	border-radius: 50%;
	/* height: 80px; */
	/* left: 2rem; */
	/* top :0; */
	/* position: absolute; */
  width: 80px;
  border: 3px solid #56509F;
  margin: auto;
}

.testimonial-text{
  /* padding: 20px; */
  /* border: 1px solid #ccc; */
	/* box-shadow: 0 4px 8px 0  rgba(0,0,0,.2); */
	transition: .3s;
}

/* @media screen and (max-width:850px){

  .single-testimonial{
    color:#fff;
    padding-left: 1rem;
    position: relative;
    margin: 3rem .5rem .5rem .5rem;
  
  
  }


  .img-area{
    border-radius: 50%;
    height: 80px;
    left: 2rem;
    top :-40px;
    left: 40%;
    position: absolute;
    width: 80px;
  }

  .testimonial-text{
	
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0  rgba(0, 0, 0, 0.4);
    background: #fff;
    transition: .3s;
  
    
  }

} */

.img-area > img{
	background: linear-gradient(to bottom, darkcyan ,white);
	border-radius: 50%;
	padding: 2px;

}


.testimonial-section{
  background-color: #fff;
}
.testimonial-section .testimonial-title h2{
  color: red;
}

.testimonial-section .testimonial-title h2{
/* color: #fff; */
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #56509F;
}

.testimonial-section .testimonial-title h2::after{
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #56509F;
bottom: 0;
left: calc(50% - 25px);
}


.testimonial-section h2{
  font-size: 32px;

}
.testimonial-text h4{
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: Roboto;
  text-align: center;
}

.testimonial-text h4 span{
	display: block;
	font-size: 14px;
}

.testimonial-text p{
	font-family: Courgette;
	line-height: 1.4rem;
	font-size: 14px;
  color: #000;
}

/* .single-testimonial:hover .testimonial-text{
  box-shadow: 0 4px 8px 0 rgba(6,124,255,.4);
	transition: .8s;
} */



.testimonial-section  div.owl-nav{
	color:#fff;
	display: inline-block;
	font-size: 55px;
	height: 40px;
	width: 40px;
	margin-top: -30px;
	text-align: center;
}

.owl-prev, .owl-next{
  position: absolute;
 
}

.testimonial-section .owl-prev{
	left: -30px;
	top :30%;
}

.testimonial-section .owl-next{
	right: -30px;
	top: 30%;
}

@media (max-width: 760px) {
  
  .testimonial-section .owl-prev{
    display: none;
  }

  .testimonial-section .owl-next{
    display: none;
  }
  .testimonial-section .owl-carousel{
    margin-left: 2px;
  }
  .img-area{
    top :-30px;
    left: 10%;
    border: none;
  }
}

.instructor-section  div.owl-nav{
	color:#005270;
	display: inline-block;
	font-size: 55px;
	height: 40px;
	width: 40px;
	margin-top: -30px;
	text-align: center;

}


.instructor-section .owl-prev{
	left: -10px;
	top :50px;

}

.instructor-section .owl-next{
	right: -10px;
	top: 50px;
}

/* carousel slider arrow */
.left-arrow-slide ,.right-arrow-slide{
  position: absolute;
}

.left-arrow-slide >span , .right-arrow-slide >span{
  display: inline-block;
}
.left-arrow-slide{
  left: 20px;
  top: 40%;
}

.right-arrow-slide{
  right: 20px;
  top: 40%;
}


.img-slider{
  width: 100%;
  height: 430px;
}

@media screen and (max-width:850px){
  .img-slider{
    height: auto;
  }
}

#sliderhome .carousel-indicators{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#sliderhome .carousel-indicators li {
  background-color: #0F628C !important;
  
}

#sliderhome .carousel-indicators .active {
  background-color: #DC3545 !important;
  opacity: 1 !important;
}


.razorpay_payment_button{
  color: #fff !important;
  border-radius: 15px;
  background-color: #005270 ;
  border: 1px solid #005270;

}

.razorpay-payment-button:hover{
  color: #005270;
  background-color: #fff;
  border: 1px solid #005270;

}

.text-1{
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .02px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;

}

.text-2{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
}

.text-2 strong{
  font-weight: 800;
}

.text-dark{
 
  font-size: 12px !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 1px;
  color: #000 !important;
  font-weight: bold;
  
}

.package-details{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 4px;
}

 /*modal close button */
 .btn-close{
  width: 35px;
  height: 35px;
  margin-top: -17px;
  right: 0;
  margin-right: -17px;
  position: absolute;
  z-index: 1052;
  border-radius: 50%;
  background-color: #C82333;
  border: 1px solid #C82333;
  color: #ffffff;
  font-size: 16px;
  
}

.btn-close:hover{
 color: #C82333;
 background-color: #ffffff;
}

* {
  outline: none !important;
}

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
  font-family: 'Roboto',sans-serif;
  
}

a{
  text-decoration: none;
}

ul{
  list-style: none;
}

p{
  color: #000 ;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
}

::selection {
  text-shadow: none;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type="submit"],
input[type="submit"] {
  border: none;
 
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

/* select {
  width: 100%;
  max-width: 100%;
  color: #808080;
} */

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #3f3f3f;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

a:hover {
  color: #28DEDE;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #56509F;
  font-weight: 700;
  line-height: 1;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #76A4BB;
}

p:last-child {
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

table {
  width: 100%;
  max-width: 100%;
}

table th,
table td {
  border: 1px solid #818181;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .2em .4em;
}

body {
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 1.625;
  color: #1b1b1b;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10, .section-title h2 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20, .pricing-navtab .nav-tabs .nav-link h4 {
  margin-bottom: 20px;
}

.mb-30, .single-project-item {
  margin-bottom: 30px;
}

.mb-40, .about-nav-tab .nav-tabs {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-250 {
  padding-top: 250px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
}


/* ************************
 Color
   ********************* */
.c1, .list-check li i, .theme-input-group button, .btn.btn-white span, .vdo-btn, .section-title h3, .page-title li, .appointment-modal .modal-dialog .modal-content .form-title, .header .header-main.style--one .main-menu #menu-button, .header .header-main.style--one .main-menu .nav li.current-menu-item > a, .header .header-main.style--one .main-menu .nav li.current-menu-parent > a, .header .header-main.style--one .main-menu .nav li ul li:hover > a, .offcanvas-wrapper .offcanvas-content .widget.widget_contact_info .single-info span, .single-blog-style--two .blog-content .post-meta li a:hover, .blog-details .post-meta li a:hover, .blog-details .post-tags li a:hover, .not-found-content p a, .coming-soon-content h1, #countdown li .single-countdown h4, #countdown li.seperator, .single-feature:hover .content h3, .single-process:hover .content h3, .about-nav-tab .nav-tabs .nav-link.active, .single-service .icon, .single-service:hover h4, .service-details .title, .pricing-navtab .nav-tabs .nav-link h4, .project-nav li.active, .single-team-member .team-info h4 {
  color: #007BFF;
}

.c1-bg, ::selection, .bg-overlay:after, .btn-inline:hover:after, #menu-button.menu-opened span::before, #menu-button.menu-opened span::after, -thumb.offcanvas-wrapper::-webkit-scrollbar, .single-blog-item .blog-hover {
  background-color: #007BFF;
}

.c1-bo, .owl-carousel .owl-nav button:before, .pagination li a:hover, .pagination li a.active,
.pagination li span:hover,
.pagination li span.active, blockquote, .widget.widget_tag_cloud .tagcloud a:hover, .about-nav-tab .nav-tabs .nav-link.active {
  border-color: #007BFF !important;
}

.heading, blockquote, .btn-inline, .page-title li:not(:last-child):after, .widget.widget_contact_info .single-info p, .back-to-top .back-toop-tooltip span, .header .header-main.sticky .main-menu .nav > li > a, .single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span, .blog-details .post-meta li, .blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child, .about-nav-tab .nav-tabs .nav-link, .single-process:hover .content h3, .single-project-item .project-body .project-meta span {
  color: #3f3f3f;
}

.heading-bg, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span {
  background-color: #3f3f3f;
}

.heading-bo {
  border-color: #3f3f3f !important;
}

.text-color, .header .header-main.style--one .main-menu .nav li ul li a, .blog-details .post-meta li a, .blog-details .post-tags li a {
  color: #818181;
}

.text-color-bg,#menu-button span, #menu-button span:before, #menu-button span:after {
  background-color: #818181;
}

.text-color-bo {
  border-color: #818181 !important;
}


/* Transitions */
.trans2, .theme-input-group button, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top .back-toop-tooltip, .header .header-main.style--one .main-menu .nav li ul li ul, .single-blog-item .blog-hover, .single-blog-item .blog-button, .brand-logo img {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, .owl-carousel .owl-nav button, .owl-carousel .owl-nav button svg, .owl-carousel .owl-nav button:before, .owl-carousel button.owl-dot, .bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-style, .btn-inline:after, .header .header-main.style--one .main-menu .offcanvas-trigger span, #menu-button span, #menu-button span:before, #menu-button span:after, .offcanvas-overlay, .single-blog-style--two .blog-content, .single-feature, .single-process, .single-feature .content h3, .single-process .content h3, .single-service, .single-service h4, .single-service.style--two svg path, .post-pagination .single-post-pagination .media-body a svg {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.owl-carousel button.owl-dot{
	background-color: #0FACF3;
	
}

.trans4, .vdo-btn svg, .header .header-main .logo, .video-area.style--two .vdo-btn-two svg {
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6,
.rubik,
blockquote,
.btn,
.vdo-btn,
.btn-inline,
.page-title li,
.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category,
.single-blog-style--two .posted-on,
.single-blog-style--two .blog-content .category,
#countdown li .single-countdown,
#countdown li.seperator,
.about-nav-tab .nav-tabs .nav-link,
.single-counter p,
.project-nav li,
.single-project-item .project-body .project-meta,
.project-details .project-meta li {
  font-family: "Rubik", sans-serif;
}

body,
.muli {
  font-family: "Muli", sans-serif;
}

/* Gradient Background */
.gradient-bg, .owl-carousel button.owl-dot.active, .bg-overlay:after, .bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-group input, .btn:before, .btn:after,
.btn span:before,
.btn span:after, .back-to-top, -thumb.offcanvas-wrapper::-webkit-scrollbar, .coming-soon-content h1 {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff5858), color-stop(100%, #f35d46));
  background: -webkit-linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  background: -o-linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  background: linear-gradient(45deg, #ff5858 0%, #f35d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5858', endColorstr='#f35d46',GradientType=1);
}

/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

/* Section Bg */
.section-pattern {
  background-size: 100% 100vh;
  background-repeat: no-repeat;
 
}
.background-pattern {
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url('../img/banner/background.png');
  background-position: center;
 
}

.footer-bg {
  background-position: center;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

/* Border Radius */
.radius-5, .theme-input-group, .theme-input-group input {
  border-radius: 5px;
}

.radius-10, .vdo-btn, #countdown li .single-countdown, .single-feature, .single-process, .video-area.style--two, .single-service, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  border-radius: 10px;
}

/* Box Shadow */
.box-shadow, .offcanvas-wrapper.active, .single-blog-item, .single-blog-style--two:hover .border-hover, #countdown li .single-countdown, .single-feature, .single-process, .single-service, .single-service.style--three:hover, .pricing-navtab .nav-tabs .nav-link, .pricing-navtab .tab-content .tab-pane, .single-project-item, .single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

.no-shadow, .single-process, .single-service.style--three {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List Style */
.list-inline {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
}

.list-check {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  font-size: 18px;
  font-style: italic;
  padding-left: 35px;
  position: relative;
}

.list-check li:not(:last-child) {
  margin-bottom: 20px;
}

.list-check li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.social_icon_list li:not(:last-child) {
  margin-right: 15px;
}

.social_icon_list li a {
  font-size: 18px;
 /* font-style: bold; */


}

.social_icon_list li a .fa-facebook {
  color: #ffffff;
  background : #1d65e8;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;

}
.social_icon_list li a .fa-facebook:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-twitter {
 
  color: #ffffff;
  background : #18bbea;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-twitter:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-google {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-google:hover {

 transform: scale(1.1);
}

.social_icon_list li a .fa-youtube {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.social_icon_list li a .fa-youtube:hover {

 transform: scale(1.1);
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: -1;
}

/* Bg Hover Gradient */
.bg-hover-gradient, .pagination li a,
.pagination li span, .widget.widget_tag_cloud .tagcloud a, .single-service.style--two, .pricing-navtab .nav-tabs .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-hover-gradient:after, .pagination li a:after,
.pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.bg-hover-gradient:hover, .pagination li a:hover,
.pagination li span:hover, .widget.widget_tag_cloud .tagcloud a:hover, .single-service.style--two:hover, .pricing-navtab .nav-tabs .nav-link:hover, .bg-hover-gradient.active, .pagination li a.active,
.pagination li span.active, .widget.widget_tag_cloud .tagcloud a.active, .active.single-service.style--two, .pricing-navtab .nav-tabs .active.nav-link {
  color: #ffffff;
  background-color: #007BFF;
}

.bg-hover-gradient:hover *, .pagination li a:hover *, .pagination li span:hover *, .widget.widget_tag_cloud .tagcloud a:hover *, .single-service.style--two:hover *, .pricing-navtab .nav-tabs .nav-link:hover *,
.bg-hover-gradient:hover a,
.pagination li a:hover a,
.pagination li span:hover a,
.widget.widget_tag_cloud .tagcloud a:hover a,
.single-service.style--two:hover a,
.pricing-navtab .nav-tabs .nav-link:hover a, .bg-hover-gradient.active *, .pagination li a.active *, .pagination li span.active *, .widget.widget_tag_cloud .tagcloud a.active *, .active.single-service.style--two *, .pricing-navtab .nav-tabs .active.nav-link *,
.bg-hover-gradient.active a,
.pagination li a.active a,
.pagination li span.active a,
.widget.widget_tag_cloud .tagcloud a.active a,
.active.single-service.style--two a,
.pricing-navtab .nav-tabs .active.nav-link a {
  color: #ffffff;
}

.bg-hover-gradient:hover:after, .pagination li a:hover:after,
.pagination li span:hover:after, .widget.widget_tag_cloud .tagcloud a:hover:after, .single-service.style--two:hover:after, .pricing-navtab .nav-tabs .nav-link:hover:after, .bg-hover-gradient.active:after, .pagination li a.active:after,
.pagination li span.active:after, .widget.widget_tag_cloud .tagcloud a.active:after, .active.single-service.style--two:after, .pricing-navtab .nav-tabs .active.nav-link:after {
  opacity: 1;
  visibility: visible;
}

/* Widget Small Text */
.small_text, .widget.widget_contact_info .single-info span, .widget.widget_recent_entries .single-post .post-content .posted-on, .widget.widget_related_post .single-post .post-content .posted-on {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block;
}

/* Theme Input Group */
.theme-input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
}

.theme-input-group input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
  padding-right: 50px;
  color: #ffffff;
}

.theme-input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-moz-placeholder {
  color: #ffffff !important;
}

.theme-input-group input:-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::-ms-input-placeholder {
  color: #ffffff !important;
}

.theme-input-group input::placeholder {
  color: #ffffff !important;
}

.theme-input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.theme-input-group button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.theme-input-group button:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Theme Input Style */
.theme-input-style {
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
}

.theme-input-style:focus {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

textarea.theme-input-style {
  height: 200px;
  padding: 20px 20px;
}

/* Border */
.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

/* Others */
.ov-hidden, .single-project-item {
  overflow: hidden;
}

.ovx-hidden {
  overflow-x: hidden;
}

/* Pagination*/
.pagination {
  margin-top: 20px;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  padding: 11px 17px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li.nav-btn a {
  border: none;
  padding: 11px;
}

.pagination li a {
  position: relative;
}

.pagination li a svg:first-child {
  position: absolute;
}

.pagination li a:hover svg:last-child path {
  stroke: #ffffff;
  fill: #ffffff;
}

/* Blockquote */
blockquote {
  padding: 15px 20px;
  border-left: 2px solid;
  font-size: 18px;
  font-style: italic;
}

/* Form Response */
.form-response {
  background-color: rgba(251, 66, 117, 0.2);
}

.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

/* Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.custom-btn{

	border-radius: 20px !important;

}


/* Sections */

.section-title {
  margin-bottom: 62px;
}

.section-title h3 {
  font-weight: 500;
}

.section-title h2 {
  /* font-size: 38px;
  line-height: 1.23;
  color: #56509F;
  font-weight: 500; */

  font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #56509F;
}


.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  background: #56509F;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  font-size: 18px;
  line-height: 1.67;
  max-width: 890px;
  margin-top: 38px;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-right p {
  margin-left: auto !important;
}

.section-title .text-justify p{
	text-align: justify;

}

@media only screen and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 42px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .section-title p {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 379px) {
  .section-title h3 {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
}

/*Pages title*/
.page-title-bg {
  background-size: cover;
  background-position: center;
}

.page-title h2 {
  margin-top: -9px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.3;
}

.section-background{
  background-image: url('../img/wave/career_wave_2.svg');
	color: #fff;
}

.section-background p{
  text-align: center;
}

.section-background .page-title{
	width: 75%;
	margin: auto;
}

.section-background .page-title h2{
	font-size: 36px;
	color: #ffffff;
  position: relative;
  text-align: center;
	
}

.section-background h2{
	font-size: 36px;
	color: #ffffff;
  text-align: justify;
	
}

@media screen and (max-width: 768px) {
  .section-background .page-title h2{
    font-size: 28px;
    padding: 8px;
  }
  
}

.page-title p{
	font-size: 15px;
	word-spacing: 1px;
	color: black;
/* 	font-style: bold;  */
  text-align-last: center;
	padding: 8px;
	
}

@media only screen and (max-width: 991px) {
  .page-title h2 br {
    display: none;
  }
}

.page-title li {
  font-size: 18px;
  font-weight: 500;
}

.page-title li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.page-title li:not(:last-child):after {
  right: 0;
  position: absolute;
  content: '/';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.widget:not(:last-child) {
  margin-bottom: 60px;
}

.widget ul:not(.social_icon_list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 15px;
}

.widget ul:not(.social_icon_list) li a {
  position: relative;
}

.widget ul:not(.social_icon_list) li a:before {
  font-family: 'FontAwesome';
  content: "";
  margin-right: 10px;
}

.widget > ul {
  margin-top: -8px;
}

.widget .widget-logo,
.widget .widget-title {
  margin-bottom: 40px;
}

.widget .widget-title * {
  font-weight: 500;
  text-transform: uppercase;
}

.widget.widget_contact_info .single-info:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_contact_info .single-info p {
  line-height: 1.5;
}

.widget.widget_contact_info .single-info p a {
  display: block;
}

.widget.widget_contact_info .single-info p a:not(:last-child):after {
  content: ',';
}

.widget.widget_recent_entries .single-post:not(:last-child), .widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.widget.widget_recent_entries .single-post .post-image, .widget.widget_related_post .single-post .post-image {
  margin-right: 20px;
}

.widget.widget_recent_entries .single-post .post-content h5, .widget.widget_related_post .single-post .post-content h5 {
  font-weight: 500;
  line-height: 1.5;
}

.widget.widget_newsletter .newsletter-content p {
  margin-top: -8px;
  margin-bottom: 25PX;
}

.widget.widget_flicker ul {
  margin-bottom: -15px;
  margin-right: -22px;
  max-width: 100%;
}

.widget.widget_flicker ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}

.widget.widget_flicker ul li a {
  padding: 0;
}

.widget.widget_flicker ul li a:before {
  display: none;
}

.widget.widget_related_post .single-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget.widget_tag_cloud .tagcloud {
  margin-right: -6px;
  margin-bottom: -15px;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 5px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 8px;
}

.widget.widget_search .input-group {
  position: relative;
  z-index: 1;
}

.widget.widget_search .input-group .theme-input-style {
  padding-right: 40px;
}

.widget.widget_search .input-group .submit-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.widget.widget_search .input-group .submit-btn:hover svg path {
  fill: #007BFF;
}

/* Back to Top */
.back-to-top {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  box-shadow: 0 4px 40px rgba(251, 67, 116, 0.4);
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 10%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  background-color: #007BFF;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top .back-toop-tooltip {
  position: absolute;
  top: -65px;
  -webkit-transform: rotate(-90deg) translateX(20px);
  -ms-transform: rotate(-90deg) translateX(20px);
  transform: rotate(-90deg) translateX(20px);
  width: 100px;
  left: -33px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back-to-top .back-toop-tooltip span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top .top-arrow {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 14px;
  top: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top .top-line {
  background-color: #ffffff;
  height: 10px;
  left: 18px;
  position: absolute;
  top: 14px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top:hover .back-toop-tooltip {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -ms-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover .top-line {
  height: 14px;
  top: 12px;
}

.back-to-top:hover .top-arrow {
  top: 11px;
}


/*Header*/




.header .header-main {
  background-color: #005270 !important;
 
  margin: 0;
  padding: 0;
}

.header .header-main li a{
  color: #fff !important;
}



.header .header-main.sticky {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

 
}

.header .header-main.sticky li a{
  color: #000 !important;

}

.header .header-main.sticky .logo .default-logo {
  display: none;
}

.header .header-main.sticky .logo .sticky-logo {
  display: block;

}

.header .header-main .logo .sticky-logo {
  display: none;
}

.header .header-main.style--one .main-menu #menu-button {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .nav {
  margin-right: 17px;
}

.header .header-main.style--one .main-menu .nav li {
  position: relative;
}

.header .header-main.style--one .main-menu .nav li a {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #000;
}



.header .header-main.style--one .main-menu .nav li a:hover {

  color: #ccc;

}

.header .header-main.style--one .main-menu .nav li ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 210px;
  padding: 2px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 9;
}

.header .header-main.style--one .main-menu .nav li ul li {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  
}

.header .header-main.style--one .main-menu .nav li ul li:hover > a {
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .nav li ul li a {
  padding: 10px 30px;
}

.header .header-main.style--one .main-menu .nav li ul li ul {
  top: 0;
  left: calc(100% + 20px);
}

.header .header-main.style--one .main-menu .nav li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}

.header .header-main.style--one .main-menu .nav > li {
  display: inline-block;
  padding: 0 17px;
}

.header .header-main.style--one .main-menu .nav > li > a {
  line-height: 100px;
  position: relative;
}

.header .header-main.style--one .main-menu .nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header .header-main.style--one .main-menu .offcanvas-trigger {
  display: inline-block;
  width: 30px;
  cursor: pointer;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span {
  display: block;
  height: 3px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(2) {
  margin: 2px 0;
  margin-left: 5px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(3) {
  margin-left: 10px;
}

.header .header-main.style--one .main-menu .offcanvas-trigger:hover span {
  margin-left: 0 !important;
}

.header .header-main:not(.sticky).text-white .main-menu #menu-button span,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:before,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:after {
  background-color: #ffffff;
}

.header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-item > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main:not(.sticky).text-white .main-menu .nav > li:hover > a {
  opacity: .8;
  color: #ffffff !important;
}

.header .header-main:not(.sticky).text-white .main-menu .offcanvas-trigger span {
  background-color: #fff;
}

/* Mobile Menu */
@media only screen and (max-width: 991px) {
  .header .header-main.style--one {
    padding: 20px 0;
  }
  .header .header-main.style--one .row {
    position: relative;
  }
  .header .header-main.style--one .row div:nth-child(2) {
    position: static;
  }
  .header .header-main.style--one .main-menu {
    text-align: right;
    position: initial;
  }
  .header .header-main.style--one .main-menu #menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 25px;
    width: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header-main.style--one .main-menu ul.nav {
    position: absolute;
    top: calc(100% + 19px);
    left: 50%;
    right: 50%;
    width: calc(100% - 30px);
    background: #fff;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    max-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
    max-width: 800px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    margin-right: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li {
    padding: 0;
  }
  .header .header-main.style--one .main-menu ul.nav > li > a {
    font-size: 18px;
    color: #000;
  }
  .header .header-main.style--one .main-menu ul.nav ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: left;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .header-main.style--one .main-menu ul.nav ul li {
    overflow: hidden;
  }
  .header .header-main.style--one .main-menu ul.nav ul li:hover > a {
    margin-left: 0;
  }
  .header .header-main.style--one .main-menu ul.nav ul ul {
    position: relative;
    margin-left: 30px;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .header .header-main.style--one .main-menu ul {
    text-align: left;
  }
  .header .header-main.style--one .main-menu ul li {
    display: block;
    width: 100%;
  }
  .header .header-main.style--one .main-menu ul li a {
    line-height: 1 !important;
    padding: 12px 15px;
    color: #3f3f3f;
  }
  .header .header-main.style--one .main-menu ul li.current-menu-item > a {
    color: #ff5858 !important;
  }
  .header .header-main.style--one .main-menu .submenu-button {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 15px;
    width: 40px;
    height: inherit;
    line-height: 40px;
    text-align: center;
    color: initial;
  }
  .header .header-main.style--one .main-menu .submenu-button:before {
    font-family: 'FontAwesome';
    content: "";
  }
  .header .header-main.style--one .main-menu .submenu-button.submenu-opened:before {
    content: '\f106';
    color: #f35d46;
  }
  .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-item > a, .header .header-main.style--one.text-white .main-menu .nav > li.current-menu-parent > a, .header .header-main.style--one.text-white .main-menu .nav > li:hover > a {
    color: initial !important;
  }
}

/* Menu Button */
#menu-button span {
  position: relative;
}

#menu-button span:before, #menu-button span:after {
  position: absolute;
  content: '';
}

#menu-button span, #menu-button span:before, #menu-button span:after {
  display: block;
  width: 25px;
  height: 2px;
}

#menu-button span::before {
  top: -7px;
}

#menu-button span::after {
  top: 7px;
}

#menu-button.menu-opened span {
  background-color: transparent !important;
}

#menu-button.menu-opened span::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menu-button.menu-opened span::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}


/*footer */
.footer .widget {
  margin-bottom: 30px;
}

.footer-logo{
  background-color: #fff;
  padding: 1rem 1rem;
  border-radius: 1.5rem;
}

.footer .widget:last-child {
  margin-bottom: 60px;
}

.footer .widget ul:not(.social_icon_list) li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .footer-bottom {
  padding: 1rem 0 1rem;
  background-color: #005270 ;
  color: #fff;
}

.footer-bottom{
  border-top: 1px solid rgba(204, 204, 204,.2);
 
}

.footer h4{
  color: #fff !important;
 
}

.footer > p{
  color: #fff !important;
}

.footer a {
 
  color: #fff !important;
}

.footer a:hover{
  color: #000;
}

.bg-footer{
  background-color: #005270;
  color: #fff;
}

/*Banner*/
.banner {
  padding-top: 120px;
  min-height: 635px;
  position: relative;
  overflow: hidden;
}


.banner .banner-content h1 {
	
  font-size: 64px;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  .banner .banner-content h1 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 379px) {
  .banner .banner-content h1 {
    font-size: 48px;
  }
}

.banner .banner-content p {
  
  font-size: 18px;
  line-height: 1.67;
  word-spacing: 1px;
}

.banner .banner-content .banner-btn {
  margin-top: 30px;
}


.banner .banner-slider .owl-dots {
	
	position: absolute;
	bottom: 512px;

} 

 @media only screen and (min-width: 1200px) {
  .banner .banner-slider .owl-dots {
  	
    bottom: 100px;
  }
}  

.banner .banner-slider .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;

}

.banner .banner-slider .banner-image img {
  width: auto !important;
}

@media only screen and (max-width: 991px) {
  .banner .banner-slider .banner-image img {
    margin: 0 auto;
  }
}


/* Single Blog*/
.single-blog-item {
  padding: 20px 30px 60px;
  margin-bottom: 30px;
}

.single-blog-item .date-bg-shape {
  top: 0;
  left: 0;
  z-index: -3;
}

.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category {
  font-weight: 700;
}

.single-blog-item .blog-content .posted-on {
  color: #ffffff;
  margin-bottom: 70px;
}

.single-blog-item .blog-content .category {
  margin-bottom: 10px;
}

.single-blog-item .blog-content .blog-title {
  margin-bottom: 25px;
}

.single-blog-item .blog-content .blog-excerpt {
  font-size: 18px;
}

.single-blog-item .blog-hover {
  padding: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
}

.single-blog-item .blog-hover .blog-title a {
  color: #ffffff;
  line-height: 1.2;
}

.single-blog-item .blog-button {
  left: 0;
  bottom: 0;
  height: 85px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.single-blog-item .blog-button svg {
  position: absolute;
  left: -1px;
  top: 1px;
  width: calc(100% + 2px);
  height: 100%;
}

.single-blog-item:hover .blog-hover,
.single-blog-item:hover .blog-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Single Blog Style Two */
.single-blog-style--two {
  margin-bottom: 30px;
}

.single-blog-style--two .date-bg-shape {
  top: 0;
  left: 0;
}

.single-blog-style--two .posted-on {
  color: #ffffff;
  font-weight: 500;
  left: 28px;
  top: 30px;
}

.single-blog-style--two .blog-image img {
  width: 100%;
}

.single-blog-style--two .blog-content {
  padding: 34px 30px 32px;
}

.single-blog-style--two .blog-content.border {
  border: 1px solid #f3f3f3 !important;
}

.single-blog-style--two .blog-content .category {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .blog-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta {
  margin-bottom: 10px;
}

.single-blog-style--two .blog-content .post-meta li:not(:last-child) {
  margin-right: 30px;
}

.single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span {
  font-weight: 700;
}

.single-blog-style--two:hover .border-hover {
  border-color: transparent !important;
}

/* Blog Slider */
.blog-slider .single-blog-item {
  margin-bottom: 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.blog-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Blog Details */
.blog-details .blog-details-image {
  margin-bottom: 54px;
}

.blog-details .post-meta {
  margin-bottom: 34px;
}

.blog-details .post-meta li:not(:last-child) {
  margin-right: 60px;
}

.blog-details .post-meta li a:not(:last-child):after {
  content: ',';
}

.blog-details .blog-details-content p,
.blog-details .blog-details-content img,
.blog-details .blog-details-content blockquote {
  margin-bottom: 50px;
}

.blog-details .blog-details-content blockquote p {
  margin-bottom: 0;
}

.blog-details .blog-details-content h3 {
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-details .post-tags li a:not(:last-child):after {
  content: ',';
}

.blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child {
  margin-right: 5px;
}

.blog-details .post-comments-wrap h4 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #f7f7f7;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment {
  margin-top: 60px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-author-image {
  margin-right: 20px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content h6 {
  font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content span {
  font-size: 12px;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content p {
  font-size: 14px;
  line-height: 1.85;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
  font-size: 16px;
  text-transform: lowercase;
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
  margin-left: 120px;
}

@media only screen and (max-width: 575px) {
  .blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
    margin-left: 30px;
  }
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply .post-comment-reply .post-comment-reply {
  margin-left: 0;
}

.blog-details .comments-form h4 {
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.blog-details .comments-form .theme-input-style {
  margin-bottom: 30px;
}

/*404*/
.bg-404 {
  background-size: cover;
  background-position: center;
}

.not-found-content p {
  font-size: 26px;
  max-width: 680px;
  margin: 60px auto;
}

.not-found-form form input,
.coming-soon-form form input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: calc(70% - 40px);
  margin-right: 10px;
}

@media only screen and (max-width: 379px) {
  .not-found-form form input,
  .coming-soon-form form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}

.not-found-form form button,
.coming-soon-form form button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.not-found-form form button span,
.coming-soon-form form button span {
  padding: initial !important;
}

@media only screen and (max-width: 379px) {
  .not-found-form form button,
  .coming-soon-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*Feature*/
.feature{
  padding: 60px 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.feature .content h3{
  margin: 30px 0 17px;
  font-size: 22px;
}

.feature .content p{
  text-align: justify;
  text-align-last: center;
}

.feature .image{
	width: 120px;
	margin: auto;
}

.feature-single{
	margin-bottom:15px ;
	margin-top: 15px;
}

@media only screen and (max-width: 379px) {
  .feature .content h3{
    font-size: 18px;
  }

  .feature .content p{
	  text-align: justify;
	  text-align-last: center;
 }

 .feature .image{
	width: 100px;
	margin: auto;
 }

 .feature-single{
	margin-bottom:15px ;
	margin-top: 15px;
}

}

.feature-style-two {
  position: relative;
  z-index: 10;
  margin-top: -170px;
}

.feature-style-two .single-feature-wrapper:nth-child(odd) {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .feature-style-two .single-feature-wrapper:nth-child(odd) {
    margin-top: 0;
  }
}

/* About us*/

.about-nav-tab .nav-tabs,
.about-nav-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}

.about-nav-tab .nav-tabs .nav-link {
  font-weight: 500;
  padding: 20px 35px;
  line-height: 1;
  border-bottom: 2px solid;
  border-color: #f0f0f0;
}

@media only screen and (max-width: 379px) {
  .about-nav-tab .nav-tabs .nav-link {
    padding: 20px 25px;
  }
}

.about-nav-tab .tab-content .tab-pane {
  font-size: 18px;
}

.about-nav-tab .tab-content .tab-pane p {
  margin-bottom: 25px;
}

.about-nav-tab .tab-content .tab-pane ul {
  margin-bottom: 43px;
}


/* About Text */
.about-text p {
  font-size: 18px;
}

/*Process*/
.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .process-bg {
    background-position: 55% 5%;
    background-size: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .process-bg {
    background-image: none !important;
  }
}

.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .single-process-wrapper:nth-child(even) {
    margin-top: 0;
  }
}

/*Service Section*/
.single-service {
  padding: 50px 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-service .icon {
  font-size: 50px;
}

.single-service h4 {
  margin: 20px 0 13px 0;
}

.single-service.style--two:hover svg path {
  fill: #ffffff;
}

.single-service.style--two:hover .btn-inline:after {
  background-color: #ffffff;
}

.single-service.style--three {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.single-service.style--three:hover {
  border-color: transparent;
}

.single-service-wrapper .single-service {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper .single-service {
    margin-top: 30px;
  }
}

.single-service-wrapper:nth-child(even) {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .single-service-wrapper:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Service Details */
.service-details .title {
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2;
}

.service-details p {
  font-size: 18px;
  margin-top: -7px;
}

.service-details p:not(:last-child) {
  margin-bottom: 50px;
}

.service-details p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .service-details p:last-child {
    margin-bottom: 50px;
  }
}

.service-details > p:last-child {
  margin-bottom: 0;
}

.service-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .service-details h4 {
    margin-top: 50px;
  }
}

.service-details > h4 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.service-details .list-check li {
  font-style: normal;
}

/*Counter*/
.single-counter {
  margin-bottom: 50px;
}

.single-counter h2 {
  font-size: 44px;
  margin-bottom: 10px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .single-counter h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .single-counter h2 {
    font-size: 30px;
  }
}

.single-counter p {
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .single-counter p {
    font-size: 20px;
  }
}


/* Partners */
.brand-logo img {
  width: auto !important;
  margin: 0 auto;
  opacity: 1;
}

.brand-logo img:hover {
  transform: scale(1.1);
}

/*Product */

.project-nav li {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* Single Project */
.single-project-item .image img {
  width: 100%;
}

.single-project-item .project-body {
  padding: 40px 30px;
}

.single-project-item .project-body h3 {
  margin-bottom: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 379px) {
  .single-project-item .project-body h3 {
    font-size: 22px;
  }
}

.single-project-item .project-body .project-meta {
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
}

.single-project-item .project-body .project-meta span {
  margin-left: 5px;
}

.single-project-item .project-body p {
  font-size: 18px;
  line-height: 1.67;
}

/* Project Details */
.project-details .project-image img {
  width: 100%;
}

.project-details .project-meta {
  margin: 50px 0;
}

.project-details .project-meta li {
  font-weight: 500;
}

.project-details .project-meta li:not(:last-child) {
  margin-right: 50px;
}

.project-details .project-meta li a:not(:last-child):after {
  content: ',';
}

.project-details .project-details-content h3 {
  margin-bottom: 30px;
  font-weight: 500;
}

.project-details .project-details-content p {
  margin-bottom: 50px;
  font-size: 18px;
}

.project-details .project-details-content .list-check li {
  font-style: normal;
}

/* Project Pagination */
.post-pagination {
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.post-pagination .single-post-pagination {
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .post-pagination .single-post-pagination {
    max-width: 100%;
  }
}

.post-pagination .single-post-pagination .pagination-image {
  margin-right: 20px;
}

.post-pagination .single-post-pagination .media-body a svg {
  margin-right: 10px;
}

.post-pagination .single-post-pagination .media-body a:hover path {
  fill: #ff5858;
}

.post-pagination .single-post-pagination .media-body h6 {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}

.post-pagination .single-post-pagination.next .pagination-image {
  margin-right: 0;
  margin-left: 20px;
}

.post-pagination .single-post-pagination.next .media-body a svg {
  margin-left: 10px;
  margin-right: 0;
}


/*cta*/
.cta-content h2 {
  font-size: 44px;
  line-height: 1.23;
  margin-top: -11px;
}

.cta-content p {
  font-size: 18px;
  margin: 25px auto 0;
  max-width: 960px;
}

.cta-content .btn {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .cta-content br {
    display: none;
  }
  .cta-content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .cta-content h2 {
    font-size: 30px;
  }
}

/*Contact*/
.contact-info .single-contact-info:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .contact-info .single-contact-info:last-child {
    margin-bottom: 50px;
  }
}

.contact-info .single-contact-info .image {
  margin-right: 30px;
}

.contact-info .single-contact-info h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info .single-contact-info p a {
  display: block;
}

.contact-info .single-contact-info p a:not(:last-child):after {
  content: ',';
}

.contact-info h3,
.contact-form-wrapper h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info > p,
.contact-form-wrapper > p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-form .theme-input-style {
  margin-bottom: 30px;
}


/* Make it a marquee */
.marquee {
    width: 450px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #6e6e6e;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 25s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
	}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* news section  */
.news{
	background-color: #3446ed;
	padding: 10px 15px;
	-webkit-clip-path: polygon(86% 0, 100% 50%, 88% 99%, 0% 100%, 6% 50%, 0% 0%);
    clip-path: polygon(86% 0, 100% 50%, 88% 99%, 0% 100%, 6% 50%, 0% 0%);
}

.news h4{
	color: #ffffff;
	letter-spacing: 1px;
}
.news-section{
	margin-top: -100px;
}

@media only screen and (max-width: 379px) {
  .news-section {
    margin-top: 120px;
  }
}

/* carosel section */


/* our team section */
.our-team{
	text-align: center;
	
}

.our-team .team-image{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 50%;
	height: auto;
	margin: 0 auto;

}



.our-team .team-image:before,.our-team .team-image:after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #4595dc;
	position: absolute;
	top: 0;
	left :0;
}

/* .our-team .team-image:after{
  border-color:  #db5546 #4595dc #4595dc #db5546;
  
  transform: rotate(-10deg);
  transition: all 0.5s ease 0s;
}

.our-team:hover .team-image:after{
  transform: rotate(350deg);
} */

.our-team .title{
	padding :10px;
	position: relative;
	/* font-style: bold; */
	margin: 15px 0 10px 0;
}

.our-team .title:after{
	content: "";
	width: 40px;
	height: 5px;
	background: #f44949;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.our-team .post{
	display: block;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 15px;
}

/* testimonial section */
.testimonial-section {
    background:#34347C;
}



.testimonial-section .mentor-title h2{
  /* color: #fff; */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}


.testimonial-section .mentor-title h2::after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: white;
  bottom: 0;
  left: calc(50% - 25px);
}

.testimonial-section .section-title h2 span{
	color: #ff5858;
}

.testimonial{
    /* margin: 0 15px; */
    box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    margin: 30px 15px;
    text-align: center;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.8);
    background: #fff;
    border-radius: 15px;
}
.testimonial .testimonial-profile{
    float: left;
    width: 27%;
    border: 2px solid #0f628c;
    border-radius: 50%;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-color: #fff;
}
.testimonial .testimonial-content{
    padding-left: 30%;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    font-size:15px;
    color: black;
    letter-spacing:3px;
    display: block;
    text-transform: uppercase;
    margin-bottom:4px;
}
.testimonial .testimonial-post{
    display:block;
    color: black;
    margin-bottom:10px;
}
.testimonial .testimonial-post:after{
    content:"";
    width:100%;
    display: block;
    margin:10px 0 auto;
    border-top:1px solid #4595dc;
}
.testimonial .testimonial-description{
    color:black;
    font-size: 15px;
    line-height:23px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .testimonial{
        text-align: center;
        padding-bottom: 5px;
    }
    .testimonial .testimonial-content{
        padding: 0;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 5px auto;
        padding: 0;
    }
}


/* product section */
.product-section{
	background: #00A0E3;
}
.product-single{
	background-color:#eee;
	text-align:center;
	margin:15px 10px;
	

}

.product-single .product-image{
	position: relative;
	overflow: hidden;
}

.product-single .product-image a.image{
	display: block;
}

.product-single .product-image img{
	width: 100%;
	height:auto;

}

.product-single .product-image .pic{
	transition: all 0.5s;
}
.product-single .product-image:hover .pic{
	transform: scale(1.1);
}

.product-single .product-sale-label{
	color :#fff;
	background-color: #eb7e7f;
	font-size: 16px;
	text-transform: uppercase;
	padding :7px 7px 28px 36px;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(100% 0,0 0,100% 100%);

}

.product-single .product-content{
	padding: 15px;

}

.product-single .product-title{
	font-size:16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 2px auto;

}

.product-single .product-title a{
	color: #333;
	transition: all 0.5s ease-out;
}

.product-single .product-title a:hover{
	color: #333;
}

.product-single .price{
	font-size: 15px;
	color: #5268ea;
	margin: 0 0 10px;
}

.product-single .price span{
	color: #ccc;
	text-decoration: line-through;
}

.product-single .product-button-group{
	display: inline-block;
}

.product-single .add-to-cart{
	color: #333;
	background: #f6f6f6;
	line-height: 29px;
	height: 30px;
	padding :0 15px;
	border: 1px solid #999;
	float: left;
	display: inline-block;
	transition: all 0.25s ease 0s;
	margin-right: 8px;

}


.product-single .add-to-cart i.fa{
	margin-right: 8px;
	
}

.product-single .view-detail{
	color: #333;
	background: #f4f4f4;
	line-height: 29px;
	height: 30px;
	border: 1px solid #999;
	display: inline-block;
	transition: all 0.25s ease 0s;
	margin-left: 8px;
	padding: 0 15px;
}

.product-single .view-detail i.fa{
	margin-right: 8px;

}

.product-single .add-to-cart:hover,.product-single .view-detail:hover{
	color:#fff;
	background: #5268ea;
}

/*  end of product section*/
.single-gallery{
  border: 2px solid #ccc;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
}

.single-gallery .gallery-image{
  position: relative;
  overflow: hidden;
}

.single-gallery .gallery-image a.image-link{
  display: block;
}

.single-gallery .gallery-image img{
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.single-gallery{
  transition: all .5s;
}

.single-gallery:hover{
  transform: scale(1.1);

}

.gallery-content{
  padding :10px 0;
  text-align: center;
}

.gallery-content .gallery-title{
  text-decoration: none;
  font-size: 16px;

}

.single-gallery .gallery-content{
  display: block;
}

/* exam section */
.exam-summary{
 padding: 100px 30px 30px 30px; 
 box-shadow: 3px 3px 16px 5px #ccc;

}

.exam-summery .exam-item{

  background-color: #ccc;
  
}

.exam-item{
  padding: 0 5px;
 margin-bottom: 30px;
}

.exam-item .exam-item-title{
  
   font-size: 18px;
   color: #6e6e6e;
}

.exam-item .exam-item-detail{
  
   font-size: 16px;
   color: #000;
}

/* exam-section  */

.nav-exam {
  padding: 0;
  border-top: 10px solid #03a9f4;
  border-radius: 5px; 

}
.nav-exam ul {
  
  background:#fff;
  padding: 0;
}

.nav-exam ul li{
  list-style: none;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0,0,0,.1);
  transition: all 0.5s ;
}

/* Only stick if you can fit */

 .nav-exam ul {
  position: sticky;
  top: 110px;
} 

@media screen and (max-width: 768px) {
  .nav-exam {
    display: none;
  }

}



.nav-exam ul li a {
  display: block;
  color: #6e6e6e;
  text-decoration: none;
}
.nav-exam ul li a.active {
   transform: scale(1.1);
   padding: 10px;
   border-left: 5px solid #03a9f4;
   box-shadow: 0 5px 25px rgba(0,0,0,.1);
   z-index: 100;
}
.main-exam {
  padding-bottom: 40rem;
}
.exam-section {
  padding: 16px 16px 16px 30px;
  margin: 0 0 2rem 0;
}

.exam-section h2{
  font-size: 24px;
  font-weight: 700;
  color: #03a9f4;
}

.exam-section p{
  text-align: justify;
  
}

.thumb{
	margin-bottom:16px;
}

.thumbnail {
    width: 300px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.caption h2{
	
	font-size:16px;
	
}


.thumbnail:hover{
	transform:scale(1.05);
}

/* Assignment Section*/
.assignment{
  margin-top: 2px;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #40c4ff;
  padding: 16px;
  text-align: left;
  
}

.assignment:hover{
  background: #fafafa;
}

.pagination-section{
  margin-left: auto;
  margin-right: auto;
  
}

#tagline{
  list-style: none;
  padding: 0;
  height: 40px;
  overflow: hidden;
  display: block;


}

#tagline li{

  padding-left: 10px;
  color: #34347C;
  font-size: 24px;
  border-left: 3px solid #E31E24;
  word-spacing: 1.1;


}

.tagline{
  margin-top: 70px;
}

.section-input{
  padding: 0;
  margin: 0;
}

/* select {
 width: 100%;
  color: #9b9b9b;
  height: 40px;
  border: 1px solid #eee;
} */

input[type='text'],input[type='submit']{
  height: 40px;
  border: 1px solid #eee;
}

.section-button{
  margin-left: -70px;
  width: 100%;
  
}

@media only screen and (max-width: 343px){
  .section-input{
    padding: 5px;
    margin: 5px;
  }

  .section-button{
    margin-left: 0;
    width: 100%;
    
  }

  select {
    width: 100%;
     color: #9b9b9b;
     height: 40px;
     border: 1px solid #eee;
   }
   
   input[type='text'],input[type='submit']{
     height: 40px;
     border: 1px solid #eee;
   }
   
   .section-button{
     margin-left: -70px;
     width: 100%;
     
   }
}


.icon-bar {
  position: fixed;
  top: 50%;
  right: -38px;
  z-index: 1100;

}

.icon-bar a {
    display: block;
    -webkit-transform: rotate(270deg);  
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);  
    background-color: #FFDB4D;
    transition: all 0.2s ;
    color: #000;
    
} 

.icon-bar a:hover{
    background-color: #e0bb35;

}

.enquiry_now{
  background-color: #28DEDE;
  color: #000;
}

.enquiry_now:hover{
  background-color: #2ec9c9;
  
}

/* header  */
header{
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 0 .8rem;
  background-color:#fff;
  color: #005270;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-icons{
 color:#005270;
 font-size: 1.5rem;
 position: absolute;
 top: 50%;
 right: 2rem;
 transform: translateY(-50%);
 cursor: pointer;
 z-index: 1500;
 display: none;
 line-height: initial;


}

nav{
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-left: 0;
  margin-right: 0;
  
}

nav ul,nav li{
  margin: 0;
}

.logo{
   display: flex;
   margin-right: 1rem;
}

.logo i{
  margin: auto;
  font-size: 3rem;
  color: #eee;
}

.logo img{
  
  padding: 1px;
  height: 3.5rem;
  width: 17rem;
  border-radius: 20px;
 

}

.nav-list{
  display: flex ;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  

}

.nav-list  li{
  line-height: 5rem;
  margin-right: .25rem;
  margin-left: .25rem;
  display: flex;
}

.sub-menu li{
  line-height: 3rem;
 
}

.nav-list a{
  display: block;
  color: #1c478d;
  padding: 0 .6rem;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: bold;
 
}

@media screen and (max-width: 1112px) and (min-width: 850px){
  .nav-list a{
    font-size: 1rem;
    padding: 0 .3rem;
    color: white;    
  }
}
.nav-list li a{
  display: block;
}



.cbtn{
  padding: .3rem .5rem;
  display: inline-block;
  background-color: #fff;
  /* border: 1px solid #005270; */
  border-radius: 5rem;
  transition: background-color 650ms;
}

.cbtn a{
    background: #56509F;
    color: white;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    font-family: "Krub", sans-serif;
    letter-spacing: 0.5px;
    border: solid 1px #56509F;

}

.cbtn:hover a{
 
  background: white;
  color: #56509F;
  border: solid 1px #56509F;
}

.sub-menu{
  width: 16rem;
  display: block;
  position: absolute;
  border-top: 2px solid #1687B1;
  background-color: #fff;
  top: 5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 650ms ease;
}

.sub-menu li a{
  border-bottom: 1px solid rgba(22, 135, 177,.5);
}

.sub-menu::before{
  content: '';
  position: absolute;
  top: -2.5rem;
  left: 3rem;
  border: 1rem solid transparent;
  border-bottom-color: #1687B1;

}

.sub-menu .sub-menu::before{
  top: .9rem;
  left: -2.5rem;
  border: 1rem solid transparent;
  border-right-color: #1687B1;
}

.sub-menu  .sub-menu{
  border-top: none;
  border-left: 3px solid #1687B1; 
  top: 0;
  left: 100%;
}

.nav-list li:hover > .sub-menu{
  top: 5rem;
  opacity: 1;
  visibility: visible;

}

.submenu li:hover > .submenu{
  top: 0;
  left: 100%;
}

li.move-right{
  margin: auto auto auto auto;
  line-height: initial;
}

@media screen and (max-width:991px){
  
.nav-list a{
  color: #56509F;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 100%;

}

.nav-list{
    position: fixed;
    top: 62px;
    left: 0;
    height: 100vh;
    display: none;
    align-items: initial;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
    overflow-y: scroll;
    border-radius: 0px 0px 50px 50px;
    border-bottom: 5px solid #56509F;
}
.nav-list > li{
  line-height: 3.3rem;
  border-bottom: 1px solid #ccc;
  
}
  
.logo{
    display: flex;
    margin-right: .3rem;
 }
 
 .logo i{
   margin: auto;
   font-size: 3rem;
   color: #fff;
 }
 
 .logo img{
   
   padding: 1px;
   height: 2.2rem;
   width: 8rem;
   border-radius: 15px;

 }

  .sub-menu{
      position: initial;
      width: 100%;
      border: 3px solid transparent;
      border-left-color: #1687B1;
      margin-left: 1rem;
      max-height: 0;
  }

  .sub-menu::before{
      display: none;

  }


  .nav-list li:hover > .sub-menu{
      opacity: 1;
      visibility: visible;
      max-height: initial;
  }

  li.move-right{
      margin: 0 4rem 0 auto;
      line-height: initial;
  }

  .cbtn{
    padding: .3rem;
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    transition: background-color 650ms;
  }

  .menu-icons{
      display: block;
  }

  .fa-times{
      display: none;

  }

  nav.active .fa-times{
      display: block;
  }

  nav.active .fa-bars{
      display: none;
  }

  nav.active .nav-list{
      display: flex;
  }
}

/* cart item */
.cart-item{
  position: relative;
  display: inline-block;
  list-style: none;
  margin-right: 1.5rem;
  
}

.cart-item .fa{
  color: #005270;
  font-size: 1.5rem;
  font-weight: bold;
}

.fa #cart-item{
  display: block;
  position: absolute;
}

#cart-item{
  padding: .2em .4em;
  top: -12px;
  left: 10px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #dc3545;
  color: #fff;
  border-radius: 10rem;

}
  



/* end header */

/* live class widget */
.live-class{
 
  transition: 0.3s;
  border-radius: 16px;
  
}

/* .live-class:hover {
  box-shadow: 0 4px 8px 0 rgba(6,124,255,.8);
} */

.live-class-header{
  padding: 2rem;
}

.live-class-header h4{
  font-size: 28px;
  font-weight: 400;
  color: #007BFF;

}

.live-class-header p{
  font-size: 18px;
 
}



.live-class-header span {
  border-radius: 16px;
  position: absolute;
  font-size: 10px;
  display: inline-block;
}





.live-class-body{
  width: 100%;
  height: 230px;
  
}

.left{
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1rem;
}

.right{
  float: left;
  width: 40%;
  height: 100%;
  padding-right: .5rem;
 
}

.right img{
  width: 100%;
  height: 100%;
 
}

.live-class-body::after{
  content: '';
}

.live-class-footer .btn-live{
  border: none;
  outline: 0;
  padding: .5rem;
  display: inline-block;
  color: #fff;
  background-color: #005270;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  
}

.live-class-footer .btn-live:hover{
  color: #417690;
  background-color: #fff;
  border:1px solid #417690;

}

.btn-package{
  border: 1px solid #ffffff;
  padding: .5rem;
  display: inline-block;
  color: #fff;
  background-color: #0F628C;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
 
}

.btn-package:hover{
  color: #417690;
  background-color: #fff;
  border:1px solid #417690;

}

.btn-package:disabled{
  color: #417690;
  background-color: #ccc;
  pointer-events: none;
}

.btn-custom-red {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #C82333;
  background-color: #C82333;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-red:hover{
  color: #C82333;
  background-color: #ffffff;
}

.btn-custom-warning {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 2px solid #E0A800;
  background-color: #E0A800;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-warning:hover{
  color: #E0A800;
  background-color: #ffffff;
}

.btn-custom-primary-outline {
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #005270;
  border: 2px solid #005270;
  background-color: #ffffff;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-custom-primary-outline:hover{
  color: #ffffff;
  background-color: #005270;
}

.btn-150{
  width: 150px;
}

.btn-200{
  width: 200px;
}

.btn-250{
  width: 250px;
}

.btn-8{
  width: 80%;
}

.btn-9{
  width: 90%;
}

.btn-10{
  width: 100%;
}

.package-body{
  height: 100px;
  text-align: center;
}
.package-body h4{
  font-size: 1.2rem;
 
}
.package-body h5{
  font-size: 1rem;
  font-family: Roboto,'Open Sans';
  
}

.package-body p{
  font-size: .9rem;
}

.package-header{
   margin-top: -130px;
   z-index: auto;
}

.btn-custom-dark{
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #56509F;
  background-color: #56509F;
  width: 80%;
  font-size: 1.2rem;
  border-radius: 20px;
}

.btn-custom-dark:hover{
  cursor: pointer;
  background-color: #fff;
  color: #005270;
}

.btn-custom-danger{
  display: inline-block;
  padding: .2rem .5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #C82333;
  background-color: #C82333;
  font-size: 1.2rem;
  border-radius: 20px;
}

.btn-custom-danger:hover{
  cursor: pointer;
  background-color: #fff;
  color: #C82333;
}

.subject-list{
  display: inline-block;
  padding: .1rem .4rem;
  margin: .2rem .2rem;
  border: 1px solid rgb(255,255,255);
  background-color: rgba(0,0,0,.1);
  border-radius: 1rem;
}

.single-testimonial{
	color:#fff;
	padding: 15px;
	position: relative;
  margin: .5rem .5rem;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px rgba(40, 116, 240, 0.3);
}

.img-area{
	border-radius: 50%;
	/* height: 80px; */
	/* left: 2rem; */
	/* top :0; */
	/* position: absolute; */
  width: 80px;
  border: 3px solid #56509F;
  margin: auto;
}

.testimonial-text{
  /* padding: 20px; */
  /* border: 1px solid #ccc; */
	/* box-shadow: 0 4px 8px 0  rgba(0,0,0,.2); */
	transition: .3s;
}

/* @media screen and (max-width:850px){

  .single-testimonial{
    color:#fff;
    padding-left: 1rem;
    position: relative;
    margin: 3rem .5rem .5rem .5rem;
  
  
  }


  .img-area{
    border-radius: 50%;
    height: 80px;
    left: 2rem;
    top :-40px;
    left: 40%;
    position: absolute;
    width: 80px;
  }

  .testimonial-text{
	
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0  rgba(0, 0, 0, 0.4);
    background: #fff;
    transition: .3s;
  
    
  }

} */

.img-area > img{
	background: linear-gradient(to bottom, darkcyan ,white);
	border-radius: 50%;
	padding: 2px;

}


.testimonial-section{
  background-color: #fff;
}
.testimonial-section .testimonial-title h2{
  color: red;
}

.testimonial-section .testimonial-title h2{
/* color: #fff; */
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #56509F;
}

.testimonial-section .testimonial-title h2::after{
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #56509F;
bottom: 0;
left: calc(50% - 25px);
}


.testimonial-section h2{
  font-size: 32px;

}
.testimonial-text h4{
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: Roboto;
  text-align: center;
}

.testimonial-text h4 span{
	display: block;
	font-size: 14px;
}

.testimonial-text p{
	font-family: Courgette;
	line-height: 1.4rem;
	font-size: 14px;
  color: #000;
}

/* .single-testimonial:hover .testimonial-text{
  box-shadow: 0 4px 8px 0 rgba(6,124,255,.4);
	transition: .8s;
} */



.testimonial-section  div.owl-nav{
	color: #fff;
	display: inline-block;
	font-size: 55px;
	height: 40px;
	width: 40px;
	margin-top: -30px;
	text-align: center;
}

.owl-prev, .owl-next{
  position: absolute;
 
}

.testimonial-section .owl-prev{
	left: -30px;
	top :30%;
}

.testimonial-section .owl-next{
	right: -30px;
	top: 30%;
}

@media (max-width: 760px) {
  
  .testimonial-section .owl-prev{
    display: none;
  }

  .testimonial-section .owl-next{
    display: none;
  }
  .testimonial-section .owl-carousel{
    margin-left: 2px;
  }
  .img-area{
    top :-30px;
    left: 10%;
    border: none;
  }
}

.instructor-section  div.owl-nav{
	color:#005270;
	display: inline-block;
	font-size: 55px;
	height: 40px;
	width: 40px;
	margin-top: -30px;
	text-align: center;

}


.instructor-section .owl-prev{
	left: -10px;
	top :50px;

}

.instructor-section .owl-next{
	right: -10px;
	top: 50px;
}

/* carousel slider arrow */
.left-arrow-slide ,.right-arrow-slide{
  position: absolute;
}

.left-arrow-slide >span , .right-arrow-slide >span{
  display: inline-block;
}

.left-arrow-slide{
  left: 10px;
  top: 45%;
  background-color: rgba(0,0,0,.3);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  
}

.right-arrow-slide{
  right: 10px;
  top: 45%;
  background-color: rgba(0,0,0,.3);
  height: 40px;
  width: 40px;
  border-radius: 50px;

}




.img-slider{
  width: 100%;
  height: 430px;
}

@media screen and (max-width:850px){
  .img-slider{
    height: auto;
  }
}

#sliderhome .carousel-indicators{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#sliderhome .carousel-indicators li {
  background-color: #0F628C !important;
  
}

#sliderhome .carousel-indicators .active {
  background-color: #DC3545 !important;
  opacity: 1 !important;
}


.razorpay_payment_button{
  color: #fff !important;
  border-radius: 15px;
  background-color: #005270 ;
  border: 1px solid #005270;

}

.razorpay-payment-button:hover{
  color: #005270;
  background-color: #fff;
  border: 1px solid #005270;

}

.text-1{
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .02px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;

}

.text-2{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
}

.text-2 strong{
  font-weight: 800;
}

.text-dark{
 
  font-size: 12px !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 1px;
  color: #000 !important;
  font-weight: bold;
  
}

.package-details{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 4px;
}

 /*modal close button */
 .btn-close{
  width: 35px;
  height: 35px;
  margin-top: -17px;
  right: 0;
  margin-right: -17px;
  position: absolute;
  z-index: 1052;
  border-radius: 50%;
  background-color: #C82333;
  border: 1px solid #C82333;
  color: #ffffff;
  font-size: 16px;
  
}

.btn-close:hover{
 color: #C82333;
 background-color: #ffffff;
}

.carousel-item img{
  height: 550px;
  width: 100%;
}
