.team-area {

  background: url(../image/team-bg.jpg) no-repeat;

}



.team-area .section-title span {

  color: #ffffff;

}



.team-area .section-title h2 {

  color: #ffffff;

}



.team-area .single-member {

  margin-top: 30px;

  margin-bottom: 10px;

}



.team-area .single-member:hover .member-img:after {

  opacity: 1;

}



.team-area .single-member:hover .member-img .social-media {

  opacity: 1;

  bottom: 22px;

}



.team-area .single-member .member-img {

  margin-bottom: 35px;

  position: relative;

}



.team-area .single-member .member-img img {

  width: 100%;

  height: 100%;

}



.team-area .single-member .member-img:after {

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: rgba(29, 39, 78, 0.6);

  opacity: 0;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.team-area .single-member .member-img .social-media {

  position: absolute;

  bottom: -22px;

  left: 0;

  right: 0;

  text-align: center;

  z-index: 2;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 0;

}



.team-area .single-member .member-img .social-media ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



.team-area .single-member .member-img .social-media ul li {

  display: inline-block;

}



.team-area .single-member .member-img .social-media ul li a {

  display: block;

  font-size: 14px;

  color: #ffffff;

  padding: 0 6px;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.team-area .single-member .member-img .social-media ul li a:hover {

  color: #015dc7;

}



.team-area .single-member .member-name h3 {

  margin-bottom: 4px;

  font-size: 24px;

  font-weight: 600;

  color: #1d274e;

  text-transform: capitalize;

  margin-bottom: 8px;

}



.team-area .single-member .member-position span {

  display: block;

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;

  color: #075ac9;

  letter-spacing: 0.2em;

}





/*=================================================

    16. contact-area

==============================================================*/





/*=================================================

    17. testimonial-area

==============================================================*/





/*=================================================

    25. sidebar-widgets

==============================================================*/





.counter-list li:nth-child(4) {

  border-bottom-width: 0;

}



.osr-counter-thumb-2 {

  width: 100%;

  text-align: center;

  position: relative;

}



.osr-counter-thumb-2>i {

  width: 66px;

  height: 66px;

  font-size: 65px;

  margin-right: 20px;

}



.osr-counter-thumb-2 .text {}



.osr-counter-thumb-2 .title {

  font-size: 50px;

  margin: 0 0 12px;

  font-weight: 500;

  line-height: 40px;

}



.osr-counter-thumb-2 .title i {

  font-size: 40px;

}



.osr-counter-thumb-2 p {

  margin: 0;

  font-size: 14px;

  line-height: 14px;

  font-weight: 500;

  text-transform: uppercase;

}



.osr-counter-thumb-2 * {

  color: #fff;

}



.video-btn-outer {

  display: block;

  min-width: 32px;

  min-height: 120px;

  position: relative;

}



.video-btn {

  position: absolute;

  z-index: 10;

  top: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  box-sizing: content-box;

  display: block;

  width: 32px;

  height: 44px;

  /* background: #fa183d; */

  border-radius: 50%;

  padding: 18px 20px 18px 28px;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.video-btn:before {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #fff;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.video-btn:after {

  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #fff;

  border-radius: 50%;

  transition: all 200ms;

}



.video-btn:hover:after {

  background-color: #1d274e;

}



.video-btn span {

  display: block;

  position: relative;

  z-index: 3;

  width: 0;

  height: 0;

  border-left: 32px solid #1d274e;

  border-top: 22px solid transparent;

  border-bottom: 22px solid transparent;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.video-btn:hover span {

  border-left-color: #fff;

}



@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}



.blog-thumb.single-testimonial {

  padding-right: 0;

  padding-left: 0;

  margin: 0 0 30px;

}



.blog-thumb.single-testimonial figure {

  margin: 0;

}



.blog-thumb.single-testimonial .testimonial-inner {

  padding: 22px 20px;

}



.blog-thumb.single-testimonial .testimonial-inner .testimonial-title h3 {

  font-size: 22px;

}



.blog-thumb.single-testimonial .testimonial-inner .catagory-title a i {

  margin-right: 10px;

}



.grd-bg {

  background-size: cover;

  background-repeat: no-repeat;

  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

}









































































/******************************************************************************************Oscar Themes Style Start*/

/*Header Style 1 Css Start*/

.header-style1-1 {

  padding: 40px 0;

}

.logo {

  margin: 0;

  line-height: 0;

}

.logo img {

  width: auto;

}

.header-style1-1 .container {

  max-width: 1520px;

}

.header-style1-1 .navigation li a {

  color: #42495b;

  font-size: 16px;

  padding: 1px 0 0;

  line-height: normal;

  text-transform: capitalize;

  font-family: 'Montserrat', sans-serif;

}

.header-style1-1 .navigation li a i {

  margin-left: 10px;

  line-height: normal;

  font-weight: normal;

}

.header-style1-1 .navigation ul.sub-menu li {

  margin: 0;

}

.header-style1-1 .navigation ul.sub-menu li a {

  font-size: 14px;

  color: #42495b;

}

.helping-box .icon-box {

  font-size: 24px;

  margin-right: 15px;

  color: rgb(69, 130, 255);

}

.helping-box .title {

  font-size: 16px;

  font-weight: bold;

  color: rgb(0, 25, 91);

  line-height: normal;

  margin: 0 0 6px;

}

.helping-box p a {

  font-size: 14px;

  color: rgb(69, 130, 255);

}

.helping-box p {

  margin: 0;

  line-height: normal;

}

/*Header Style 1 Css End*/

/*Header Style 2 Css Start*/

.top-nav{

  line-height: normal;

}

.top-nav li {

  font-size: 14px;

  display: inline-block;

  vertical-align: bottom;

  margin-left:25px; 

}

.top-nav li:first-child{

  margin-left:0; 

}

.top-nav li i{

  margin-right:8px; 

}

.top-nav li a{

  font-size: inherit;

  color: currentColor;

}



.top-bar .btn {

  font-size: 12px;

  padding: 8px 20px 9px;

  font-weight: bold;

  margin-left:10px !important; 

  text-transform: uppercase;

  border-radius: 5px !important;

  background-color: rgb(237, 237, 237);

  border:none;

}

.top-bar .btn:first-child{

  margin-left:0 !important; 

}

.top-bar .btn:hover{

  color: #fff;

}

/*Header Style 2 Css End*/

.main-banner {

  position: relative;

}

.main-slider.nav-style-1 .owl-controls{

  margin: 0;

}

.main-slider.nav-style-1 .owl-controls .owl-pagination{

  display: none;

}

.main-slider.nav-style-1 .owl-buttons [class*="owl-"]{

  top: 50%;

  position: absolute;

  transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  text-transform: uppercase;

  padding: 6px;

  word-break: break-all;

  line-height: 17px;

  letter-spacing: 2px;

  color: #fff;

  border-color: #fff;

  font-weight: bold;

  font-size: 14px;

}

.main-slider.nav-style-1 .owl-buttons .owl-prev{

  left: 10px;

}

.main-slider.nav-style-1 .owl-buttons .owl-next{

  right: 10px;

}

.main-banner figure {

  margin: 0;

}

.banner-slide figure::before {

  background-color: rgb(21, 25, 72);

}

.banner-slide figure::after{

  position: absolute;

  top: auto;

  bottom: 0;

  right: 0;

  content: "";

  width: 485px;

  height: 280px;

  background-repeat: no-repeat;

  background-image: url(../image/banner-line.png); 

}

.banner-slide .banner-caption {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  padding-bottom: 1px;

  transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

}

.banner-slide .small-title {

  font-size: 14px;

  font-weight: bold;

  line-height: normal;

  text-transform: uppercase;

  padding: 5px 10px 6px;

  margin-bottom: 25px;

}

.small-title.th-bg {

  color: #fff;

}

.banner-slide .title {

  font-size: 85px;

  font-weight: bold;

  line-height: 85px;

  letter-spacing: -2px;

  margin-bottom: 30px;

  font-family: 'Montserrat', sans-serif;

}

.banner-slide .description {

  font-size: 24px;

  font-weight: 500;

  line-height: normal;

  margin-bottom: 43px;

}

[data-overlay] .banner-caption .description,

[data-overlay] .banner-caption .title,

[data-overlay]+.banner-caption .description,

[data-overlay]+.banner-caption .title {

  color: #fff;

}

.banner-slide .btn {

  color: #fff;

  font-size: 14px;

  margin-left: 11px;

  font-weight: bold;

  padding: 21px 40px 22px;

  text-transform: uppercase;

  font-family: 'Montserrat', sans-serif;

}

.banner-slide .btn:first-child {

  margin-left: 0;

}

.banner-slide .btn.white-bg{

  background-color: #fff;

  border-color: #fff;

  color: #42495b;

}

.banner-slide .btn:hover{

  color: #fff;

}

/*main-slider-2*/

.main-slider-2{

  

}

.main-slider-2 [data-overlay]::before{

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151948+0,151948+100&0.92+0,0.83+25,0.69+52,0.51+79,0.43+100 */

  background: -moz-linear-gradient(top,  rgba(21,25,72,0.92) 0%, rgba(21,25,72,0.83) 25%, rgba(21,25,72,0.69) 52%, rgba(21,25,72,0.51) 79%, rgba(21,25,72,0.43) 100%); /* FF3.6-15 */

  background: -webkit-linear-gradient(top,  rgba(21,25,72,0.92) 0%,rgba(21,25,72,0.83) 25%,rgba(21,25,72,0.69) 52%,rgba(21,25,72,0.51) 79%,rgba(21,25,72,0.43) 100%); /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom,  rgba(21,25,72,0.92) 0%,rgba(21,25,72,0.83) 25%,rgba(21,25,72,0.69) 52%,rgba(21,25,72,0.51) 79%,rgba(21,25,72,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb151948', endColorstr='#6e151948',GradientType=0 ); /* IE6-9 */



}

.main-slider-2 figure::after{

  display: none;

}























.services-3 {

  border-radius: 10px;

  box-shadow: 0px 15px 18px 0px rgba(156, 156, 156, 0.15);

  background-color: rgb(255, 255, 255);

}



.services-3::after,

.services-3::before {

  border-radius: 10px;

}



.services-3::after {

  left: 0 !important;

  top: 0!important;

  bottom: 0!important;

  right: 0!important;

}



.services-3:hover .service-icon i {

  -webkit-background-clip: unset;

  -webkit-text-fill-color: #fff;

  color: #fff !important;

  background: none;

}



.services-7 {

  z-index: 1;

  position: relative;

  margin-bottom: 30px;

  background-color: #fff;

  padding: 35px 40px 31px;

  box-shadow: 0px 3px 32px 0px rgba(242, 242, 242, 0.72);

}

.services-7:after, 

.services-7:before {

  position: absolute;

  content: "";

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  border-top: 2px solid transparent;

  border-bottom: 2px solid transparent;

  transform: scale(0, 1);

  -moz-transform: scale(0, 1);

  -webkit-transform: scale(0, 1);

  border-color: #ffd322;

  z-index: -1;

}

.services-7:after {

  border-left: 3px solid transparent;

  border-right: 3px solid transparent;

  transform: scale(1, 0);

  -moz-transform: scale(1, 0);

  -webkit-transform: scale(1, 0);

  border-top: none;

  border-color: #ffd322;

  border-bottom: none;

}

.services-7:hover:after,

.services-7:hover:before {

  transform: scale(1);

  -moz-transform: scale(1);

  -webkit-transform: scale(1);

}

.services-7 .icon-block {

  font-size: 40px;

  min-width: 50px;

  min-height: 50px;

  line-height: 50px;

  vertical-align: bottom;

  display: inline-block;

  margin-bottom: 18px;

}



.services-7 .title {

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 11px;

}



.services-7 p {

  margin: 0;

}





/*Services Style 8*/



.services-8 {

  margin: 0 0 30px;

}

.services-8 .icon-block {

  min-width: 60px;

  min-height: 60px;

  color: #fff;

  font-size: 30px;

  line-height: 60px;

  margin-right: 20px;

  border-radius: 100%;

  text-align: center;

}

.services-8 figure.icon-block{

  max-width:85px; 

  margin-bottom:0; 

}

.services-8 .title {

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 3px;

  letter-spacing: -1px;

}

.services-8 p {

  margin: 0;

  line-height: 26px;

}

/*Services Style 9*/

.services-9 {

  z-index: 1;

  position: relative;

  margin-bottom: 30px;

  background-color: #fff;

  padding:59px 40px 70px;

  box-shadow: 0px 8px 16px 0px rgba(34, 156, 255, 0.1);

}

.services-9 .icon-block {

  font-size: 40px;

  min-width: 50px;

  min-height: 50px;

  line-height: 50px;

  vertical-align: bottom;

  display: inline-block;

  margin-bottom: 31px;

}

.services-9 .title {

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 11px;

}

.services-9 p {

  margin: 0 0 7px;

  color: #5583a6;

}

.services-9:hover .icon-block,

.services-9:hover .btn,

.services-9:hover .readmore-btn,

.services-9:hover .title,

.services-9:hover p{

  color: #fff;

}

.services-9:hover .readmore-btn{

  border-color: #fff;

}









.aboutus-area2 {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-image: url(../image/team-bg.jpg);

}



.about-info.about-info2 {

  padding: 0;

}



.about-info.about-info2 h2.title {

  font-size: 50px;

  color: #1d274e;

  text-transform: capitalize;

}



.about-info.about-info2 .title em {

  font-style: normal;

}



.read-btn {

  font-size: 14px;

  color: #12a9ff;

  text-decoration: underline;

  text-underline-position: bottom;

  text-transform: uppercase;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.read-btn:hover {

  color: #000;

  text-decoration: underline;

}



.services-4 {

  background: #f7f7ff;

}



.services-4::after,

.services-4::before {

  display: none;

}



.services-4 .service-icon {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  margin-right: auto;

  margin-left: auto;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.31);

}



.services-4:hover .service-icon {

  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

}



.services-4 .service-icon i {

  line-height: 80px;

  font-size: 40px !important;

}



.services-4:hover * {

  color: inherit !important;

}



.services-4:hover .service-icon i {

  -webkit-background-clip: unset;

  -webkit-text-fill-color: #fff;

  color: #fff !important;

  background: none;

}



.video-area2 {

  padding: 0 0 180px;

  background-image: url(../image/team-bg.png);

  background-position: bottom;

  background-size: contain;

}



.video-info2 {

  /*max-width: 460px;*/

  position: relative;

  z-index: 1;

  padding: 50px 30px !important;

  background-color: transparent !important;

}



.video-info2::after {

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  content: "";

  opacity: .85;

  z-index: -1;

  position: absolute;

  background-image: -moz-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);

}



.video-info2 .play-btn {

  margin-top: 30px;

}



.video-info2 .play-btn a {

  margin: 0;

}



.ct-team-member-layout4 {

  margin-bottom: 30px;

  padding: 50px 30px 70px 30px;

  background-color: #fff;

  -webkit-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  -khtml-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  -moz-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  -ms-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  -o-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);

  text-align: center;

  position: relative;

}



.ct-team-member-layout4 .ct-team-image {

  max-width: 160px;

  margin: 0 auto 34px auto;

}



.ct-team-member-layout4 .ct-team-image img {

  -webkit-border-radius: 160px;

  -khtml-border-radius: 160px;

  -moz-border-radius: 160px;

  -ms-border-radius: 160px;

  -o-border-radius: 160px;

  border-radius: 160px;

}



.ct-team-member-layout4 .ct-team-position {

  color: #aab2d2;

  font-size: 14px;

}



.ct-team-member-layout4 .ct-team-title {

  margin-bottom: 5px;

}



.subtitle,

.woocommerce .woocommerce-product-category a {

  font-weight: 500;

  letter-spacing: 0.2em;

  text-transform: uppercase;

}



.ct-team-member-layout4 .ct-team-social {

  position: absolute;

  bottom: -22px;

  left: 50%;

  padding: 0 16px;

  -webkit-transform: translate(-50%, 0);

  -khtml-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

  background-color: #015dc7;

  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));

  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);

  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);

  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);

  background-image: -o-linear-gradient(left, #015dc7, #a200ff);

  background-image: linear-gradient(left, #015dc7, #a200ff);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');

  -webkit-border-radius: 44px;

  -khtml-border-radius: 44px;

  -moz-border-radius: 44px;

  -ms-border-radius: 44px;

  -o-border-radius: 44px;

  border-radius: 44px;

  display: flex;

  flex-wrap: nowrap;

}



.ct-team-member-layout4 .ct-team-social a {

  font-size: 14px;

  line-height: 44px;

  height: 44px;

  width: 30px;

  color: #fff;

  display: inline-block;

}



.ct-team-member-layout4 .ct-team-social a:hover {

  color: rgba(255, 255, 255, 0.85);

}



.blog-bg {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  background-image: url(../image/team-bg.jpg);

}



.grid-item-inner {

  -webkit-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  -khtml-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  -moz-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  -ms-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  -o-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);

  margin: 0 0 30px;

  background-color: #fff;

}



