body{
    font-family: 'Montserrat' sans-serif;
    overflow-x: hidden !important;
}
a{
    text-decoration: none !important;
}
button{
    box-shadow: none !important;
    outline: none !important;
    
}
.txt-center{
  text-align: center !important;
}
.site{
  position: relative; overflow-x: hidden !important;
}
a {
  color: #07294d;
  text-decoration: underline;
}
a:hover {
  color: #07294d;
  text-decoration: underline;
}
ul li{
  list-style: none !important;
}
@font-face {
  font-family: "flaticon" !important;
  src: url(../fonts/flaticon.woff);
}


/****************************************** Start Padding and Margin ************************************/
.pr-0{
    padding-right: 0px !important;
}
.plr-50{
  padding: 0px 50px !important;
}
.mt-60{
  margin-top: 60px !important;
}
/****************************************** End Padding and Margin ************************************/



/******************** Preloader ***************************************/
#preloader{
  background: #fff url(../img/block.gif) no-repeat center center;
  background-size: 80px 80px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
/******************** Preloader **************************************/


/****************************************** Start Header ************************************/
.header-top{
    background: #28438d;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400;
    font-size: 14px !important;
    padding: 10px 0;
    min-height: 46px;
}
.header-top .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .social {
    margin-right: 20px;
}
.header-top .social .follow-us {
    color: #edf0f2;
    font-size: 14px;
}
.header-top ul {
    margin-bottom: 0;
}
.header-top ul.social-icons {
    margin-left: 2px !important;
    padding-left: 0px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.header-top ul.social-icons li {
    color: #edf0f2;
    padding: 0 7px;
}
.header-top ul li {
    color: #edf0f2;
    font-size: 14px;
    display: inline-block;
}
.header-top ul li a {
    color: #edf0f2;
    transition: all .5s ease;
}
.header-top .header-left li i {
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.header-top ul li a:hover {
    color: #69ff02 !important;
    transition: all .5s ease;
}


.header{
    position: relative;
    width: 100%;
}
.header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}


.header-btn {
    color: #ffffff;
    border-radius: 30px;
    background-color: gray;
    border: none;
    font-weight: 500;
    outline: none;
    font-size: 15px;
    padding: 7px 22px;
    transition: 0.5s;
}

.header-btn:hover {
    background-color: #fe4066;
    cursor: pointer;
}

.navbar-scroll {
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.8s;
    transform: translateY(-46px);
}

.navbar-scroll .nav-item .nav-link {
    color: black;
}

.navbar-scroll .header-btn {
    color: #ffffff;
    background-color: #fe4066;
}

.navbar-scroll .logo {
    color: #000;
    font-weight: 500;
}

.header-top-left ul{
    margin: 0px;
    padding: 0px;
}
.header-top-left ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
}
.header-top-left ul li a{
    color: #fff;
    text-decoration: none;
}
.header-top-left ul li a:hover{
    color: #fff;
    text-decoration: none;
}
/****************************************** End Header ************************************/


/****************************************** Start Menu and Logo  ************************************/
.header-bottom{
    height: 99px;
    background: white;
}
.nav-item .nav-link {
    display: block;
    line-height: 36px;
    transition: 0.15s;    
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #07294d;
    text-transform: uppercase;
    font-size: 15px;
}

.nav-item .nav-link:hover {
    color: #ABDD88 ;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end !important;
}
.d-flex{
    display: flex !important;
}
.nav-link{
    background: #fff !important;
    height: 99px !important;
    align-items: center !important;
    display: flex !important;
}
.nav-link:hover{
    background: #ABDD88  !important;
    height: 99px !important;
    align-items: center !important;
    display: flex !important;
    color: #fff !important;
}
.nav-link .active{
    background: #66e111 !important;
    height: 99px !important;
    align-items: center !important;
    display: flex !important;
    color: #fff !important;
}
.nav-item > .active{
    background: #66e111 !important;
    height: 99px !important;
    align-items: center !important;
    display: flex !important;
    color: #fff !important;
}
/****************************************** End Menu and Logo  ************************************/


/****************************************** Start Hamburger menu  ************************************/

  /* Icon 1 */
  
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #07294d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 18px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 36px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /* Icon 2 */
  
  #nav-icon2 {
  }
  
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  
  #nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }
  
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
  }
  
  #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
  
  /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  /* Icon 4 */
  
  #nav-icon4 {
  }
  
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }
/****************************************** End Hamburger menu  ************************************/