.grid-item-inner .item-author {

  display: flex;

  align-items: center;

  flex-wrap: nowrap;

  margin-right: 20px;

  flex-grow: 1;

}



.grid-item-inner .item-author img {

  max-width: 45px;

  min-width: 45px;

  -webkit-border-radius: 45px;

  -khtml-border-radius: 45px;

  -moz-border-radius: 45px;

  -ms-border-radius: 45px;

  -o-border-radius: 45px;

  border-radius: 45px;

  margin-right: 20px;

}



.grid-item-inner .item-author a {

  color: #747da1;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  font-size: 16px;

  font-weight: 500;

}



.grid-item-inner .item-body {

  padding: 0 7px;

}



.grid-item-inner .item-holder {

  border-bottom: 1px solid #ddd;

  padding: 31px 23px 28px 23px;

}



.grid-item-inner .item-bottom {

  padding: 30px 23px 50px 23px;

  display: flex;

  align-items: center;

  flex-wrap: nowrap;

}



.grid-item-inner .item-title {

  font-size: 26px;

  line-height: 1.38;

}



.grid-item-inner .item-title a {

  color: inherit;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

}



.grid-item-inner .item-title a:hover {

  color: #12a9ff;

}



.grid-item-inner .item-date {

  color: #747da1;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  font-size: 16px;

  font-weight: 500;

}



.grid-item-inner .item-favorite a {

  color: #747da1;

  font-size: 16px;

  position: relative;

}



.grid-item-inner .item-favorite a .ct-tooltip {

  position: absolute;

  bottom: 18px;

  margin-bottom: 10px;

  background-color: #12a9ff;

  color: #fff;

  display: inline-block;

  font-size: 12px;

  padding: 0 10px;

  line-height: 22px;

  -webkit-border-radius: 3px;

  -khtml-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  left: 50%;

  transform: translate(-50%, 0%);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

  white-space: nowrap;

}



.grid-item-inner .item-favorite a .ct-tooltip:before {

  content: '';

  border-width: 5px;

  border-style: solid;

  border-color: #12a9ff transparent transparent;

  position: absolute;

  bottom: -10px;

  left: 50%;

  -webkit-transform: translate(-50%, 0);

  -khtml-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

}



.grid-item-inner .item-favorite a:hover .ct-tooltip {

  opacity: 1;

  visibility: visible;

}



.mid-bar {}



.mid-bar .title {

  font-size: 60px;

  font-weight: 600;

}



.mid-bar .btn {

  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  font-size: 14px;

  box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);

  color: rgb(255, 255, 255);

  padding: 16px 20px 14px;

  text-transform: uppercase;

  border-radius: 0;

  float: right;

}



.ct-grid-portfolio-layout2 .item-holder {

  position: absolute;

  top: 21px;

  right: 21px;

  left: 21px;

  bottom: 21px;

  background-color: rgba(1, 93, 199, 0.4);

  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));

  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 93, 199, 0.4)', endColorStr='rgba(162, 0, 255, 0.4)', gradientType='1');

  opacity: 0;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

}



.ct-grid-portfolio-layout2 .item-holder a {

  height: 50px;

  width: 50px;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.ct-grid-portfolio-layout2 .item-holder a:before,

.ct-grid-portfolio-layout2 .item-holder a:after {

  content: '';

  background-color: #fff;

  position: absolute;

}



.ct-grid-portfolio-layout2 .item-holder a:before {

  width: 100%;

  height: 2px;

  top: 24px;

  left: 0;

}



.ct-grid-portfolio-layout2 .item-holder a:after {

  height: 100%;

  width: 2px;

  left: 24px;

  top: 0;

}



.ct-grid-portfolio-layout2 .grid-item-inner {

  position: relative;

  overflow: hidden;

}



.ct-grid-portfolio-layout2 .grid-item-inner img {

  width: 100%;

}



.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-holder {

  opacity: 1;

}



.ct-grid-portfolio-layout2.owl-carousel .grid-item-inner,

.ct-grid-portfolio-layout2.owl-carousel .item-holder {

  -webkit-border-radius: 5px;

  -khtml-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}



.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot {

  width: 10px;

  background-image: none;

  background-color: #cecece;

}



.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot.active {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));

  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: linear-gradient(bottom, #6747ee, #9124dc);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');

}



.ct-grid-portfolio-layout2.owl-carousel .owl-item {

  padding: 0 15px;

}



.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page {

  width: 10px;

  height: 10px;

  margin: 0 5px;

  border-radius: 100%;

  background-image: none;

  background-color: #cecece;

}



.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page.active {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));

  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: linear-gradient(bottom, #6747ee, #9124dc);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');

}



.ct-short-text.layout3 {

  background-color: #6747ee;

  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));

  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);

  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);

  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);

  background-image: -o-linear-gradient(left, #6747ee, #9124dc);

  background-image: linear-gradient(left, #6747ee, #9124dc);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');

  max-width: 790px;

  padding: 33px 40px 103px 33px;

  font-size: 18px;

  line-height: 1.5555;

  color: #fff;

  position: relative;

  -webkit-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

  -khtml-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

  -moz-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

  -ms-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

  -o-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

  box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);

}



.ct-short-text.layout3:before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../image/team-bg.png);

  background-repeat: no-repeat;

  background-position: top center;

}



.ct-short-text.layout3 .short-text-description {

  max-width: 615px;

  position: relative;

  z-index: 1;

}



.ct-counter-layout2 {

  text-align: center;

  background-color: #fff;

  padding: 40px 30px 37px 30px;

  -webkit-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  -khtml-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  -moz-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  -ms-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  -o-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);

  position: relative;

}

.ct-counter-layout2:after,

.ct-counter-layout2:before {

  content: '';

  width: 50px;

  height: 50px;

  position: absolute;

  left: auto;

  bottom: 0;

  right: 0;

  border-width: 0 4px 4px 0px;

  border-color: #045796;

  border-style: solid;

}

.ct-counter-layout2:after{

  top: 0;

  bottom: auto;

  left: 0;

  right: auto;

  border-width: 4px 0px 0px 4px;

}

.ct-counter-layout2 .ct-counter-icon {

  line-height: 1;

  margin-bottom: 25px;

}



.ct-counter-layout2 .ct-counter-icon i {

  font-size: 50px;

}



.ct-counter-layout2 .ct-counter-icon i:not(.colored) {

}



.ct-counter-layout2 .ct-counter-digit {

  font-size: 24px;

  font-weight: 600;

  line-height: 1;

  color: #1d274e;

}



.ct-counter-layout2 .ct-counter-title {

  margin-top: 6px;

  margin-bottom: 0;

  font-weight: normal;

  font-size: 18px;

}



.mt-75 {

  margin-top: -75px;

}



.mt-45 {

  margin-top: -45px;

}



.footer-2 {

  z-index: 1;

  position: relative;

}



.footer-2::before {

  top: 72px;

  bottom: 0;

  left: 0;

  right: 0;

  content: "";

  z-index: -1;

  position: absolute;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  background-image: url(../image/team-bg.png);

}



.footer-2 .copyright-area *,

.footer-2 .footer-top * {

  color: #fff;

}



.newform .form-control {

  min-height: 56px;

  position: relative;

  border-color: #e4e4e4;

  background: #fff;

  border-radius: 0;

  margin-bottom: 40px;

}



.newform textarea.form-control {

  min-height: 155px;

}



.newform .btn {

  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);

  font-size: 14px;

  box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);

  color: rgb(255, 255, 255);

  padding: 16px 20px 14px;

  text-transform: uppercase;

  border-radius: 0;

  float: left;

}



.contact-bg {

  padding: 50px;

  background: #fff;

  margin: 0 0 118px;

  box-shadow: 0px 0px 35px 0px rgba(156, 156, 156, 0.23);

}



.ct-list.layout3 li {

  position: relative;

}



.ct-list.layout3 li+li {

  margin-top: 17px;

}



.ct-list.layout3 i {

  font-size: 19px;

  position: absolute;

  top: 6px;

  left: 0;

}



.ct-list.layout3 i+span {

  padding-left: 39px;

}



.ct-list.layout3 span {

  font-size: 18px;

  color: #747da1;

  line-height: 1.6666;

  display: inline-block;

}



.mb-30 {

  margin-bottom: 30px;

}



.footer-2 .copyright-area {

  margin-top: 30px;

  padding: 40px 0 0;

  border-top: 1px solid #fff;

}



.gird-list .nav-tabs {

  border: none;

}



.gird-list .nav-tabs .nav-item {

  margin: 0;

  margin-right: 20px;

}



.gird-list .nav-tabs .nav-item .nav-link {

  height: 50px;

  width: 50px;

  display: block;

  text-align: center;

  border-radius: 50%;

  border: none;

  background: #ffe0dd;

  position: relative;

}



.gird-list .nav-tabs .nav-item .nav-link.active {

  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);

  background: #a200ff;

}



.gird-list .nav-tabs .nav-item .nav-link img {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.d-inline {

  display: inline-block !important;

}



.t-right {

  text-align: right;

}



.shop-search input {

  border: 1px solid #e5e5e5;

  padding: 12px 30px;

  width: 270px;

  border-radius: 50px;

}



.shop-search input::placeholder {

  font-size: 16px;

  color: #5f708f;

}



.shop-search {

  position: relative;

  margin-left: 20px;

}



.shop-search button {

  position: absolute;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

  background: none;

  border: none;

  color: #5f708f;

  padding: 0;

  cursor: pointer;

}



.short-by {

  margin-left: 20px;

}



.result-count p {

  margin: 0;

}



.product-header {

  position: relative;

  overflow: hidden;

}



.product-header img {

  width: 100%;

}



.product-holder-top h4 {

  font-size: 24px;

  font-weight: 500;

  margin: 0;

  text-transform: capitalize;

}



.product-holder-top h4:hover a {

  color: #a200ff;

}



.product-price span {

  color: #78809f;

}



.product-rating i {

  color: #ffba00;

  font-size: 14px;

  margin: 0 1px;

}



.product-meta {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #a200ffe6;

  z-index: 99;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

  transform: perspective(500px) rotateX(-90deg);

  opacity: 0;

  -webkit-transform-origin: 50% 0%;

  transform-origin: 50% 0%;

}



.shop-product-inner:hover .product-meta {

  opacity: 1;

  transform: perspective(500px) rotateX(0deg);

}



.add-to-cart {

  position: absolute;

  text-align: center;

  left: 0;

  right: 0;

  top: 50%;

  -webkit-transform: translate(0, -50%);

  -khtml-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

  transform: translate(0, -50%);

}



.add-to-cart .btn {

  padding: 20px 45px;

  background: #fff;

  border-color: #fff;

  color: #a200ff;

}



.add-to-cart .btn:hover {

  background: transparent;

  border-color: #fff;

  color: #fff;

}



.p-holder-top h4 {

  font-size: 24px;

  font-weight: 500;

  margin-bottom: 9px;

  text-transform: capitalize;

}



.product-content p {

  padding: 25px 0;

  border-top: 1px solid #e5e5e5;

  border-bottom: 1px solid #e5e5e5;

  margin: 25px 0;

}



.product-action span {

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 20px;

  display: block;

}



.p-holder-btn a {

  width: 65px;

  display: inline-block;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border: 1px solid #a200ff;

  color: #a200ff;

  border-radius: 50px;

  margin-right: 10px;

}



.product-cart-btn button {

  width: 150px;

  display: inline-block;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border: 1px solid #a200ff;

  border-radius: 50px;

  margin-right: 10px;

  background: #a200ff;

  padding: 0;

  text-transform: uppercase;

  font-size: 14px;

  color: #fff;

  font-weight: 500;

  cursor: pointer;

  transition: .3s;

}



.product-cart-btn button i {

  margin-right: 5px;

}



.product-cart-btn button:hover {

  background: transparent;

  color: #a200ff;

}



.p-holder-btn a:hover {

  background: #a200ff;

  color: #fff;

}



.p-holder-top h4:hover a {

  color: #a200ff;

}

.single-d-thumb{

  padding: 70px;

  background-color: #f4f9fd;

}

.shop-detail-slider.nav-style-1 .owl-buttons [class*="owl-"]{

  top: 50%;

  position: absolute;

  transform: translateY(-50%);

  border-radius:100% !important;

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  background-color:#fff;

  border-color: #fff; 

  box-shadow: 0px 16px 32px 0px rgba(218, 218, 218, 0.56);

}

.shop-detail-slider.nav-style-1 .owl-buttons .owl-prev{

  left: 20px;

}

.shop-detail-slider.nav-style-1 .owl-buttons .owl-next{

  right: 20px;

}

.shop-detail-slider.nav-style-1 .owl-buttons [class*="owl-"]:hover{

  box-shadow: 0px 16px 32px 0px rgba(255, 153, 0, 0.56);

  color: #fff;

}

.single-d-thumb img {

  width: 100%;

}



.product-thumbnail .nav-tabs {

  border-bottom: none;

  display: block;

}



.product-thumbnail .nav-tabs {

  margin-left: -15px;

  margin-right: -15px;

}



.product-thumbnail .nav-tabs .nav-item {

  float: left;

  margin: 0;

  width: 33.3%;

  padding: 0 15px;

}



.product-thumbnail .nav-tabs .nav-item:last-child {

  margin-right: 0;

}



.product-thumbnail .nav-tabs .nav-item .nav-link {

  color: unset;

  background: none;

  border: none;

  border-radius: unset;

  padding: 0;

}



.product-details-t h6 {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 9px;

  display: inline-block;

}

.product-details-t h5 {

  font-size: 36px;

  color: rgb(66, 73, 91);

  font-weight: bold;

  margin-bottom:13px; 

}

.product-d-price span {

  font-size: 14px;  

  font-weight: bold;

  text-transform: uppercase;

}

.product-d-price .old-price {

  margin-right: 15px;

  text-decoration: line-through;

}

.shop-d-content .product-rating{

  margin-bottom:12px; 

}

.shop-d-content .product-details-t{

  margin-bottom: 21px;

}

.shop-d-content .btn-group{

  margin-bottom: 30px; 

}

.product-d-price{

  margin-bottom:10px; 

}

.product-best-features ul li {

  margin-bottom: 5px;

}



.product-best-features ul li:last-child {

  margin-bottom: 0;

  color: #1cae0d;

}



.product-best-features ul li span {

  width: 145px;

  display: inline-block;

  color: #152136;

  font-weight: 500;

}



.product-details-t p {

  margin-bottom: 0;

}



.product-rating .count-rev {

  font-size: 14px;

  margin-left: 5px;

}



.cart-plus {

  width: 165px;

  position: relative;

  margin-right: 20px;

}



.cart-plus-minus input {

  width: 100%;

  border: 1px solid #dddddd;

  padding: 12px 50px;

  text-align: center;

  border-radius: 5px;

}



.qtybutton {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 25px;

  font-size: 23px;

  color: #838b97;

  cursor: pointer;

}



.inc.qtybutton {

  right: 25px;

  left: auto;

}



.dec.qtybutton {

  font-size: 38px;

}



.cart-plus-minus {

  position: relative;

}



.cart-plus-minus::before {

  content: "";

  position: absolute;

  left: 55px;

  height: 100%;

  width: 2px;

  background: #e5e5e5;

  top: 0;

}



.cart-plus-minus::after {

  content: "";

  position: absolute;

  right: 55px;

  height: 100%;

  width: 2px;

  background: #e5e5e5;

  top: 0;

}



.product-details-meta a {

  height: 50px;

  width: 50px;

  display: inline-block;

  text-align: center;

  background: #fff4f4;

  line-height: 50px;

  border-radius: 50%;

  font-size: 14px;

  color: #db8e93;

  margin-right: 15px;

}



.product-details-meta a:hover {

  background: #a200ff;

  color: #fff;

}

.product-social-meta .style-2.social-meta li a{

  background-color:#4582ff;

  color: #fff; 

}

.product-details-meta>a>i {

  line-height: 52px;

}



.d-cart-btn .btn {

  padding: 20px 50px;

}

/*

.d-cart-btn .btn:hover {

  color: #a200ff;

}*/



.product-desc-wrap .nav-tabs {

  border-bottom: none;

}



.product-desc-wrap .nav {

  display: block;

  text-align: center;

  position: relative;

}



.product-desc-wrap .nav::before {

  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 100%;

  left: 0;

  right: 0;

  margin: auto;

  background: #f0f0f0;

  height: 2px;

  z-index: -1;

  border-radius: 50%;

}



.product-desc-wrap .nav .nav-item {

  display: inline-block;

  margin: 0 10px;

}



.product-desc-wrap .nav .nav-item .nav-link {

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 1px;

  border: 2px solid #f0f0f0;

  border-radius: 50px;

  padding: 16px 50px;

  color: #747da1;

  background: #fff;

}



.product-desc-wrap .nav .nav-item .nav-link.active {

  border-color: #a200ff !important;

  color: #fff;

  background: #a200ff;

}



.desc-title h4 {

  font-size: 30px;

  font-weight: 500;

  margin-bottom: 0;

}



.desc-list ul li {

  border-bottom: 1px solid #f0f0f0;

  padding-bottom: 17px;

  margin-bottom: 17px;

}



.desc-list ul li:last-child {

  border-bottom: none;

  padding-bottom: 0px;

  margin-bottom: 0px;

}



.desc-list ul li span {

  font-size: 16px;

  font-weight: 500;

  color: #1d274e;

  min-width: 260px;

  display: inline-block;

  text-transform: capitalize;

}



.desc-content p {

  padding-right: 50px;

}



.desc-features ul li {

  margin-bottom: 7px;

}



.desc-features ul li i {

  color: #1cae0d;

  margin-right: 10px;

}



.review-wrap {

  border: 1px solid #f0f0f0;

  padding: 25px 30px;

  margin-bottom: 5px;

}



.left-rc {

  display: inline-block;

}



.left-rc p {

  margin-bottom: 0;

}



.right-rc {

  float: right;

  display: block;

}



.right-rc a {

  color: #5f708f;

}



.right-rc a:hover {

  color: #a200ff;

}



.method-content p {

  margin-bottom: 0;

}

.edu-tab-nav.nav{

  text-align: left;

  border-bottom: 2px solid #dddddd;

}

.edu-tab-nav.nav::before{

  display: none;

}

.edu-tab-nav.nav .nav-item{

  padding: 0;

  margin:0 0 -2px 50px; 

  vertical-align: bottom;

  line-height: normal;

}

.edu-tab-nav.nav .nav-item:first-child{

  margin-left:0; 

}

.edu-tab-nav.nav .nav-item .nav-link{

  padding: 0 0 13px;

  border:none;

  border-radius: 0;

  font-weight: normal;

  font-size: 24px;

  line-height: normal;

  text-transform: capitalize;

  border-bottom:2px solid #dddddd;

}

.edu-tab-nav.nav .nav-item .nav-link.active{

  background-color: transparent;

  color: #4582ff;

  border-color: #4582ff !important;  

  font-weight: bold;

}

/*.shop-d-content .btn {

  -moz-user-select: none;

  background: #a200ff;

  border-radius: 50px;

  color: #fff;

  cursor: pointer;

  display: inline-block;

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 1px;

  line-height: 1;

  margin-bottom: 0;

  padding: 25px 45px;

  text-align: center;

  text-transform: uppercase;

  touch-action: manipulation;

  transition: all 0.3s ease 0s;

  vertical-align: middle;

  white-space: nowrap;

  border: 2px solid #a200ff;

}*/

/*

.shop-d-content .btn:hover {

  color: #fff;

}*/



.team-3 {

  margin: 0 0 30px;

  text-align: center;

  position: relative;

}



.team-3 .ct-team-image {

  display: inline-block;

  position: relative;

  overflow: hidden;

  background-color: #1d274e;

  margin-bottom: 26px;

}



.team-3 .ct-team-image:before {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(rgba(145, 36, 220, 0.2)));

  background-image: -webkit-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));

  background-image: -moz-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));

  background-image: -ms-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));

  background-image: -o-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));

  background-image: linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='rgba(145, 36, 220, 0.2)');

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

}