/****************************************** Slider *************************************************/
.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edubin-slider {
  position: relative;
  top: 100px;
}
.edubin-slider .slide {
  position: relative;
  padding: 130px 0 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.edubin-slider .edubin-slider-background-overlay {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.edubin-slider .content-box {
  position: relative;
  width: 100%;
}
.slider-btn-left {
  display: inline-block;
}
.slider-btn-right {
  display: inline-block;
}
.edubin-slider .content-box .slider-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.elementor-widget-edubin-slider-addons .edubin-slider .content-box .slider-title {
  font-size: 40px;
}
.edubin-slider .active .slider-title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1s;
}
.edubin-slider .content-box .edubin-slider-content {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1.7s ease;
  -moz-transition: all 1.7s ease;
  -ms-transition: all 1.7s ease;
  -o-transition: all 1.7s ease;
  transition: all 1.7s ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.edubin-slider .active .edubin-slider-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1.7s;
}
.edubin-slider .content-box .button-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 2.2s ease;
  -moz-transition: all 2.2s ease;
  -ms-transition: all 2.2s ease;
  -o-transition: all 2.2s ease;
  transition: all 2.2s ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.edubin-slider .active .button-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2.2s;
}
.edubin-slider .edubin-slider-btn .rep-btn {
  padding: 12px 28px;
  margin: 7px;
  border-radius: 3px;
  background: #57cf04;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.left-btn {
  background: #57cf04;
  border: 2px solid #57cf04;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.left-btn:hover {
  background: #07294d;
  border: 2px solid #07294d;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.right-btn {
  border: 2px solid #fff;
  color: #07294d;
  font-weight: 600;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.right-btn:hover {
  background: #07294d;
  border: 2px solid #07294d;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.edubin-slider .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}
.edubin-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin: 0 3px;
  transition: all 0.5s ease;
}
.edubin-slider .owl-dots .owl-dot.active span,
.edubin-slider .owl-dots .owl-dot:hover span {
  background: #fff;
  border: none;
}
.edubin-slider .owl-nav {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.edubin-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.edubin-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
}
.edubin-slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  display: inline-block;
  color: #fff;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #fff;
  height: 48px;
  width: 48px;
  border-radius: 50px;
  line-height: 43px;
}
.edubin-slider .owl-nav .owl-prev span{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/previous-white.png) !important;
  width: 44px;
  height: 44px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;

}

.edubin-slider .owl-nav .owl-prev span::before{
  
  display: none;
}


.edubin-slider .owl-nav .owl-next span{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/next-white.png) !important;
  width: 44px;
  height: 44px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;

}

.edubin-slider .owl-nav .owl-next span::before{
  
  display: none;
}




.edubin-slider:hover .owl-nav .owl-prev {
  left: 35px;
  transition: all 0.5s ease;
}
.edubin-slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #fff;
  height: 48px;
  width: 48px;
  border-radius: 50px;
  line-height: 43px;
}
.edubin-slider:hover .owl-nav .owl-next {
  right: 35px;
  transition: all 0.5s ease;
}
.edubin-slider .owl-nav .owl-prev:hover,
.edubin-slider .owl-nav .owl-next:hover {
  background-color: #69ff02;
  color: #fff;
  border-color: #69ff02;
}
.edubin-section-addon-1 {
  position: relative;
  display: block;
  height: 600px;
  width: 570px;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//thepixelcurve.com/wp/edubin/wp-content/themes/edubin/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.flaticon-back:before, .flaticon-next:before {
  font-family: "Flaticon";
}
/****************************************** End Slider *********************************************/



/****************************************** slider over boxes **************************************/
.boxmainDiv{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 50px;
    position: relative;
    z-index: 1;
    top: -57px;
}
.tutor-box{
  background:#1040bfa8;
  color: #fff !important;
}
.tutor-box a{
  display: block;  
  padding: 50px 20px 30px 60px;
}
.tutor-box a i{
  font-size: 60px;
  color: #fff !important;
}
.tutor-box a h4{
  font-family: 'Raleway', sans-serif;
  color: #fff !important;
}
.tutor-box p{
  font-family: 'Montserrat', sans-serif;
  color: #c7e2ff;
}
.tutor-box p a{
  color: #c7e2ff !important;
}
.student-box{
  background: #5bc910d1;
  color: #fff;
}

.student-box a{
  display: block;  
  padding: 50px 20px 30px 60px;
}
.student-box a i{
  font-size: 60px;
  color: #fff !important;
}
.student-box a h4{
  font-family: 'Raleway', sans-serif;
  color: #fff !important;
}
.student-box p{
  font-family: 'Montserrat', sans-serif;
  color: #fefffe;
}
.student-box p a{
  color: #fefffe !important;
}
/****************************************** End slider over boxes **************************************/



/****************************************** START About US  **************************************/
.about-main-div{
      padding: 0px 50px 60px 50px !important;
}
.about-cont{
  padding: 30px 0px 0px 40px;
}
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-subtitle-txt {
  font-family: "Montserrat",Sans-serif !important;
  font-size: 18px;
  font-weight: 700 !important;
  display: block;
  color: #07294d !important;
}

.edudale-title-sperator {
  background-color: #ffc600;
  display: inline-block;
  height: 4px;
  margin-bottom: 13px;
  margin-top: 0;
  position: relative;
  width: 42px;
  
}
.edudale-title-sperator-sec {
  line-height: 1;
}
.section-title-txt {
  font-family: "Montserrat",Sans-serif;
  font-size: 48px;
  font-weight: 650;
  line-height: 58px;
  padding: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.edublue{
  color: #28438d !important;
}
.edugreen{
  color: #66E111 !important;
}
.about-cont p{
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
}

.readmore-btn{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  background-color: #28438d;
  padding: 17px 30px;
  border-radius: 3px;
  margin: 10px 0px;
  display: inline-block;
  transition: all .3s;
}

.readmore-btn:hover{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  background-color: #58c10f;
  padding: 17px 30px;
  border-radius: 3px;
  margin: 10px 0px;
  display: inline-block;
  transition: all .3s;
}
.page-header:before {
  background-color: #07294d;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: .7;
  filter: alpha(opacity=50);
}
.page-header {
  margin-top: 130px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 290px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0;
  width: 100%;
  text-align: left;
}
.page-header .page-title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.page-header .header-breadcrumb {
  margin-top: 15px;
  position: relative;
}
.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  text-indent: 0;
}
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  text-indent: 0;
}
.header-breadcrumb a {
  color: #fff;
}
.header-breadcrumb ul li.trail-end {
  color: #fff;
}
.trail-items li:after {
  content: "\002F";
  padding: 0 0.5em;
  color: #edf0f2;
}
.about .about-main-div {
  padding: 40px 50px 60px 50px !important;
}