.team-3:hover .ct-team-image:before {

  opacity: 0.9;

}



.team-3 .ct-team-image img {

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

}



.team-3 .ct-team-image .ct-team-social {

  position: absolute;

  left: 0;

  right: 0;

  bottom: -20px;

  opacity: 0;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

}



.team-3 .ct-team-image .ct-team-social a {

  font-size: 14px;

  color: #fff;

  padding: 0 6px;

}



.team-3 .ct-team-image .ct-team-social a:hover {

  color: #015dc7;

}



.team-3 .ct-team-title {

  margin-bottom: 4px;

}



.team-3 .ct-team-position {

  display: inline-block;

  font-size: 14px;

  background-color: #015dc7;

  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));

  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);

  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);

  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);

  background-image: -o-linear-gradient(left, #015dc7, #a200ff);

  background-image: linear-gradient(left, #015dc7, #a200ff);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');

  background-color: transparent;

  background-clip: text;

  -o-background-clip: text;

  -ms-background-clip: text;

  -moz-background-clip: text;

  -webkit-background-clip: text;

  text-fill-color: transparent;

  -o-text-fill-color: transparent;

  -ms-text-fill-color: transparent;

  -moz-text-fill-color: transparent;

  -webkit-text-fill-color: transparent;

}



.team-3:hover .ct-team-social {

  bottom: 24px;

  opacity: 1;

}



.team-3:hover .ct-team-image img {

  opacity: 0.5;

}



.join-text .title {

  margin-bottom: 33px;

  font-size: 50px;

  text-transform: capitalize;

}



.contact-form3 .form-group {

  margin: 0 0 30px;

  position: relative;

}



.contact-form3 .form-control {

  height: 70px;

  color: #6e7caf;

  font-size: 16px;

  position: relative;

  padding-left: 38px;

  padding-right: 38px;

  background-color: transparent;

  border-color: rgba(157, 149, 223, 0.2);

}



.contact-form3 textarea.form-control {

  min-height: 250px;

  padding-top: 25px;

}



.contact-form3 .form-group>i {

  color: #c9cce4;

  position: absolute;

  top: 50%;

  -webkit-transform: translate(0, -50%);

  -khtml-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

  transform: translate(0, -50%);

  position: absolute;

  right: 36px;

}



.contact-form3 .form-group>textarea+i {

  top: 25px;

  transform: translate(0);

  -webkit-transform: translate(0);

  -moz-transform: translate(0);

  -ms-transform: translate(0);

  -o-transform: translate(0);

}



.contact-form3 .form-control:focus {

  border-color: #015dc7;

}



.contact-form3 select.form-control {

  -moz-appearance: none;

  /* Firefox */

  -webkit-appearance: none;

  /* Safari and Chrome */

  appearance: none;

}



.join-text .btn,

.contact-form3 button {

  background-color: #015dc7;

  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));

  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);

  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);

  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);

  background-image: -o-linear-gradient(left, #015dc7, #a200ff);

  background-image: linear-gradient(left, #015dc7, #a200ff);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');

  border: none;

  color: #fff;

  font-size: 14px;

  padding: 0 54px;

  line-height: 60px;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

  -webkit-border-radius: 0px;

  -khtml-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;

  border-radius: 0px;

  position: relative;

  display: inline-block;

  text-align: center;

  cursor: pointer;

  position: relative;

  overflow: hidden;

  z-index: 1;

  font-weight: 500;

  outline: none;

  white-space: nowrap;

  text-transform: uppercase;

  letter-spacing: 0.2em;

}



.contact-form3 button {

  margin-top: 3px;

  padding-left: 45px;

  padding-right: 45px;

  line-height: 70px;

}



.font-35 {

  font-size: 35px !important;

}



.home-4 h1,

.home-4 h2,

.home-4 h3,

.home-4 h4,

.home-4 h5,

.home-4 h6 {

  color: #0c121f

}



.home-4 {

  color: #0f192d;

}



.home-4 {

  background-size: cover;

  background-position: top;

  background-repeat: no-repeat;

  background-attachment: scroll;

  background-image: url(../image/team-bg.png);

}



.home-4 .header-area .menu-area .main-menu ul li a {

  color: #0f192d;

}



.home4-banner::before {

  display: none;

}



.home4-banner .btn3 {

  padding-left: 45px;

  padding-right: 45px;

}



.ct-grid-portfolio-layout3 .item-holder {

  position: absolute;

  top: 21px;

  right: 21px;

  left: 21px;

  bottom: 21px;

  background-color: rgba(1, 93, 199, 0.4);

  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));

  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 93, 199, 0.4)', endColorStr='rgba(162, 0, 255, 0.4)', gradientType='1');

  opacity: 0;

  -webkit-transition: all 300ms linear 0ms;

  -khtml-transition: all 300ms linear 0ms;

  -moz-transition: all 300ms linear 0ms;

  -ms-transition: all 300ms linear 0ms;

  -o-transition: all 300ms linear 0ms;

  transition: all 300ms linear 0ms;

  border: none;

}



.ct-grid-portfolio-layout3 .item-holder a {

  height: 50px;

  width: 50px;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

}



.ct-grid-portfolio-layout3 .item-holder a:before,

.ct-grid-portfolio-layout3 .item-holder a:after {

  content: '';

  background-color: #fff;

  position: absolute;

}



.ct-grid-portfolio-layout3 .item-holder a:before {

  width: 100%;

  height: 2px;

  top: 24px;

  left: 0;

}



.ct-grid-portfolio-layout3 .item-holder a:after {

  height: 100%;

  width: 2px;

  left: 24px;

  top: 0;

}



.ct-grid-portfolio-layout3 .grid-item-inner {

  position: relative;

  overflow: hidden;

}



.ct-grid-portfolio-layout3 .grid-item-inner img {

  width: 100%;

}



.ct-grid-portfolio-layout3 .grid-item-inner:hover .item-holder {

  opacity: 1;

}



.ct-grid-portfolio-layout3.owl-carousel .grid-item-inner,

.ct-grid-portfolio-layout3.owl-carousel .item-holder {

  -webkit-border-radius: 5px;

  -khtml-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}



.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot {

  width: 10px;

  background-image: none;

  background-color: #cecece;

}



.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot.active {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));

  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: linear-gradient(bottom, #6747ee, #9124dc);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');

}



.ct-grid-portfolio-layout3.owl-carousel .owl-item {

  padding: 0 15px;

}



.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page {

  width: 10px;

  height: 10px;

  margin: 0 5px;

  border-radius: 100%;

  background-image: none;

  background-color: #cecece;

}



.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page.active {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));

  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);

  background-image: linear-gradient(bottom, #6747ee, #9124dc);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');

}



.services-5 {

  background: #fff;

  border-radius: 5px;

  padding: 44px 30px 42px;

  border-bottom: 3px solid #dddddd;

}



.services-5:hover {

  border-top-color: #fff !important;

  border-right-color: #fff !important;

  border-left-color: #fff !important;

  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);

}



.services-5 .icon-block {

  width: 73px;

  height: 73px;

  display: block;

  font-size: 73px;

  line-height: 73px;

  margin-bottom: 21px;

  text-align: center;

}



.services-5 .title {

  font-size: 24px;

  font-weight: 600;

  margin: 0 0 28px;

  text-transform: capitalize;

}



.services-5 .title a {

  color: currentColor;

}



.services-5 p:last-child {

  margin: 0;

}



.services-6 {

  position: relative;

  padding: 50px 0 0 50px;

  margin: 0px 0 30px;

}



.services-6 .icon-block,

.services-6 .caption {

  background: #fff;

  border-radius: 5px;

  border: 1px solid #dddddd;

}



.services-6 .icon-block {

  width: 100px;

  height: 100px;

  display: block;

  font-size: 60px;

  line-height: 100px;

  text-align: center;

  position: absolute;

  top: 0px;

  left: 0px;

}



.services-6:hover .icon-block {

  color: #fff;

}



.services-6 .caption {

  padding: 26px 30px 21px;

}



.services-6 .icon-block+.caption {

  padding: 76px 30px 21px;

}



.services-6:hover .icon-block,

.services-6:hover .caption {

  border-color: #fff !important;

  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);

}



.services-6 .title {

  font-size: 24px;

  font-weight: 600;

  margin: 0 0 18px;

  text-transform: capitalize;

}



.services-6 .title a {

  color: currentColor;

}



.services-6 p:last-child {

  margin: 0;

}



.text-block {

  padding: 4px 0 2px;

}



.text-block .title {

  margin: 0 0 25px;

  font-size: 35px;

  font-weight: bold;

  text-transform: capitalize;

}



.text-block p {

  margin: 0 0 38px;

}



.text-block p+p {

  margin-top: -7px;

}



.text-block p:last-child {

  margin: 0 !important;

}



.btn3 {

  color: #000;

  font-size: 15px;

  font-weight: 500;

  border-radius: 50px;

  display: inline-block;

  vertical-align: bottom;

  padding: 12px 25px 11px;

}



[class*="th-bg"].btn3 {

  color: #fff;

}



.osr-testimonial {

  padding: 0;

  margin: 0 auto;

  text-align: left;

}



.osr-testimonial figure {

  margin: 0;

  z-index: 1;

  padding: 0 9px 9px 0;

  border-radius: 5px;

  position: relative;

}



.osr-testimonial figure::after {

  width: 0;

  height: 0;

  bottom: 0;

  right: 0;

  content: "";

  z-index: -1;

  position: absolute;

  border-style: solid;

  border-width: 0 0 142px 142px;

  border-top-color: transparent!important;

  border-right-color: transparent!important;

  border-bottom-color: #007bff;

  border-left-color: transparent!important;

  border-style: inset -webkit-transform:rotate(360deg)

}



.osr-testimonial .text {

  padding: 0 0 0 30px;

}



.osr-testimonial p {

  margin-bottom: 11px;

}



.osr-testimonial p:last-child {

  margin-bottom: 0;

}



.designation a {

  color: #0c121f;

  font-size: 20px;

  margin-right: 15px;

}



.osr-team {

  margin: 0 0 30px;

  position: relative;

}



.osr-team figure {

  margin: 0;

  border-radius: 5px;

}



.osr-team figure .social-list {

  margin: 0;

  top: 25px;

  padding: 0;

  left: 10px;

  opacity: 0;

  list-style: none;

  position: absolute;

}



.osr-team:hover figure .social-list {

  left: -18px;

  opacity: 1;

}



.osr-team figure .social-list li {

  display: block;

  margin: 0 0 15px;

}



.osr-team figure .social-list li a {

  width: 36px;

  height: 36px;

  display: block;

  font-size: 14px;

  background: #fff;

  line-height: 36px;

  text-align: center;

  border-radius: 100%;

  border: 1px solid #dddddd;

}



.osr-team figure .social-list li a:hover {

  color: #fff;

}



.osr-team .text {

  position: relative;

  padding: 15px 30px 12px;

  width: calc(100% - 20%);

}



.osr-team figure+.text {

  left: 0;

  bottom: 0;

  position: absolute;

}



.osr-team .text::before {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  opacity: .8;

  position: absolute;

}



.osr-team .text * {

  color: #fff;

  position: relative;

}



.osr-team .title {

  font-size: 20px;

  font-weight: 600;

  text-transform: uppercase;

  margin: 0 0 3px;

}



.osr-team .designation {

  font-size: 14px;

  text-transform: capitalize;

  margin: 0;

}



.testimon-slider .owl-buttons {

  bottom: 0%;

  left: 0;

  right: 0;

  margin: 0 auto;

  max-width: 50px;

}



.testimon-slider .owl-controls .owl-buttons div {

  font-size: 20px;

  margin: 0 0 0 15px;

}



.osr-blog {

  margin: 0 0 30px;

}



.osr-blog figure {

  margin: 0;

  padding: 0;

  border-radius: 5px;

  position: relative;

}



.date-meta {

  width: 65px;

  display: block;

  text-align: center;

  border-radius: 5px;

  line-height: normal;

  padding: 9px 10px 10px;

  text-transform: capitalize;

}



.date-meta strong {

  font-weight: 600;

  font-size: 26px;

}



.date-meta span {

  font-size: 18px;

}



.date-meta * {

  display: block;

  width: 100%;

}



.osr-blog figure .date-meta {

  top: 30px;

  left: 30px;

  position: absolute;

}



.date-meta.th-bg {

  color: #fff;

}



.osr-blog .text {

  padding: 42px 30px 50px;

  background: #fff;

  margin: -200px 0 auto;

  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.36);

}



.osr-blog .title {

  font-size: 24px;

  line-height: 36px;

  font-weight: 600;

  margin: 0 0 19px;

}



.osr-blog .title a {

  color: currentColor;

}



.osr-blog .text p {

  margin: 0 0 27px;

}



.osr-blog .text .btn3 {

  padding-left: 35px;

  padding-right: 35px;

}



.blog-slider .owl-buttons {

  bottom: 15%;

  position: absolute;

}



.blog-slider .owl-controls .owl-buttons div {

  font-size: 20px;

  margin: 0 0 0 15px;

}



.osr-counter .ct-short-text.layout3 {

  background-image: none;

}



.osr-counter .ct-counter-layout2 .ct-counter-icon i:not(.colored) {

  text-fill-color: inherit;

  -moz-text-fill-color: inherit;

  -webkit-text-fill-color: inherit;

}



.osr-contect-section {

  padding: 120px 0;

  position: relative;

  background: linear-gradient(to right, #fff 50%, #ff5a3c 50%);

}



.osr-contect-section::before {

  top: 0;

  right: 0;

  bottom: 0;

  left: auto;

  content: "";

  position: absolute;

  background-size: cover;

  width: calc(50% - -38px);

  background-position: center;

  background-repeat: no-repeat;

  background-image: url(../image/team-bg.png);

}



.osr-form {

  padding: 0 80px;

}



.osr-form-caption .title {

  font-size: 35px;

  font-weight: bold;

  line-height: 55px;

  margin: 0 0 50px;

}



.osr-form-caption .title span.th-cl {

  text-decoration: underline;

}



.layout5 {

  margin: 0;

}



.layout5 li {

  margin: 0 0 2px;

  color: #0f192d;

  font-size: 16px;

}



.osr-form .form-control {

  max-height: 30px;

  min-height: 30px;

  line-height: 1;

  border-width: 0 0 1px 0;

  border-color: #fff;

  padding-left: 0;

  padding-right: 0;

  padding-top: 0;

  color: #fff;

  background: transparent;

}



.osr-form textarea.form-control {

  max-height: 100px;

  min-height: 100px;

}



.osr-form .form-control::-moz-placeholder {

  color: #fff;

}



.osr-form .form-control::-webkit-input-placeholder {

  color: #fff;

}



.osr-form .btn3.th-cl {

  background: #fff;

  border: none;

  cursor: pointer;

}





/*

      ============================================================

           Default Color Start

      ============================================================

*/



.blog-slider .owl-controls .owl-buttons div:hover,

.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover,

.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover::before,

.home-4 .footer-area .footer-bottom .copyright-area p a,

.home-4 .footer-area .footer-bottom .copyright-area p a:hover,

.home-4 .header-area .menu-area .main-menu ul li.current_menu_item>a,

.home-4 .header-area .menu-area .main-menu ul li:hover>a,

.osr-team figure .social-list li a,

.services-5:hover .title,

.th-cl {

  color: #ff5a3c

}





/*

      ============================================================

           Default Background Color Start

      ============================================================

*/



.home-4 #scrollUp:hover,

.osr-counter .ct-short-text.layout3,

.osr-counter .ct-counter-layout2::before,

.osr-team figure .social-list li a:hover,

.osr-team .text::before,

.services-6:hover .icon-block,

.th-bg {

  background-color: #ff5a3c

}





/*

      ============================================================

           Default Border Color Start

      ============================================================

*/



.th-bdr,

.osr-team figure .social-list li a:hover,

.osr-testimonial figure::after,

.services-6:hover .icon-block,

.services-5:hover {

  border-color: #ff5a3c

}





/*

      ============================================================

           Default Transition Start

      ============================================================

*/



.osr-team,

.osr-team *,

.services-5 *,

.services-6,

.services-6 *,

.main-menu ul li a,

.blog-slider .owl-controls .owl-buttons div,

.services-5 {

  transition: all 0.3s linear;

  -moz-transition: all 0.3s linear;

  -webkit-transition: all 0.3s linear;

}



.gray-bg2 {

  background: #fff6f4;

}





/*EDUCATION CSS START*/



.sub-banner {

  margin: 0 0 148px;

  padding-top: 600px;

  position: relative;

  background-size: cover;

  background-position: top center;

  background-repeat: no-repeat;

  background-image: url(../image/sub-banner.jpg);

}



.sub-banner::before {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  opacity: 0.8;

  position: absolute;

  background-color: rgb(21, 25, 72);

}



.sub-banner .container {

  top: 100%;

  left: 0;

  right: 0;

  position: absolute;

  transform: translateY(-148px);

  -o-transform: translateY(-148px);

  -ms-transform: translateY(-148px);

  -moz-transform: translateY(-148px);

  -webkit-transform: translateY(-148px);

}



.sub-banner-caption {

  width: auto;

  min-width: 90%;

  display: inline-block;

  padding: 72px 30px 85px;

}



.sub-banner-caption .title {

  margin: 0 0 6px;

  font-size: 85px;

  font-weight: bold;

  line-height: normal;

  letter-spacing: -3px;

}



.sub-banner-caption .breadcrumb {

  display: block;

  margin: 0;

  padding: 0;

  border-radius: 0;

  background: transparent;

}



.sub-banner-caption .breadcrumb li {

  font-size: 24px;

  font-weight: 600;

  display: inline-block;

  vertical-align: bottom;

  text-transform: capitalize;

}



.sub-banner-caption .breadcrumb li a {

  color: currentColor;

}



.sub-banner-caption .breadcrumb-item+.breadcrumb-item {

  padding-left: 14px;

}



.sub-banner-caption .breadcrumb-item+.breadcrumb-item::before {

  display: inline-block;

  padding-right: 18px;

  color: #6c757d;

  content: "\f105";

  font: normal normal normal 24px/1 FontAwesome;

  font-size: 24px;

}



.sub-banner-caption.th-bg .breadcrumb-item+.breadcrumb-item::before,

.sub-banner-caption.th-bg * {

  color: #fff;

}



.blog-thumb {

  margin: 0 0 30px;

}



.blog-thumb figure {

  margin: 0;

}



.blog-thumb .text {

  padding: 27px 30px 26px;

  background: #f5f5f540

}



.blog-thumb .blog-meta {

  display: block;

  margin: 0 0 11px;

}



.blog-thumb .title {

  margin: 0 0 14px;

  letter-spacing: -0.6px

}



.blog-thumb .text p {

  margin: 0 0 10px;

}





/*hover*/



.blog-thumb:hover {

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);

}





/*Blog Full Css Start*/



.blog-thumb-full figure {

  margin: 0 0 27px;

}



.blog-thumb-full .text {

  padding: 0;

}



.blog-thumb-full .blog-meta {

  margin: 0 0 23px;

}



.blog-thumb-full .text p {

  margin: 0 0 20px;

}



.soundcloud-thumb iframe {

  min-height: 166px;

  width: 100%;

  display: block;

}





/*Hover*/



.blog-thumb-full:hover {

  box-shadow: none;

  background: transparent;

}





/*Blog Detail Css Start*/



.blog-detail .blog-img {

  margin: 0 0 31px;

}



.blog-detail .blog-meta {

  margin: 0 0 22px;

}



.blog-detail .title {

  margin: 0 0 14px;

}



.blog-detail .text blockquote {

  clear: both;

  margin: 40px 0 45px;

  color: #f5f5f5;

  font-size: 20px;

  overflow: hidden;

  font-weight: 500;

  line-height: 32px;

  font-style: italic;

  position: relative;

  padding: 32px 40px 31px;

  font-family: 'Montserrat', sans-serif;

}



.blog-detail .text blockquote p {

  margin-bottom: 0;

  padding-left: 40px;

  position: relative;

}



.blog-detail .text blockquote p:only-child:before {

  content: '\f10d';

  font-family: "FontAwesome";

  color: #ffffff;

  font-size: 28px;

  position: absolute;

  left: 0px;

  top: 4px;

  font-style: normal;

}



.blog-detail .text blockquote span {

  display: block;

  color: #ffffff;

  margin-top: 13px;

  font-weight: 500;

  font-style: italic;

  font-family: 'Montserrat', sans-serif;

}



.small-title {

  margin: 0 0 14px;

  font-size: 24px;

  font-weight: bold;

  line-height: normal;

}



.post-share-tags {

  line-height: 1;

  padding: 13px 0;

  margin: 0 0 33px

}



.post-share-tags strong,

.blog_tag_meta a {

  color: #42495b;

  font-size: 18px;

  line-height: 1;

  font-family: 'Montserrat', sans-serif;

  font-weight: bold;

}



.blog_tag_meta a {

  color: #808080;

  font-size: 14px;

  font-weight: normal;

}



.blog_tag_meta a::after {

  content: ",";

  margin: 0 5px;

}



.blog_tag_meta a:last-child::after {

  display: none;

}



.post-share-tags .social-meta {

  text-align: right;

}





/*Admin Box Css Start*/



.admin-box {

  padding: 50px;

  display: inline-block;

  background-color: rgb(21, 25, 72);

}



.admin-box figure {

  float: left;

  width: 150px;

  border-radius: 100%;

  overflow: hidden;

  margin: 8px 40px 8px 0px;

}



.admin-box .text {

  width: auto;

  overflow: hidden;

}



.admin-box .title {

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  line-height: normal;

  margin: 0 0 15px;

}



.admin-box p {

  color: #fff;

  margin: 0 0 18px;

}



.admin-box .social-meta a {

  color: #fff;

}



.related-post .small-title {

  font-size: 30px;

  margin: 0 0 32px;

}



.related-post .event-thumb-2 .text {

  padding: 0 30px 30px;

}



.related-post .event-thumb-2 .title {

  font-size: 18px;

  line-height: normal;

}



.media-list-wrap .small-title {

  font-size: 30px;

  margin: 0 0 32px;

}



.media-list-wrap .media img {

  max-width: 80px;

}



.media-list-wrap .media-body p {

  margin: 0 0 16px;

}



.media-list-wrap .media-body .designnation {

  margin: 0 0 11px;

}



.media-list-wrap .readmore-btn {

  vertical-align: top;

}





/*Event Thumb Css Start*/



.event-thumb {

  margin: 0 0 30px;

}



.event-thumb figure {

  margin: 0 0 25px;

}



.event-thumb .text {

  padding: 0;

  background: transparent;

}



.event-thumb .title {

  margin: 0 0 4px;

  letter-spacing: -0.6px

}



.event-thumb .text p {

  margin: 0 0 16px;

}



.event-thumb .event-meta {

  display: block;

  margin: 0 0 27px;

  text-transform: uppercase;

}



.event-thumb .btn {

  padding-top: 17px;

  padding-bottom: 17px;

  background: #eaeff7;

  border-color: #eaeff7;

}





/*Hover*/



.event-thumb .btn:hover {

  color: #fff;

}





/*Gallery Css Start*/



.event-bg {

  background-size: contain;

  background-repeat: repeat;

  background-position: left;

  background-image: url(../image/event-bg.png);

}



.event-thumb-2 {

  text-align: left;

  position: relative;

  margin: 0 0 30px;

}



.event-thumb-2 figure {

  margin: 0;

  position: relative;

  background-color: #000;

}



.event-thumb-2 figure:after {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  position: absolute;

  background: rgba(231, 56, 39, 0);

  background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));

  background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);

}

.event-thumb-2 figure img {

  width: 100%;

}

.event-thumb-2:hover figure img{

  opacity: 0.5

}



.event-thumb-2 .text {

  left: 0;

  right: 0;

  top: auto;

  bottom: 0px;

  position: absolute;

  padding: 0 40px 52px;

  transition: all .6s ease-in-out;

  -moz-transition: all .6s ease-in-out;

  -webkit-transition: all .6s ease-in-out;

}



.event-thumb-2 .max-w {

  float: left;

  max-width: 350px;

}