.number-box-main{
  padding: 20px 50px 60px 50px;
}
.number-txt {
  color: #cecece;
  font-family: "Roboto",Sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  margin: 5px 0;
}
.number-title-txt {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  font-family: "Montserrat",Sans-serif !important;
}
.number-title-txt-sub {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  font-family: "Montserrat",Sans-serif !important;
  margin-bottom: 15px;
}
.number-cont {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  padding-right: 15px;
}
.icon-main{
  padding: 15px 0px;
}
.icon-main img{
  margin: inherit !important;
}
.number-content {
    margin-bottom: 30px !important;
    font-family: "Titillium Web",sans-serif;
    font-weight: 400;
    line-height: 1.4 !important;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-size: 30px;
    padding-right: 35px;
}

/****************************************** END About US  **************************************/

/****************************************** Start Services **************************************/
.services-main{
  padding-top: 145px;
}
.student-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  background:url(../../assets/img/slider/student.jpg); 
  background-position: center;
  background-size: cover;
  min-height: 517px;
}

.student-cont-inner{
  background-image: linear-gradient(to bottom,  rgba(255,0,0,0),rgba(2, 18, 73, 1));
  height: 517px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 60px;
}
.student-cont-inner span{
  font-family: 'Montserrat';
  font-size: 38px;
  color: white;
  font-weight: 550;
}

.student-cont-inner p{
  font-family: 'Roboto';
  font-size: 22px;
  color: white;
  margin: 27px 0px;
}

.student-cont-inner a{
  background: #0a4191;
  padding: 15px 20px;
  color: white;
  border-radius: 10px;
  border: 1px solid #6283eb;
  font-family: 'Montserrat';
  font-size: 18px;
}


.text-bg{
  background: #33cc33;
  display: inline-block;
  padding: 0px 10px;
  margin-right:0px;
  font-style: normal;
}






.teacher-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  background:url(../../assets/img/slider/teacher.jpg); 
  background-position: center;
  background-size: cover;
  min-height: 517px;
}

.teacher-cont-inner{
  background-image: linear-gradient(to bottom, rgba(255,0,0,0),rgba(2, 18, 73, 1));
  height: 517px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 60px;
}
.teacher-cont-inner span{
  font-family: 'Montserrat';
  font-size: 38px;
  color: white;
  font-weight: 550;
}

.teacher-cont-inner p{
  font-family: 'Roboto';
  font-size: 22px;
  color: white;
  margin: 27px 0px;
}

.teacher-cont-inner a{
  background: #22b722;
  padding: 15px 20px;
  color: white;
  border-radius: 10px;
  border: 1px solid #64ec64;
  font-family: 'Montserrat';
  font-size: 18px;
}


.teacher-cont .text-bg{
  background: #0a4191;
  display: inline-block;
  padding: 0px 10px;
  margin-right:0px;
  font-style: normal;
}






.tutor-regi-ash{
  color: #b1b0b0 !important;
  font-family: "Roboto",Sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}