.event-thumb-2 .event-meta {

  margin: 0 0 20px;

}



.event-thumb-2 .event-meta li {

  color: #fff;

}



.event-thumb-2 .title {

  margin: 0 0px;

  color: #fff;

  font-size: 30px;

  font-weight: 600;

  line-height: normal;

  letter-spacing: -0.6px;

}



.event-thumb-2 .btn {

  float: right;

  font-size: 24px;

  padding: 33px 21px;

  border-radius: 0;

  margin-top: 13px;

}



.event-thumb-2 .btn::after {

  margin: 0;

}



.event-thumb-2 .btn:hover {

  color: #fff;

}





/*Event List Thumb Css Start*/



.event-list-thumb {

  float: left;

  width: 100%;

  margin: 0 0 30px;

}



.event-list-thumb figure {

  float: left;

  max-width: 252px;

  margin: 0 30px 0 0;

}



.event-list-thumb .text {

  padding: 0;

  width: auto;

  overflow: hidden;

  background: transparent;

}



.event-list-thumb .title {

  margin: 0 0 4px;

  letter-spacing: -0.6px

}



.event-list-thumb .text p {

  margin: 0 0 16px;

}



.event-list-thumb .event-meta {

  display: block;

  margin: 0 0 27px;

  text-transform: uppercase;

}



.event-list-thumb .btn {

  padding: 17px 30px;

  background: #eaeff7;

  border-color: #eaeff7;

}





/*Hover*/



.event-list-thumb .btn:hover {

  color: #fff;

}





/*Event List Thumb Css Start*/



.event-list-thumb-2 {

  float: left;

  width: 100%;

  margin: 0 0 30px;

  padding: 30px;

  background: #fff;

}



.event-list-thumb-2 figure {

  float: left;

  max-width: 218px;

  margin: 0 30px 0 0;

}



.event-list-thumb-2 .text {

  padding: 0;

  width: auto;

  overflow: hidden;

  background: transparent;

}



.event-list-thumb-2 .title {

  margin: 0 0 4px;

  letter-spacing: -0.6px

}



.event-list-thumb-2 .text p {

  margin: 0 0 16px;

}



.event-list-thumb-2 .event-meta {

  display: block;

  margin: 0 0 27px;

  text-transform: uppercase;

}





/*Team Thumb Css Start*/



.team-bg {

  background-size: contain;

  background-repeat:repeat;

  background-position: center;

  background-image: url(../image/team-bg-2.png);

}

.team-bg.blue-bg .nav-style-1 .owl-buttons [class*="owl-"]{

  border-color: rgba(0,0,0,0.9) !important;

  color: rgba(0,0,0,0.9) !important;

}

.team-thumb {

  margin: 0 0 1px;

}



.team-thumb figure {

  margin: 0;

}



.team-thumb .text {

  padding: 10px;

  background: #f8f8f8;

}



.team-thumb .title {

  font-size: 22px;

  margin: 0 0 9px;

  line-height: normal;

  letter-spacing: -0.6px

}



.team-thumb .text .designation a{

  font-size: 14px;

  margin: 0 0 13px;

  font-weight: bold;

  line-height: normal;

  text-transform: uppercase;
	
  color: #ff6600 !important

}



.team-thumb .social-meta {

  display: block;

  margin: 0 0px;

}





/*hover*/



.team-thumb:hover {

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);

}



.blue-bg .team-thumb .text {

  background-color: #fff;

}



.gallery-nav .port-filter {

  width: auto;

  line-height: 1;

  border-width: 2px;

  border-style: solid;

  border-radius: 100px;

  display: inline-block;

  vertical-align: bottom;

  padding: 28px 100px;

  border-color: rgb(238, 238, 238);

}



.gallery-nav .port-filter li {

  margin: 0 13px;

  display: inline-block;

}



.gallery-nav .port-filter li:first-child {

  margin-left: 0;

}



.gallery-nav .port-filter li:last-child {

  margin-right: 0;

}



.gallery-nav .port-filter li a {

  color: #42495b;

  display: block;

  font-size: 16px;

  font-weight: bold;

  position: relative;

  font-family: 'Montserrat', sans-serif;

}



.gallery-nav .port-filter li a::before {

  content: '';

  position: absolute;

  top: calc(100% + 28px);

  width: 0;

  right: 0;

  height: 2px;

}



.gallery-nav .port-filter li .active::before {

  width: 100%;

  left: 0;

}





/*Gallery Css Start*/



.filterable-gallery.no-gutters .gallery-thumb {

  margin: 0;

}



.gallery-thumb {

  text-align: center;

  position: relative;

  margin: 0 0 30px;

}



.gallery-thumb figure {

  margin: 0;

  position: relative;

}



.gallery-thumb figure:after {

  top: auto;

  left: 0;

  right: 0;

  bottom: 0;

  height: 0;

  opacity: 0;

  content: "";

  position: absolute;

  background: rgba(231, 56, 39, 0);

  background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));

  background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);

}



.gallery-thumb:hover figure:after {

  opacity: 1;

  height: 100%;

}



.gallery-thumb figure img {

  width: 100%;

}



.gallery-thumb .text {

  left: 0;

  right: 0;

  top: auto;

  opacity: 0;

  bottom: 20px;

  position: absolute;

  transition: all .6s ease-in-out;

  -moz-transition: all .6s ease-in-out;

  -webkit-transition: all .6s ease-in-out;

}



.gallery-thumb:hover .text {

  opacity: 1;

  bottom: 40px;

}



.gallery-thumb .title {

  margin: 0 0 6px;

  color: #fff;

  font-size: 40px;

  line-height: normal;

  letter-spacing: -0.6px;

}



.courses-bg::before {

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  content: "";

  position: absolute;

  background-color: transparent;

  background-position: top;

  background-size: contain;

  background-repeat: repeat;

  background-image: url(../image/pattren-1.png);

}



.owl-item [class*="col-"] {

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;

}



.nav-style-1 .owl-controls {

  margin: 0;

}



.nav-style-1 .owl-buttons [class*="owl-"] {

  width: 50px !important;

  height: 50px !important;

  color: #4582ff;

  line-height: 46px;

  font-size: 16px !important;

  border-radius: 5px !important;

  border: 2px solid #4582ff;

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}



.courses-thumb {

  margin-bottom: 30px;

  background-color: #f8f8f8;

}



.gray-bg .courses-thumb {

  background-color: #fff;

}



.courses-thumb figure {

  margin: 0;

}



.courses-thumb .text {

  padding: 40px 35px;

}



.badge-group {

  line-height: normal;

}



.courses-thumb .badge {

  clear: both;

  font-size: 14px;

  margin: 0 0 26px;

  font-weight: 600;

  padding: 5px 10px;

  border-radius: 5px;

  text-transform: uppercase;

}

.courses-thumb [class*="-bg"].badge{

  color: #fff;

}



.courses-thumb .courses-meta {

  margin: 0 0 17px;

}



.courses-thumb .title {

  font-size: 18px;

  font-weight: bold;

  margin: 0 0 1px;

}



.courses-thumb .text p {

  margin: 0 0 20px;

}



.courses-thumb .text p:last-child {

  margin: 0;

}



.courses-thumb .btn {

  color: #fff;

  font-weight: bold;

  border-color: #42495b;

  background-color: #42495b;

}



.courses-thumb .btn:hover {

/*  color: #42495b;

  background-color: transparent;*/

}





/*Courses List Thumb Css Strat*/



.bg-transparent {

  background: transparent!important;

}



.courses-list-thumb {

  clear: both;

}



.courses-list-thumb figure {

  max-width: 370px;

  float: left;

}



.courses-list-thumb .text {

  overflow: hidden;

  float: none;

  width: auto;

  padding: 43px 30px 33px;

}





/*Courses Detail Page Css Start*/



.courses-detail {}



.courses-detail>figure {

  margin: 0 0 43px;

}



.courses-detail .text>.title {

  font-size: 35px;

  font-weight: bold;

  margin-bottom: 7px;

}



.courses-detail .text>p {

  margin: 0 0 20px;

}



.courses-detail .text>p+.tabs-area-2 {

  margin-top: 30px;

  margin-bottom: 47px;

}





/*Registration Form Section Start*/



.register-form {

  float: left;

  width: 100%;

  position: relative;

  padding: 61px 200px 70px 70px;

  border: 1px solid #e9e9e9;

}



.register-form .title {

  font-size: 55px;

  font-weight: bold;

  margin-bottom: 47px;

}



.register-form .form-group {

  margin: 0 0 20px;

}



.register-form .form-control {

  padding-left:80px;

  border: 2px solid #f4f4f4;

}



.ml-lg-minus-3 {

  margin-left: -25%;

}



.register-img-thumb {}



.register-img-thumb figure {

  margin: 0;

  border: 10px solid #f4f4f4;

}



.register-img-thumb figure {

  max-width: 450px;

}



.register-img-thumb {

  padding-top: 60px;

}



.countdown {

  margin: 0;

  float: left;

  width: 100%;

  background: red;

  list-style: none;

  max-width: 530px;

  padding: 51px 40px 58px;

}



.register-img-thumb figure+.countdown {

  margin-top: -100px;

}



.countdown li {

  float: left;

  width: 25%;

  text-align: center;

  padding: 0 15px;

}



.countdown li span {

  font-size: 55px;

  font-weight: bold;

  color: currentColor;

  margin: 0 0 2px;

  line-height: 55px;

  display: block;

}



.countdown li p {

  font-size: 18px;

  font-weight: bold;

  color: currentColor;

  margin: 0;

  line-height: 18px;

  text-transform: uppercase;

}



.countdown.blue-bg li {

  color: #fff;

}





/*Tabs Section Start*/



.tabs-bg {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-image: url(../image/tabs-bg.jpg);

}



.tabs-area {

  width: 100%;

  padding: 70px 100px;

  position: relative;

  background-color: rgb(255, 255, 255);

}



.tabs-area .nav {

  text-align: center;

  display: block;

  list-style: none;

}



.tabs-area .nav li,

.tabs-area>li {

  float: none;

  margin: 0 0 0 17px;

  display: inline-block;

}



.tabs-area li:first-child {

  margin-left: 0;

}



.tabs-area li a {

  font-size: 16px;

  font-weight: 600;

  border-radius: 5px;

  padding: 17px 45px 16px;

  color: rgb(97, 107, 132);

  background-color: #ecf2ff;

}



.tabs-area li a.active {

  color: #fff;

}



.image-thumb-1 {

  float: left;

  width: 100%;

  z-index: 1;

  margin: 0;

  position: relative;

  padding: 0 20px 20px 0;

}



.image-thumb-1::after {

  top: 20px;

  left: 20px;

  right: 0;

  bottom: 0;

  content: "";

  z-index: -1;

  position: absolute;

  background-color: #efefef;

}



.tabs-caption p {

  margin: 0 0 16px;

}



.tabs-caption .small-title {

  margin: 0 0 14px;

  font-size: 22px;

  font-weight: bold;

}





/*tabs-area-2*/



.tabs-area-2 {}



.tabs-area-2 .nav {

  text-align: left;

  display: block;

  list-style: none;

}



.tabs-area-2 .nav li,

.tabs-area-2>li {

  float: none;

  margin: 0 0 0 17px;

  display: inline-block;

}



.tabs-area-2 li:first-child {

  margin-left: 0;

}



.tabs-area-2 li a {

  font-size: 16px;

  font-weight: 600;

  border-radius: 0px;

  padding: 17px 30px 16px;

  color: rgb(97, 107, 132);

  background-color: #ecf2ff;

}



.tabs-area-2 li a.active {

  color: #fff;

}





/*Counter Style 1 Css Start*/



.counter-style-1 {

  margin: 0 0 30px;

}



.counter-style-1 .icon-box {

  height: 40px;

  width: 40px;

  font-size: 40px;

  line-height: 40px;

  margin-bottom: 16px;

}



.text-center .icon-box {

  margin-left: auto;

  margin-right: auto;

}



.counter-style-1 .count-area {

  font-size: 55px;

  margin: 0 auto 10px;

  font-weight: bold;

  position: relative;

  display: inline-block;

}



.counter-style-1 .count-area .counter-icon {

  /* top: 0;

  right: 0;

  font-weight: 400;

  font-size: 40px;

  position: absolute;*/

}



.counter-style-1 .title {

  font-size: 18px;

  margin: 0;

}





/*Brand Slider Css Start*/



.brand-slide {

  padding: 70px 0px;

  border: 1px dotted #e5e5e5;

}



.brand-thumb {

  text-align: center;

}





/*Footer Css Start*/



.footer-style-1 {

  color: #fff;

  padding: 94px 0 0px;

  background-color: #151948;

}



.footer-style-1 * {

  color: currentColor;

}



.footer-style-1 .widget_nav_menu li:hover>a {

  color: #fff;

}



.footer-style-1 .widget_categories ul li:hover::before,

.footer-style-1 .widget_nav_menu ul li a:hover::before {

  background-color: #fff;

}



.footer-style-1 .widget-title {

  margin: 0 0 25px;

}



.footer-style-1 .widget-title .title {

  font-weight: bold;

  color: rgb(255, 255, 255);

  font-size: 24px;

}

.footer-style-1 .style-2.social-meta li a{

  color: currentColor;

}

.copy-right {

  padding: 21px 0;

  border-top: 1px solid rgb(44, 49, 110);

}



.footer-style-1 .container+.copy-right {

  margin-top: 96px;

}



.copy-right p {

  font-size: 14px;

  margin: 0;

}





/*Contact Form Page Css Start*/



.info-section-bg {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  background-image: url(../image/info-bg.jpg);

}



.heading-title {

  font-size: 40px;

  margin: 0 0 30px;

  font-weight: bold;

  line-height: normal;

}



.contact-form-area .form-group {

  margin: 0 0 30px;

}



.contact-form-area .form-control {

  border-radius: 5px;

  border: 2px solid #ececec;

}



.contact-form-area-2 .heading-title {

  color: #fff;

}



.contact-form-area-2 .form-control {

  color: #fff;

  border: 2px solid rgb(88, 143, 255);

  border-radius: 0;

}



.form-control::-moz-placeholder {

  color: currentColor;

}



.form-control::-webkit-input-placeholder {

  color: currentColor;

}



.contact-form-area-2 textarea.form-control {

  min-height: 270px;

}



.contact-form-area-2 .btn {

  background-color: #fff;

  border-color: #fff;

}



.info-box {

  padding: 0 60px;

  margin: 0 0 30px;

  text-align: center;

}



.info-box .icon-box {

  font-size: 60px;

  display: block;

  width: 70px;

  margin-right: auto;

  margin-left: auto;

  margin-bottom: 28px

}



.info-box p {

  font-size: 24px;

  margin: 0;

}



[data-overlay] .info-box .title,

[data-overlay] .info-box p {

  color: #fff;

}



.h-750 .gmap-area {

  min-height: 750px;

}





/*Shop Page Css Start*/



.shop-thumb {

  margin: 0 0 30px;

}



.shop-thumb figure {

  margin: 0;

  position: relative;

  background-color: #f4f9fd;

}



.shop-thumb figure img {

  width: 100%;

}



.shop-thumb figure .shop-overlay {

  top: 0;

  left: 0;

  opacity: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: rgba(66, 73, 91, 0.8);

  -webkit-transition: all 0.5s ease-out 0s;

  -moz-transition: all 0.5s ease-out 0s;

  -ms-transition: all 0.5s ease-out 0s;

  -o-transition: all 0.5s ease-out 0s;

  transition: all 0.5s ease-out 0s;

}



.shop-thumb:hover figure .shop-overlay {

  opacity: 1;

}



.shop-thumb:hover figure .shop-overlay ul {

  opacity: 1;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.shop-thumb figure .shop-overlay ul {

  top: 50%;

  left: 50%;

  opacity: 0;

  position: absolute;

  white-space: nowrap;

  -webkit-transform: translate(-50%, 0%);

  -moz-transform: translate(-50%, 0%);

  -ms-transform: translate(-50%, 0%);

  -o-transform: translate(-50%, 0%);

  transform: translate(-50%, 0%);

  -webkit-transition: all 0.5s ease-out 0s;

  -moz-transition: all 0.5s ease-out 0s;

  -ms-transition: all 0.5s ease-out 0s;

  -o-transition: all 0.5s ease-out 0s;

  transition: all 0.5s ease-out 0s;

}



.shop-thumb figure .shop-overlay ul li {

  display: inline-block;

}



.shop-thumb figure .shop-overlay ul li a {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  text-align: center;

  line-height: 50px;

  background: #fff;

  margin: 0 5px;

  color: #4582ff;

  display: block;

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}



.shop-thumb figure .shop-overlay ul li a:hover {

  background: #4582ff;

  color: #fff;

}



.shop-thumb .shop-content {

  padding: 28px 0 21px;

  background-color: #04040403;

}



.shop-thumb .shop-content .title {

  font-size: 18px;

  font-weight: bold;

}



.shop-thumb .shop-content ul {

  padding-top: 5px;

}



.shop-thumb .shop-content ul li:first-child {

  text-decoration: line-through;

  font-size: 14px;

  color: #8f8f8f;

}



.shop-thumb .shop-content ul li {

  display: inline-block;

  margin: 0 8px;

}



.shop-thumb .shop-content ul li:last-child {

  color: #0c59db;

  font-size: 14px;

  font-weight: bold;

}



.shop-thumb .shop-content ul li {

  display: inline-block;

  margin: 0 8px;

}



.page-item:first-child .page-link {

  margin-left: 0;

  border-top-left-radius: .25rem;

  border-bottom-left-radius: .25rem;

}



nav .pagination li:first-child a {

  color: #002249;

}



nav .pagination li a {

  padding: 0;

  height: 60px;

  width: 60px;

  text-align: center;

  line-height: 60px;

  border-color: #f4f9fd;

  margin: 0 7px;

  border: 0;

  border-radius: 100% !important;

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  color: #5f5f5f;

  font-size: 16px;

  font-weight: 600;

  background-color: #f4f9fd;

}



nav .pagination li a:hover {

  color: #fff;

  background-color: ;

}





/*Sidebar Css Start*/



.sidebar-widgets-style-1 .single-widget {

  padding: 25px 30px 30px;

}



.sidebar-widgets-style-1 .single-widget,

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {

  border: 2px solid #eaedf4;

  background: transparent;

}



.sidebar-widgets-style-1 .single-widget .widget-title h2 {

  font-size: 24px;

  font-weight: bold;

  text-align: left;

  margin: 0 0 30px;

  position: relative;

  padding-bottom: 16px;

}



.sidebar-widgets-style-1 .single-widget .widget-title h2::before,

.sidebar-widgets-style-1 .single-widget .widget-title h2::after {

  position: absolute;

  top: auto;

  bottom: 0;

  left: 0;

  right: auto;

  height: 2px;

  width: 42px;

  content: "";

  background-color: #4582ff;

}



.sidebar-widgets-style-1 .single-widget .widget-title h2::before {

  width: 7px !important;

  left: 10px;

  right: auto;

  background-color: #fff !important;

  z-index: 1;

}



.sidebar-widgets-style-1 .single-widget .widget-title h2 span {

  padding: 0 !important;

}



.sidebar-widgets-style-1 .single-widget .widget-title h2 span::after,

.sidebar-widgets-style-1 .single-widget .widget-title h2 span::before {

  display: none;

}



.sidebar-widgets-style-1 .widget_search {

  padding: 0 !important;

  border: none;

  margin-top: 0 !important

}



.sidebar-widgets-style-1 .widget_search .search-form .from-grupe button {

  background: transparent;

  background-image: none;

}



.sidebar-widgets-style-1 .categories_widget {

  padding-bottom: 11px;

}



.sidebar-widgets-style-1 .categories_widget .widget-title h2 {

  margin-bottom: 11px;

}



.sidebar-widgets-style-1 .tags_widget {

  padding-bottom: 20px;

}





/*Faq Page Css Start*/



.faq-list .card {

  margin-bottom: 30px;

  border-radius: 0;

  border: 1px solid rgb(226, 226, 226) !important;

}



.faq-list .card-header,

.faq-list .card-body {

  padding: 0 30px;

}



.faq-list .card-header {

  font-size: 16px;

  color: #42495b;

  font-weight: bold;

  background: transparent;

  border: none;

  padding-top: 26px;

  padding-bottom: 25px;

  line-height: normal;

}



.faq-list .card-header a {

  color: currentColor;

}



.faq-list .card-body {

  padding-top: 0px;

  padding-bottom: 21px;

}



.faq-list .card-body p:last-child {

  margin: 0;

}



.faq-list {

  list-style: none;

  counter-reset: my-awesome-counter;

}



.faq-list .card .card-header {

  counter-increment: my-awesome-counter;

}



.faq-list .card .card-header::before {

  content: "0" counter(my-awesome-counter) ".";

}





/*Reservation Form Css Start*/



.reservation-form {}



.reservation-form .input-field {

  margin-bottom: 30px;

}



.reservation-form .form-control {

  color: #fff;

}



.reservation-form .form-control::-moz-placeholder {

  color: currentColor;

}



.reservation-form .form-control::-webkit-input-placeholder {

  color: currentColor;

}



.reservation-form .form-control:focus {

  background-color: transparent !important;

}





/*Price Thumb Start*/



.price-thumb {

  padding: 30px;

  margin-bottom: 30px;

  background-color: #fff;

}



.price-thumb:hover {

  box-shadow: 0px 10px 32px 0px rgba(228, 228, 228, 0.88);

}



.price-thumb .icon-box {

  width: 100%;

  height: 100%;

  display: block;

  margin-bottom: 26px;

}



.price-thumb .icon-box img {

  width: auto;

}



.price-thumb .title {

  font-size: 24px;

  font-weight: bold;

  margin-bottom: 14px;

}



.price-thumb p {

  margin: 0 0 11px;

  word-break: break-all;

}



.price-thumb .price-number {

  font-size: 35px;

  font-weight: bold;

  margin-bottom: 22px;

}





/*Staff Detail Page Css Start*/



.staff-details .sidebar-widgets .single-widget {

  margin: 0;

}



.staff-details figure {

  margin: 0;

}



.staff-details .title {

  font-size: 35px;

  margin: 0 0 7px;

}



.staff-details .designation {

  margin: 0 0 21px;

  text-transform: uppercase;

  font-weight: bold;

}



.staff-details .text p {

  margin: 0 0 21px;

}



.staff-details .text p:last-child {

  margin-bottom: 0;

}





/*About Us Page Start*/



.image-thumb-3 {

  margin: 0;

  padding: 0 50px 50px 0;

  position: relative;

}



.image-thumb-3 figcaption.position-absolute {

  right: 0;

  bottom: 0;

}



.image-thumb-3 figcaption {

  padding: 53px 60px 59px;

  max-width: 515px;

}



.image-thumb-3 figcaption .title {

  font-size: 30px;

  font-weight: bold;

  margin: 0 0 13px;

}



.image-thumb-3 figcaption p {

  margin: 0 0 21px;

}



.image-thumb-3 figcaption.blue-bg * {

  color: #fff;

}



.about-caption-3 {

  padding: 30px 0 0;

}



.services-bg+.counter-bg::before,

.services-bg {

  background-color: #151948;

}



.services-bg .services-7 {

  background-color: #1c2156;

  box-shadow: none;

}



.services-bg .services-7 .title {

  color: #fff;

}



.services-bg .services-7 p {

  color: #939be8;

}



.services-bg .services-7:hover {

  background-color: #fff;

  box-shadow: none;

}



.services-bg .services-7:hover .title {

  color: #42495b;

}



.services-bg .services-7:hover p {

  color: #808080;

}



.services-bg+.counter-bg .container {

  background-color: #4582ff;

  background-image: url(../image/counter-bg.png);

}



.services-bg+.counter-bg .container {

  padding: 70px;

  position: relative;

}



.services-bg+.counter-bg .counter-style-1 .count-area,

.services-bg+.counter-bg .counter-style-1 {

  color: #fff;

}



.services-bg+.counter-bg::before {

  position: absolute;

  top: 0;

  height: 50%;

  left: 0;

  right: 0;

  content: "";

  bottom: 0;

}





/*video-section*/



.video-section {

  padding: 126px 0 130px;

  position: relative;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  background-image: url(../image/video-bg.jpg);

}



.video-section::before {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  position: absolute;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */

  background: -moz-linear-gradient(left, #0952e7 0%, rgba(255, 255, 255, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #0952e7 0%, rgba(255, 255, 255, 0) 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #0952e7 0%, rgba(255, 255, 255, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);

  /* IE6-9 */

}



.video-section * {

  position: relative;

}



.video-section .title,

.video-section .btn,

.video-section .small-title {

  color: #fff;

}



.video-section .small-title {

  font-size: 14px;

  margin: 0 0 25px;

  font-weight: bold;

  text-transform: uppercase;

}



.video-section .title {

  font-size: 55px;

  margin: 0 0 27px;

  font-weight: bold;

}



.video-section .btn {

  border-color: #fff;

}



.video-section .video-btn {

  top: 50%;

  right: 0;

  left: auto;

  position: absolute;

  transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

}

/*Index 4  Education Start***************************************************************/

.main-banner-4{

  overflow:hidden; 

}

.main-banner-4 .banner-slide{

  /*min-height: 869px;*/

  

}

.main-banner-4 .banner-slide > figure{

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  position: absolute;

}

.main-banner-4 .banner-slide figure{

  width: 564px;

}

.banner-slide figure::after {

  display: none;

}

.main-banner-4 .banner-caption{

  position: static;

  padding:65px 0 70px;

  transform: translateY(0%);

  -o-transform: translateY(0%);

  -ms-transform: translateY(0%);

  -moz-transform: translateY(0%);

  -webkit-transform: translateY(0%);

}

.main-banner-4 .banner-caption .description{

  font-size: 18px;

  color: #a7c7d6;

}



/*thumb-stlye-2*/

.thumb-stlye-2{

  z-index: 1;

  margin-bottom:0; 

  position: relative;

}

.thumb-stlye-2::after,

.thumb-stlye-2::before{

  width: 0;

  height: 0;

  content: "";

  position: absolute;

  border-style: solid;

  border-width: 119px 143px 0 0;

  border-color: #eefaff transparent transparent transparent;

  -webkit-transform:rotate(360deg);

  /*border-style: inset;*/

  z-index: -1;



}

.thumb-stlye-2::before{

  left: -30px;

  top: -30px;

}

.thumb-stlye-2::after{

  width: 0;

  height: 0;

  bottom: -30px;

  left: -30px;

  border-style: solid;

  border-width: 232px 0 0 193px;

  border-color: transparent transparent transparent #007bff;

  -webkit-transform:rotate(360deg);

  /*border-style: inset;*/

}

.thumb-stlye-2.pink-angle::after{

  border-color: transparent transparent transparent #ffb3bd;

}

.about-section .row [class*="col-"]:last-child .thumb-stlye-2::before{

  right: -30px;

  left: auto;

  border-width: 118px 144px 0 0;

  border-color: #71d2ff transparent transparent transparent;

}

.about-section .row [class*="col-"]:last-child .thumb-stlye-2::after{

  right: -30px;

  left: auto;

  border-width: 233px 0 0 195px;

  border-color: transparent transparent transparent #ff78a1;



}



/**/

.courses-footer{

  line-height: normal;

}

.courses-footer ul{

  width: 100%;

 text-align: center;

  margin:0 !important; 

}

.courses-footer ul li{

}

.courses-thumb-2 figure{

  position: relative;

}

.courses-thumb-2 figure::before{

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  content: "";

  position: absolute;

  background-image: -moz-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);

  background-image: -webkit-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);

  background-image: -ms-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);

}