.tutor-regi-head{
  font-family: "Montserrat",Sans-serif;
  font-size: 48px;
  font-weight: 650;
  line-height: 58px;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.reg-sub-head{
  font-family: "Montserrat",Sans-serif;
  font-size: 27px;
  font-weight: 650;
  line-height: 58px;
  padding: 0;
  display: inline-block;
  color: #5e5e5e;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.iti {
  position: relative;
  display: block !important;
}
.pl-65{
  padding-left: 65px !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  padding-left: 65px !important;
}



.form-head{
  background: #f2f2f2;
  padding: 10px;
  font-weight: 700;
  margin: 30px 0px 15px 0px; 
}
.add-info{
  color: #9d9b9b;
  display: inline-block;
  margin-top: 10px;
}

.ser-row-mb-30{
  margin-bottom: 30px;
}

.service-box{
  background: #edf0f2 !important;
  padding: 50px 3rem;
}
.service-card{
  background: white;
  border-radius: 15px;
  padding: 20px 20px 40px 20px;
  margin-bottom: 20px;
}
.service-card:hover{
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 12px;
  transition: all  0.5s ease-in-out;
}
.service-card:hover img{
  transform: scale(1.2);
}


.img-container{
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

.service-card img{
  border-radius: 6px;
  transition: transform .5s ease;
}
.service-card p{
  margin-bottom: 10px;
}
.service-card-txt{
  font-family: 'Montserrat';
  line-height: 21px;
  display: block;
  margin-bottom: 25px;
  font-size: 15px;
  height: 65px;
  overflow: hidden;
}



.readmore {
  display: block;
  border-radius: 4px;
  background-color: #33cc34;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  width: 145px;
}

.readmore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.readmore span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.readmore:hover span {
  padding-right: 25px;
}

.readmore:hover span:after {
  opacity: 1;
  right: 0;
}




/****************************************** End Services **************************************/



/****************************************** Start Facility  **************************************/
.facility-main{
  padding: 80px 50px 85px 50px;
  background: url(../img/about-bg-3.jpg) no-repeat center;
  background-size: cover;
}
.facility-head{
    color: #fff !important;
    font-size: 33px;
    font-weight: 600 !important;
    text-align: center;
    font-family: "Montserrat",Sans-serif !important;
    display: block;
}
.facility-sep-sec {
  line-height: 1;
  text-align: center;
}
.facility-seperator{
    background-color: #66E111;
    display: inline-block;
    height: 4px;
    margin-bottom: 13px;
    margin-top: 0;
    position: relative;
    width: 45px;
}

.facility-main i{
    color: #65db61;
    font-size: 70px;
    margin-bottom: 20px;
    display: inline-block;
}
.facility-main h5{
  font-family: "Montserrat",Sans-serif !important;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}
.facility-main p{
  font-family: 'Roboto',sans-serif;
  color: #d4e1fa;
  line-height: 26px;
  padding-right: 10px;
}
.pr-4{
  padding-right: 4px !important;
}

/****************************************** End Facility  **************************************/



/****************************************** Start Tutor  **************************************/
.tutor-main{
  padding: 60px 50px;
  background: url(../img/shape.png) no-repeat center;
  background-size: cover;
}
.tutor-head {
  font-family: "Montserrat",Sans-serif !important;
  font-size: 18px;
  font-weight: 700 !important;
  display: block;
  color: #07294d !important;
  text-align: center;
}
.tutor-title-txt {
  font-family: "Montserrat",Sans-serif;
  font-size: 40px;
  font-weight: 650;
  line-height: 58px;
  padding: 0;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.tutor-img{
  display: block;
}
.tutor-img img{
  border-radius:5px;
  width: 100%;
}
.relative{
  position: relative !important;
}
.teacher-content-area {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0;
  width: 70%;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0;
  height: 75px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.teacher-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0;
}
.active-social .teacher-content {
  bottom: -25px;
}
.active-social:hover .teacher-content {
  bottom: 10px;
}

.active-social:hover .teacher-content-area {
  height: 110px;
}
.teacher-content a .teacher-name {
  color: #072d54;
  font-size: 18px;
  font-weight: 700!important;
  margin: 0 0 5px;
  padding: 0;
}
.teacher-content span {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}

.teacher-content .teacher-social {
  padding-top: 10px;
}
.teacher-social i{
  font-size: 18px;
}
.teacher-social a.social-link {
  display: inline-block;
  color: #07294d;
  padding: 0 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.teacher-social a.social-link:hover{  
  color: #69ff02 ;
}
.mb-40{
  margin-bottom: 40px !important;
}

.tutor-main-page {
  padding: 60px 50px;
}


.tutor-main-cont{
  padding: 60px 50px 80px 50px;
  background: #EDF0F2;
}
.tutor-side-padding{
  padding: 0px 40px 0px 0px;
}
.tutor-side-bg{
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 30px;
}
.tutor-side-bg img {
  height: auto;
  width: 100%;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tutor-content{
  background: #fff;
  border-radius: 5px;
  padding: 50px;
}
.tutorname-box{
  background-color: #66E111;
  margin: 0px;
  text-align: center;
  padding: 15px 0px;
}
.tutorname-box .section-title-txt{
  color: #07294d;
  font-family: "Montserrat",Sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: .1;
}
.tutorname-box .section-subtitle-txt {
  color: #07294d !important;
  font-size: 16px;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  display: block;
}
.tutor-side-bg ul{
  margin: 0px;
  padding: 22px 0px;
}
.tutor-side-bg ul li{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e5e3e3; 
}
.tutor-side-bg ul li:last-child{
  border-bottom: 0px solid #e5e3e3; 
}

.tutor-social{
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px 0px;
}

.tutor-social .round-icon{
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px;
  font-size: 16px;
  background: none;
}

.tutor-social .round-icon:hover{
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px;
  font-size: 16px;
  opacity: .8;
  background: none;
}
.facebook-blue{
  background: #3B5998 !important;
}
.twitter-blue{
  background: #1DA1F2 !important;
}
.linked-blue{
  background: #1A85BD !important;
}

.insta-bg{
  background: #f09433 !important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
  
}
.tutor-content-head{
  color: #07294d;
  font-family: "Montserrat",Sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.tutor-content p{
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  margin: 20px 0px;
}

.list {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 0;
}
.list li {
  list-style-type: none;
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
}
.list li i {
  color: #e73c3e;
  margin-right: 5px;
}
.flaticon-check:before {
  content: "\f126";
}
/****************************************** End Tutor  **************************************/



/****************************************** Contact us  **************************************/
.contact-side-padding {
  padding: 0px 0px 0px 40px;
}
.contact-content {
  background: #fff;
  border-radius: 5px;
  padding: 50px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #063170;
  outline: 0;
  box-shadow: none !important;
}

.contact-content .readmore-btn{
  outline: none !important;
  border: none !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.675rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.star{
  color: red;
  font-weight: bold;
}
.contact-subtitle-txt{
  color: #07294d;
  font-family: "Montserrat",Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  display: inline-block; 
}

.contact-side-padding .tutor-side-bg ul {
  margin: 0px;
  padding: 5px 0px !important;
}
.contact-side-padding .tutor-side-bg ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e5e3e3;
}
.m-30{
  margin: 30px 0px !important;
}


.address-txt{
  padding-left: 20px;
}




/****************************************** Contact us  **************************************/




/****************************************** Start Count **************************************/
.count-main{
  background-image: url(../img/slider123.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 50px;
}
.count-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #07294d;
  opacity: .8;
}

.count-number {
  color: #fff;
  font-family: "Montserrat",Sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.8em;
}
.count-seperator{
  width: 18%;
  margin: 0 auto;
}
.divider {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
.count-title {
  color: #fff;
  font-family: "Montserrat",Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 20px;
}

/****************************************** End Count **************************************/




/****************************************** Start Course**************************************/

.list-txt{
  display: block;
  float: left;
  width: 80%;
  height: 60px;
}


.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 35px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  float:left;
 }
 
 .gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  float: left;
  left: 3px;
  top: -6px;
  width: 9px;
  height: 16px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
 } 









.course-main{
  padding: 60px 50px 80px 50px;
  background:#f9f9f9  url(../img/shape.png) no-repeat center;
  background-size: cover;
}
.course-title-sperator {
  background-color: #66E111;
  display: inline-block;
  height: 4px;
  margin-bottom: 13px;
  margin-top: 0;
  position: relative;
  width: 42px;
}
.course-title-txt {
  font-family: "Montserrat",Sans-serif;
  font-size: 40px;
  font-weight: 650;
  line-height: 58px;
  padding: 0;
  display: block;
  margin-bottom: 70px;
}

.course-rate {
    display: flex;
    margin-bottom: 50px;
}

.review-stars-rated {
    display: flex;
}
.review-stars-rated .review-star {
    position: relative;
    line-height: 1;
    margin: 0 2px;
}
.review-stars-rated .review-star .far {
    position: relative;
    color: #ccc;
}
.review-stars-rated .review-star .fas {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    color: #ffb60a;
}
.review-stars-rated.center {
    justify-content: center;
}
.course-review-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    text-align: center;
}
.review-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.6;
}

 

#author_bio_wrap 
{
    margin-top: 0px;  
    margin-bottom: 30px; 
    width: auto; 
}

 button{
  border: none !important;
 }

.sidebarlist .tutor-side-bg {
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px !important;
  margin-bottom: 30px;
}
.list-items{
  display: flex;
  flex-direction: row;
}
.sidebar-thumb img{
  border-radius: 5px;
}
.sidebar-text{
  padding-left: 0px;
}
.sidebar-text div{
  font-size: 14px;
  height: 62px;
  overflow-y: hidden;
}
.service-list a {
  display: block;
  background: #fff;
  padding: 20px 10px;
  transition: all 0.5s ease-in-out;
}
.service-list a:hover{
  display: block;
  background: #f7f8fa;
  padding: 20px 10px;
}











.edubin-single-course-1 > .thum {
    position: relative;
}
.edubin-single-course-1 .thum .image {
    overflow: hidden;
}
.edubin-single-course-1 .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-single-course-1:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.edubin-single-course-1 .thum .edubin-course-price-1 {
    position: absolute;
    right: 40px;
    bottom: -29px;
}
.edubin-single-course-1 .thum .edubin-course-price-1 span {

    font-family: "Montserrat",Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #66E111;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edubin-single-course-1 .thum .edubin-course-price-2 span {
    font-size: 14px;
    color: #07294d;
    font-weight: 600;
    background-color: #ffc600;
    text-align: center;
    display: block;
    padding: 8px 15px;
    border-top-left-radius: 3px;
}


.edubin-single-course-1 .thum .edubin-course-price-3 span {
    font-size: 14px;
    color: #07294d;
    font-weight: 600;
    background-color: #ffc600;
    text-align: center;
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
}
.edubin-single-course-1 .thum .edubin-course-price-3 {
    position: absolute;
    right: 20px;
    top: 20px;
}
.edubin-single-course-1 .course-content {
    padding-top: 28px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .edubin-single-course-1 .course-content {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (max-width: 575px) {
    .edubin-single-course-1 .course-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}



.edubin-course-rate {
    display: flex;
    align-items: center;
    color: #fff;
}
.edubin-single-course-1 .course-content span.course-reviews {
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    position: relative;
    margin-left: 8px;
}
.edubin-single-course-1 .course-content .course-title a {
    color: #07294d;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-single-course-1 .course-content .course-title {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
}
.edubin-single-course-1 .course-content .course-title a:hover {
    color: #429906;
}
.edubin-single-course-1 .course-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}


.tab-pane.active#courses-list .edubin-single-course-1 .course-bottom {
    margin-top: 20px;
}
.edubin-single-course-1 .course-bottom > .thum {
    display: inline-block;
}
.edubin-single-course-1 .course-bottom > .thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.edubin-single-course-1 .course-bottom .name {
    display: inline-block;
    position: relative;
    bottom: 13px;
    text-transform: capitalize;
}
.edubin-single-course-1 .course-bottom .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-single-course-1 .course-bottom .name a:hover h6 {
    color: #ffc600;
}

.edubin-single-course-1 .course-bottom .admin {
    display: block;
    float: right;
    overflow: hidden;
}
.post-type-archive-lp_course.learnpress .edubin-single-course-1 .course-bottom .admin {
    margin-top: 10px;
}
.edubin-single-course-1 .course-bottom .admin ul {
    margin-top: 8px;
}
.edubin-single-course-1 .course-bottom .admin ul li {
    margin-right: 15px;
    color: #8a8a8a;
    font-size: 14px;
    list-style: none;
}
.edubin-single-course-1 .course-bottom .admin ul li span.enroll-users {
    margin-left: 5px;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8a8a8a;
}
.edubin-single-course-1 .course-bottom .admin ul li:last-child {
    margin-right: 0;
}
.edubin-single-course-1 .course-bottom .admin ul li i {
    color: #429906;
}
.edubin-single-course-1 .course-bottom .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.edubin-single-course-1 .course-bottom .admin ul li a:hover {
    color: #429906;
}
.edubin-single-course-1 .course-bottom .admin ul li a span {
    color: #8a8a8a;
    margin-left: 4px;
}
.edubin-lp-courses-addons .slick-slide {
    margin: 0 15px;
}
.edubin-lp-courses-addons .slick-list {
    margin: 0 -15px;
}
.edubin-single-course-1 .edubin-course-rate .star-rating {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    padding-bottom: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.edubin-single-course-1 ul.edubin-course-rate {
    list-style: none;
    padding-left: 0;
    margin-bottom: -3px;
}
.edubin-single-course-1 ul.edubin-course-rate li {
    font-size: 14px;
    letter-spacing: -0.5px;
}
.edubin-single-course-1 .star-rating {
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    width: 95px;
    font-family: "fontawesome";
}
.edubin-single-course-1 .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ffc600;
    letter-spacing: 4px;
}
.edubin-single-course-1 .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.edubin-single-course-1 .star-rating:before {
    color: #ffc600;
}
.edubin-single-course-1 .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing: 4px;
    color: #ecb101;
}

.flaticon-back{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-image: url(../img/previous.png) !important;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.flaticon-back:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-image: url(../img/previous-white.png) !important;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.flaticon-back:before{
  display: none;
}
.flaticon-next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-image: url(../img/next.png) !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.flaticon-next:hover{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-image: url(../img/next-white.png) !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.flaticon-next:before{
  display: none;
}

.flaticon-user-4{
  width: 13px;
  height: 13px;
  background-image: url(../img/user.png) !important;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.flaticon-user-4::before{
  display: none;
}




.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
    position: absolute;
    background: 0 0;
    transform: translateY(-50%);
    padding: 0;
    top: -45px;
    left: 92%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    color: #000;
    border: 2px solid #aaa;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
        left: 82%;
    }
}
@media (max-width: 575.98px) {
    .edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
        right: 50px;
    }
    .edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
        left: 72%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
        left: 87%;
    }
}
.edubin-lp-courses-addons.edubin-nav-button-1 button.slick-arrow:hover {
    border-color: #66e111 ;
    background-color: #66e111 ;
    color: #fff;
}
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.edubin-carosul-next {
    left: auto;
    right: 0;
}
.edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation button.slick-arrow {
    position: absolute;
    background: 0 0;
    transform: translateY(-50%);
    padding: 0;
    top: 50%;
    color: #868e96;
    border: 2px solid #868e96;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
    opacity: 0;
    border-radius: 100px;
    height: 42px;
    width: 42px;
}
.edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation button.edubin-carosul-next {
    left: auto;
    right: -8px;
}
.edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation:hover button.slick-arrow {
    opacity: 1;
    margin-left: -25px;
    margin-right: -20px;
}
.edubin-single-course-2 {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}
.edubin-single-course-2 > .thum {
    position: relative;
}
.edubin-single-course-2 > .thum .image > img {
    border-radius: 3px;
    width: 100%;
}
.edubin-single-course-2 .image img {
    height: 250px;
    object-fit: cover;
}
.edubin-single-course-2 > .thum .edubin-course-price-4 {
    position: absolute;
    bottom: 38px;
    right: 15px;
    z-index: 5;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .edubin-single-course-2 > .thum .edubin-course-price-4 {
        bottom: 90px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .edubin-single-course-2.ld-course > .thum .edubin-course-price-4 {
        bottom: 42px;
    }
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
.single-featured-image-header img {
    display: block;
    margin: auto;
}
.edubin-single-course-1 {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: none;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
img,
video {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.site-content {
    padding: 100px 0;
    clear: both;
}

.edubin_image_preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.course-main-cont{
  padding: 60px 50px 20px 50px;
  background: #EDF0F2;
}

.course-main-cont .edubin-single-course-1 .course-bottom .admin ul li {
  margin-right: 15px;
  color: #8a8a8a;
  font-size: 14px;
  list-style: none;
  float: left;
}

.flaticon-book-1{
  width: 13px;
  height: 13px;
  background-image: url(../img/book.png) !important;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.flaticon-book-1::before{
  display: none;
}
.mt-30{
  margin-top: 30px !important;
}

/****************************************** End Course**************************************/



/****************************************** Start courses main**************************************/
.course-main-page .page-header{
  min-height: 175px !important;
}
.course-main-page h2{
  font-size: 40px !important;
}
.course-main-page .page-header:before{
  opacity: .8 !important;
}

.course-main {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
}
.course-main img{
  height: 382px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}


.grey-box{
  background: #f9fafc;
  margin: 50px 0px;
  padding: 50px 60px;
  font-family: 'Roboto';
}
.grey-box .section-subtitle-txt{
  font-family: 'Roboto' !important;
  font-size: 24px;
}


.deserve-content {
  position: relative;
  padding-left: 65px;
  margin-top: 30px;
  margin-bottom: 40px !important;
}

.deserve-content::before {
  width: 1px;
  height: 170%;
  background-color: #07294d;
  content: '';
  z-index: 0;
  position: absolute;
  left: 20px;
  top: 0;
}
.deserve-content span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #07294d;
  text-align: center;
  font-size: 20px;
  color: #07294d;
  border-radius: 50px;
  position: absolute;
  left: 5px;
  top: 0;
}
.deserve-content h4 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  text-align: left;
  font-weight: 500 !important;
  color: #07294d;
}
.deserve-content p {
  margin-bottom: 0;
}
.deserve-content:nth-child(7)::before {
  display: none;
}

.apply-button {
  background: rgb(30, 58, 139);
    color: #fff !important;
    text-decoration: none;
    padding: 15px 55px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    border: none !important;
    margin: 25px 0px !important;
    outline: none !important;
    display: inline-block;
}

.course-form .modal-header{
  background: #0C4093 !important;
  color: #fff !important;
}
.course-form  .close{
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.course-form .modal{
  overflow-y: hidden;
}
.course-form .modal-body{
  height: 500px;
  overflow-y: auto;
}


/* width */
.course-form ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.course-form ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.course-form ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.course-form ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
















.xy-hidden{
  overflow: hidden !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.course-tab ul li{
  width: 33.33%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.course-tab ul .nav-item a{
  display: block !important;
  height: auto !important;
  padding: 10px !important;
  background: #F8F8F8 !important;
  border-right: 1px solid rgba(204,204,204,.3) !important;
  border-bottom: 0px;
  text-transform: none;
  color: #505555 !important;
  border-top: 4px solid #F8F8F8;
  border-radius: 0px !important;
  font-size: 16px;
}
.course-tab ul .nav-item a:nth-child(1){  
  border-left: 0px !important;
}
.course-tab ul .nav-item a:nth-child(3){  
  border-right: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff!important;
  background-color: #0d4194 !important;
  border-top: 4px solid #0d4194 !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f8f8f8 #f8f8f8 #f8f8f8;
  isolation: isolate;
}
.course-tab .tab-content{
  background:  #fff !important;
  border-radius: 0px 0px 5px 5px !important;
  padding: 40px 25px 30px 25px;
  margin-bottom: 20px;
  min-height: 700px;
}

.inner-box{
  background: #F9FAFC;
  padding: 45px;
  margin: 30px 0px;
}

.inner-box h3{
  color: #07294d;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.inner-box ul{
  margin: 0px;
  padding: 0px;
}
.inner-box ul li{
  list-style: none;
  cursor: text;
  text-align: left;
  font-weight: normal;
  display: flex;
  width: 95%;
  align-items: center;
  padding-bottom: calc(20px/1);
}
.inner-box ul li span i{
  font-size: 13px;
  font-weight: 600;
}
.pl-20{
  padding-left: 20px !important;
}

.sidebar-preview{
  background: #fff;
  margin-bottom: 35px;
  border-radius: 5px;
  padding: 0px;
}
.sidebar-preview img{
  border-radius: 5px 5px 0px 0px;
}
.course-price {
  margin-bottom: 0;
  text-align: center;
}
.price {
  font-size: 30px;
  font-weight: 700;
  color: #07294D;
}

.sidebar-preview-table{
  padding: 0px 30px 30px;
}
.sidebar-preview-table ul{
  margin: 0px;
  padding: 0px;
}
.sidebar-preview-table ul li {
  font-size: 15px;
  overflow: hidden;
  line-height: 45px;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  text-align: left;
  cursor: text;
}
.sidebar-preview-table ul li:first-child {
  border-top: none;
}
.sidebar-preview-table ul li i {
  color: #66E111;
  margin-right: 8px;
}
.sidebar-preview-table ul li span.value {
  float: right;
}
.align-center{
  align-items: center;
  justify-content: center;
  display: flex;
}
.duration{
  padding: 30px 0px;
}
.plr-30{
  padding: 0px 30px;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.intro-table{

}

.intro-table .accordion-button {
  color: #07294d;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.intro-table .accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.125);
}
.section-content {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.section-content .course-item {
  display: flex;
  position: relative;
  margin: 0 0 2px;
  padding: 0 15px 0 30px;
  background: rgba(241,242,248,.4);
  font-size: 14px;
  transition: padding-left linear .15s;
  width: 100%;
  text-align: left;
  cursor: text;
}
.section-content .course-item .section-item-link {
  display: table;
  width: calc(100% - 28px);
  border-bottom: none;
  outline: none;
  box-shadow: none;
  line-height: 2.5;
  color: #777;
  text-decoration: none;
  cursor: text;
}
.section-content .course-item .section-item-link {
  width: calc(100% - 15px);
}
.section-content .course-item.has-status {
  padding-top: 1px;
}
.p-0{
  padding: 0px !important;
}

.section-content .course-item .course-item-meta {
  display: table-cell;
  padding: 10px 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.section-content .course-item .item-name {
  transition: all .5s ease;
  font-weight: 400;
  font-size: 15px;
  padding: 17px 16px 17px 5px;
  color: #07294d;
  line-height: 4;
  cursor: text;
}
.section-content li i{
  line-height: 3.4;
  margin-right: 15px;
  font-weight: 600;
  font-size: 17px;
  cursor: text;
}

.lp-course-author {
  display: flex;
  margin-bottom: 40px;
}
.lp-course-author .course-author__pull-left {
  margin-right: 30px;
  text-align: center;
  align-items: center;
}
.lp-course-author .course-author__pull-left img {
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}


.course-author img{
  border-radius: 100%;
  width: 100px;
  height: 105px;
}
.course-author span{
  color: #333;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.course-author p{
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.course-author{
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 21px 0px 10px 0px;
}
.studentcount span{
  color: #333;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.sidebar-padding{
  padding: 0px 30px;
}

.trail-end:after {
 display: none;
}
.application-form-container{
  padding:0px !important;
}

.application-form-body{
  padding:50px 30px !important;
  background: white;
}
.application-form-header{
  background: #1C2D4D;
  padding: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
  margin-top: 30px;
}
.pad-0{
  padding:0px !important;
}






/****************************************** Course main page**************************************/


/****************************************** Pagination **************************************/
nav.navigation.pagination {
  text-align: center;
}
nav.navigation.pagination {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
  display: block;
  margin: auto;
  width: 100%;
}
.nav-links {
  display: flow-root;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  display: inline-block;
  padding: 3px 0;
}
.nav-links a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #07294d;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border: 2px solid #07294d;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.pagination .nav-links .next.page-numbers, .site-content .pagination .nav-links .prev.page-numbers {
  float: none;
  position: relative;
  bottom: -13px;
}
.nav-links .page-numbers.current {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border: 2px solid #66E111;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  background: #66E111;
  display: inline-block;
}

.pagination .flaticon-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 31px;
  background-image: url(../img/next-white.png) !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mtb-50{
  margin: 50px 0px !important;
}



/****************************************** Pagination **************************************/


/****************************************** Privacy Policy **************************************/
.number-txt-privacy{
  color: #cecece !important;
  font-family: "Roboto",Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
  margin: 5px 0;
}
.point-span{
  margin-bottom: 16px;
  display: block;
}
.tick-div{
  display: block;
  float: left;
  width: 2%;
}
.tick-rgt{
  float: left;
  display: block;
  width: 98%;
}
.mb-15{
  margin-bottom: 15px;
}
/****************************************** Privacy Policy **************************************/


/*************************** Footer **********************************/
.footer-bg{
  background: #1c2d4d;
}
.footer-bg-inner{    
  padding: 35px 50px;
}
.logo-txt{
  font-family: 'Titillium Web';
  color: #fff;
  padding-right: 25px;
  line-height: 21px;
  font-size: 17px;
}
.logo-content{
  color: #d4e1fa;
  font-size: 15px;
  padding: 15px 15px 15px 0px;
}
.round-icon{
    border: 1px solid #66E111;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 15px;
    font-size: 16px;
}
.round-icon:hover{
  border: 1px solid #66E111;
  width: 35px;
  background: #66E111;
  height: 35px;
  border-radius: 100%;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px;
  font-size: 16px;
}
.mb-15{
  margin-bottom: 15px !important;
}
.main-menu-footer{
  color: #c7c7c7 !important;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 40px;
}
.main-menu-footer h6{
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Montserrat",Sans-serif;
  margin-bottom: 20px;
}
.main-menu-footer ul{
  margin: 0px;
  padding: 0px;
}
.main-menu-footer ul li{
  list-style: none;
  color: #c7c7c7 !important;
  font-size: 15px;
  padding: 4px 0 4px 14px;
  display: block;
  position: relative;
  background-image: url(../img/next-green.png) !important;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left;

}
.main-menu-footer ul li:before{
  display: none;
}



.main-menu-footer ul li:before {
  color: #66E111;
  content: "\f133";
  font-family: "Flaticon";
  left: 0;
  position: absolute;
  top: 9px;
  font-size: 10px;
}

.main-menu-footer ul li a{
  color: #edf0f2 !important;
  transition: all 0.5s ease-in-out;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  margin-left: 10px;
  transition: all .5s ease;
}
.main-menu-footer ul li a:hover{
  color: #66E111 !important;
  margin-left: 15px;
}
.main-menu-footer li span{
  display: block;
  float: left;
  width: 8%;
}
.main-menu-footer li p{
  display: block;
  float: left;
  width: 80%;
  margin-bottom: 5px !important;
  color: #edf0f2;
}

.address-menu-footer {
  color: #c7c7c7 !important;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 29px;
}
.address-menu-footer h6 {
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Montserrat",Sans-serif;
  margin-bottom: 20px;
}
.address-menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.address-menu-footer ul li {
  list-style: none;
  color: #c7c7c7 !important;
  font-size: 15px;
  padding: 4px 0 4px 14px;
  display: block;
  position: relative;
}
.address-menu-footer ul li a {
  color: #edf0f2 !important;
  transition: all 0.5s ease-in-out;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  margin-left: 10px;
  transition: all .5s ease;
}

.address-menu-footer ul li a:hover{
  color: #66E111 !important;
  margin-left: 15px;
}
.address-menu-footer li span{
  display: block;
  float: left;
  width: 11%;
  color: #66E111;
  font-size: 21px;
}
.address-menu-footer li p{
  display: block;
  float: left;
  width: 80%;
  margin-bottom: 5px !important;
  color: #edf0f2;
}
.footer-logo img{
  margin: 0 !important;
}





.clear-both{
  clear: both !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.copyright{
  padding: 20px 50px 15px 50px;
  font-size: 15px;
  color: #918e8e;
  background: #14223b;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
}
.copyright-left{
  text-align: left;
  margin-bottom: 15px;
}
.copyright-left a{
  color: #99a2a8 !important;
}
.copyright-left a:hover{
  color: #fff !important;
}
.copyright-right{
  text-align: right;
  margin-bottom: 15px;
}

.copyright-right a{
  color: #918e8e !important;
}
.copyright-right a:hover{
  color: #fff !important;
}
.txt-right{
  text-align: right !important;
}
/*************************** Footer **********************************/


/*************************** Back to top **********************************/
.back-to-top {
  background-color:#66E111;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  opacity: .95;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top>i {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  transform: rotate(90deg);
}
/*************************** Back to top **********************************/

.success-msg {
  width: 100%;
  border-radius: 5px;
  border-left: 7px solid #4ECC64;
  -webkit-box-shadow: -2px 2px 10px -3px rgb(156 151 156);
  -moz-box-shadow: -2px 2px 10px -3px rgba(156,151,156,1);
  box-shadow: -2px 2px 10px -3px rgb(156 151 156);
  padding: 20px;
  margin: 10px 0px 40px 0px;
}
.error-msg {
  width: 100%;
  border-radius: 5px;
  border-left: 7px solid #fd5d5e;
  -webkit-box-shadow: -2px 2px 10px -3px rgb(156 151 156);
  -moz-box-shadow: -2px 2px 10px -3px rgba(156,151,156,1);
  box-shadow: -2px 2px 10px -3px rgb(156 151 156);
  padding: 20px;
  margin: 10px 0px 40px 0px;
}
























































