.courses-thumb-2 figure .badge{

  padding:8px 15px 8px;

  margin:0; 

}

.courses-thumb-2 .figcaption{

  bottom: 0;

  left: 0;

  right: 0;

  padding: 20px 30px;

  position: absolute;

}

.courses-thumb-2 .rating_down{

  margin-left:10px; 

}

.courses-thumb-2 .title{

  margin-bottom:14px;

  font-size: 23px;

  font-weight: bold;  

}

.courses-thumb-2 .courses-footer{

  margin-top: 9px;

  padding-top:26px; 

  border-top: 1px solid #e3ebff;

}

/*counter-style-2*/

.counter-style-2{

  margin: 0 0 30px;

}

.counter-style-2 .count-area{

  font-size: 55px;

  font-weight: bold;

  margin-bottom: 10px;

  line-height: normal; 

}

.counter-style-2 .count-area::before {

  height: 8px;

  content: "";

  display: block;

  max-width: 83px;

  margin: 0 auto 16px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-image: url(../image/heading-icon.png);

}

.counter-style-2 .title{

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0;

  line-height: normal; 

}

[data-overlay] .counter-style-2 .count-area,

[data-theme-overlay] .counter-style-2 .count-area,

[data-theme-overlay] .counter-style-2 .title{

  color: rgb(255, 255, 255);

}

[data-overlay] .counter-style-2 .count-area::before{

  background-image: url(../image/team-bg.png);

}

[data-theme-overlay] .counter-style-2 .count-area::before{

  background-image: url(../image/heading-icon-w.png);

}

/*team-thumb-2*/

.team-thumb-2{

  margin: 0 0 30px;

}

.team-thumb-2 figure{

  width: 231px;

  height: 231px;

  border-radius: 100%;

  overflow:hidden;  

  position: relative;

  padding: 15px;

  margin:0 auto 25px; 

  background-size: contain !important;

}

.team-thumb-2 figure img{

  border-radius: 100%;

}

.team-thumb-2 .title{

  font-size: 22px;

  font-weight: bold;

  margin-top: 0;

}

.team-thumb-2  .designation {

  font-size: 14px;

  font-weight: bold;

  text-transform: uppercase;

}



/*text-block*/

.text-block .services-8 .title{

  font-size: 30px;

  font-weight: bold;

  margin: 0 0 7px;

}

.event-thumb-2 .overlay {

  position: absolute;

  -webkit-transform: rotateX(-90deg);

  -o-transform: rotateX(-90deg);

  -moz-transform: rotateX(-90deg);

  -ms-transform: rotateX(-90deg);

  transform: rotateX(-90deg);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 0;

  content: '';

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */

  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */

  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */



  padding: 34px 40px 40px 40px;

}

.event-thumb-2:hover .overlay {

  opacity: 1;

  -webkit-transform: rotateX(0deg);

  -o-transform: rotateX(0deg);

  -moz-transform: rotateX(0deg);

  -ms-transform: rotateX(0deg);

  transform: rotateX(0deg);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1

}

.event-thumb-2 .overlay .meta-box {

  position: absolute;

  left: 40px;

  bottom: 40px;

}

.event-thumb-2 .overlay .meta-box ul li {

    display: inline-block;

    margin-right: 15px;

}

.event-thumb-2 .overlay .meta-box ul li a {

    color: #ffffff;

    font-size: 16px;

    position: relative;

}

/*event-list-2*/

.event-list-2{

  padding: 20px;

  background-color:#fff; 

}

.event-list-2 figure{

  margin: 0;

}

.event-list-2 .text{

  padding:0 30px 6px;

}

.event-list-2 .title {

  font-size: 34px;

  font-weight: bold;

  margin:0 0 13px; 

}

.event-list-2 p{

  margin:0 0 20px; 

}

.event-list-2 p:last-child{

  margin:0; 

}

.event-list-2 .badge-group{



}

.event-list-2 .badge-group .badge{

  color: #fff;

  font-size: 14px;

  font-weight: bold;

  margin-left: 16px;

  border-radius: 20px;

  padding:6px 30px;

  line-height: normal;

}

.event-list-2 .badge-group .badge:first-child{

  margin-left:0; 

}

/*blog-thumb-2*/

.blog-thumb-2 .badge {

  font-size: 14px;

  color: rgb(255, 255, 255);

  font-weight: bold;

  padding:8px 20px 9px;

  border-radius: 0;

  top: -15px;

  position: relative;

  margin-bottom:8px; 

}



.blog-thumb-2 .text{

  padding:0 40px 0;

  border-width: 0 2px 2px;

  border-style: solid;

  border-color: #c9e4ff;

  background-color:transparent; 

}

.blog-thumb-2 .title {

  font-size: 20px;

  font-weight: bold;

  margin: 0 0 2px;

}

.blog-thumb-2 .text p{

  margin: 0 0 21px;

}

.blog-thumb-2 .blog-meta{

  margin: 0;

  padding: 16px 0; 

  border-top:1px solid #c9e4ff;

}

.blockquote-1{

  padding: 0 0 0 20px;

  border-left:8px solid #04d1c7;

  background-color: transparent;

}

/*quote-form*/

.quote-form{

  clear: both;

}

.quote-form .form-control{

  color: #5583a6;

  border:2px solid #ecf2ff;

}

.quote-form .icon-box{

  right: 24px;

  left: auto;

  color: #5583a6;

  position: absolute;

}

.quote-form select.form-control{

  background-position: calc(100% - 36px) center;

}

.quote-form .form-control::-moz-placeholder{

  color: currentColor;

}

.quote-form .form-control::-webkit-input-placeholder{

  color: currentColor;

}

/*team-bg-2*/

.staff-bg::before{

  opacity: 0.94;

  background-color: #4582ff; 

}

.staff-bg .team-thumb-2 figure{

  background-color: #2463e3;

}

.staff-bg .team-thumb-2 .title{

  color: #fff;

}

.staff-bg .team-thumb-2 .designation{

  color: rgba(255,255,255,0.60);

}

/*video-section*/

.video-section-2{



}

.video-section-2 .title{

  font-size: 55px;

  color: #fff;

  line-height: normal;

  margin: 0 0 26px;

  position: relative;

}

.video-section-2 .video-btn-outer{

  margin-bottom: 50px;

}

.video-section-2 .video-btn::after{

  background-color:#04d1c7; 

}

.video-section-2 .video-btn span{

  border-left-color: #fff;

}

.video-section-2 .btn-wrap .btn{

  margin-left:26px; 

}

.video-section-2 .btn-wrap .btn:first-child{

  margin-left:0; 

}

/*event-thumb-3*/

.event-thumb-3{

  padding: 50px;

  margin: 0 0 30px;

  position: relative;

}

.event-thumb-3 .event-time{

  font-size: 16px;

  font-weight: bold;

  line-height: 16px;

  position: relative;

  text-align: center;

  margin-right:40px; 

}

.event-thumb-3 .event-time strong{

  display: block;

  font-size: 55px;

  font-weight: bold;

  line-height: 40px;

  margin-bottom:8px; 

  font-family: 'Montserrat', sans-serif;

}



.event-thumb-3 .overflow-text{

  position: relative;

}

.event-thumb-3 .title{

  font-weight: bold;

  font-size: 24px;

  margin: 0 0 14px;

}

.event-thumb-3 p{

  margin: 0 0 10px;

}

[data-overlay].event-thumb-3 .blog-meta li,

[data-overlay].event-thumb-3 p{

  color: #a8bed7;

}

[data-overlay].event-thumb-3 .event-time,

[data-overlay].event-thumb-3 .title{

  color: #fff;

}





.team-thumb figure,

.blog-thumb figure{

  overflow:hidden; 

  background-color: #045796 ; 

}

.team-thumb figure::before,

.blog-thumb figure::before{

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: "";

    opacity: 0;

    position: absolute;

    -webkit-transform: scale(0.95);

    -moz-transform: scale(0.95);

    -ms-transform: scale(0.95);

    -o-transform: scale(0.95);

    transform: scale(0.95);

    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;

    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;

    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;

    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;

}

.team-thumb:hover figure::before,

.blog-thumb:hover figure::before{

    opacity: 1;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

}

.team-thumb figure img,

.blog-thumb figure img{

    -webkit-transition: -webkit-transform 800ms, opacity 700ms;

    -moz-transition: -moz-transform 800ms, opacity 700ms;

    -o-transition: -o-transform 800ms, opacity 700ms;

    transition: transform 800ms, opacity 700ms;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: bottom center;

    -moz-transform-origin: bottom center;

    -ms-transform-origin: bottom center;

    -o-transform-origin: bottom center;

    transform-origin: bottom center;
	
	width: 100%;

}

.team-thumb:hover figure img,

.blog-thumb:hover figure img{

    opacity: 0.2;

    -webkit-transform: scale(1.15);

    -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

    -o-transform: scale(1.15);

    transform: scale(1.15);

}
@media (max-width:768px){
	.staff-slide{
		padding-right: 10px;
        padding-left: 10px;
	}
	.staff-slide .col-md-6{
		margin-bottom: 10px;
		width: 50%;
		float: left;
	}
}