/**
* Importing necessary  Styles.
**/

/*----bootstrap css ----- */
@import url('../js/vendor/bootstrap/bootstrap.css');
/*------- Mega menu ------*/
@import url('../js/vendor/bootstrap-mega-menu/css/menu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../js/vendor/owl-carousel/owl.carousel.css');
@import url('../js/vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../js/vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');

@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  bottom: 5px;
  left:15px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #3e3458;
  font-size: 24px;
  border: 1px solid;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  right: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
  font-family: 'JF Flat Regular', sans-serif;
  font-weight: normal;
  color: #3e3458;
  font-size: 16px;
 }
 body .main-page-wrapper {overflow-x:hidden;}

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {font-family: 'JF Flat Regular', sans-serif; color: #151515;}
 h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: inherit;}
 h1 {font-size: 62px; font-weight: 700;}
 h2 {font-size: 36px;font-weight: 700;margin-bottom: 10px;}
 h3 {font-size: 28px; font-weight: 700;}
 h4 {font-size: 24px; font-weight: 700;}
 h5 {font-size: 22px; font-weight: 700;}
 h6 {font-size: 18px; font-weight: normal;}
 p  {line-height: 30px;} 
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%;display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.float-right {float:right;}
.float-left {float:left;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.p0 {padding: 0 !important;}
.section-margin-top{padding: 40px 0;}
.section-margin-bottom {margin-bottom: 120px;}
.section-margin-bottom-two {margin-bottom: 70px;}
.image {position: relative;overflow: hidden;}
.image img {width: 100%;}
.gray-bg{
    background: #3e3458;
    }
  .gray-bg:after{
    content: '';
    display: block;
    height: 152px;
    width: 100%;
    background: url(../images/cloud.svg) bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .gray-bg:before{
    content: '';
    display: block;
    height: 125px;
    width: 100%;
    background: url(../images/cloud.svg) top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: -10px;
    transform: rotate(180deg);
  }
/*--------------------- Transition --------------------*/
.tran3s,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,body  {
  transition: all .3s ease-in-out;
}
.tran5s,.image img {
  transition: all .5s ease-in-out;
}
/*---------------------- Theme Title ---------------------*/
.mytitle-one {text-align: center;position: relative;}
.mytitle-one h2 {text-transform: uppercase;padding-bottom: 15px;position: relative;}
.mytitle-one h2:before {
  content: '';
  width: 94px;
  height: 1px;
  background: #151515;
  position: absolute;
  bottom: 0;
  right:50%;
  margin-right: -46px;
}
.mytitle-one .icon {font-size: 40px;}
.mytitle-one p {padding-top: 25px;}
/* ----------------------------------------------------------------
     Buttons 
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  color: #3e3458;
}
.butn:hover{
     box-shadow: 0px 22px 45px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.butn span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #3e3458;
  border-color: #3e3458;
  color: #fff;
}
.butn-bg:hover span {
  color: #1A237E;
}

.butn-light, .butn-bord {
  background: #fff;
}
.butn-light:after, .butn-bord:after {
  background: #1A237E;
}
.butn-light:hover span, .butn-bord:hover span {
  color: #fff !important;
}
.butn-light span, .butn-bord span {
  color: #1A237E;
}

.butn-bord {
  background: transparent !important;
  border-color: #1A237E;
}

.section-padding {
    padding: 120px 0;
}
.gray-bg {
    background: url(../images/planet.png);
    background-color: #3e3458;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 150px;
    padding-top: 100px;
    position: relative;
}
.gray-bg .section-head h4{
  color:#fff;
}
.section-head {
  margin-bottom: 60px;
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.section-head h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #3e3458;
    bottom: -10px;
    left: calc(50% - 60px);
}

.section-head h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3e3458;
    bottom: -11px;
    left: calc(50% - 20px);
}
.section-head h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* ----------------------------------------------------------------
     Header
-----------------------------------------------------------------*/
.header-wrapper {position: relative;background: #3e3458;z-index: 10;}
.header-wrapper .top-header {padding: 9px 0;background: #f7f7f7 !important;border-bottom: 1px solid #e9ecef;box-shadow: 0px 1px 11px #bdbdbd;}
.header-wrapper .top-header.bg {background: #0d0c24;}
.header-wrapper .top-header.bg-three {background: #fff;}
.header-wrapper .top-header ul li {display: inline-block;line-height: 40px;vertical-align: middle;}
.header-wrapper .top-header ul li a {color: #fff;position: relative;background: #00a0f6;padding: 0 12px;border-radius: 4px;}
.header-wrapper .top-header .right-list ul li i {margin-right: 4px;}
.header-wrapper .top-header .right-list ul li {margin-left: 4px;position: relative;}
.header-wrapper .top-header .left-list ul li {margin-right: 10px;}
.header-wrapper .top-header .left-list ul.social-icon li {margin-right: 25px;}
.header-wrapper .top-header.style-two .text-center li {margin: 0;}
.header-wrapper .top-header.bg ul li a {color: rgba(255,255,255,0.6);}
.header-wrapper .top-header.style-two .right-list ul li:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  right:0;
  opacity: 0;
}
.header-wrapper .top-header.style-two .right-list ul li:hover:before {width: 100%;opacity: 1;}
.header-wrapper .top-header.bg-three ul li a {color: rgba(1,1,1,0.6);}
.nav>li>a:before{background: #fff}
/*------------- Menu ------------*/
header .mymenu-wrapper {padding: 20px 0;}
header .mymenu-wrapper.transparent-layout {
  position: absolute;
  width: 100%;
  right:0;
  top:100%;
  background: transparent;
  z-index: 99;
}
.mymenu-wrapper.transparent-layout #mega-menu-wrapper .nav>li>a {color: #fff;}
header .mymenu-wrapper .logo {margin-top: 3px;}
.logo p{
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #657786;
}
.logo img{
  width: 80px;
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
header .mymenu-wrapper .main-content-wrapper {position: relative;}
#mega-menu-wrapper .nav li.join-us a {
  font-family: 'JF Flat Regular', sans-serif;
  color: #fff;
  padding: 0 45px;
  margin-left: 0;
  margin-right: 10px;
  background: #db3333;
  border: none;
}
#mega-menu-wrapper .nav li.join-us a:before {display: none;}
#mega-menu-wrapper .nav li.join-us a:hover {background: #f7f7f7;color: #fff;}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.mymenu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0 !important;
  right:0;
  z-index: 999;
  margin:0;
  background: #3e3458;
  padding: 15px 0;
  -webkit-animation: menu_sticky  0.70s ease-in-out;
  animation: menu_sticky  0.70s ease-in-out;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.3);
}
.mymenu-wrapper.fixed.transparent-layout {background: #0d0c24;}

/* ----------------------------------------------------------------
    wave
-----------------------------------------------------------------*/
.wave {
  min-height: 90vh;
}
.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 110px;
  background-image: url(../images/wave.svg);
  background-size: cover;
  z-index: 7;
}
/* ----------------------------------------------------------------
     banner
-----------------------------------------------------------------*/
.banner{
  background: #fdf400;
  background: #3e3458;
  background: linear-gradient(0deg, #841666 31%, #3e3458 69%);
}
.banner {
  min-height: 85vh;
  position: relative;
}
.banner .caption{
  margin:12vh 0;
}
.banner .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  margin-bottom: 40px;
}
.banner .caption h1 {
  margin: 20px 0;
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

   .star-img{transform: scale(1);animation: stars 1s ease-out infinite !important;}
   @keyframes stars{
     from{transform: scale(1)}
     to{transform: scale(0.25)}
   }
  .star{position: absolute;top: 90px;left: 208px;}
  .star1{position: absolute;top: 42px;left: 285px;}
  .star2{position: absolute;top: 217px;left: 149px;}
  .star3{position: absolute;top: 0;left: 141px;}
   @keyframes stars{
     from{transform: scale(1)}
     to{transform: scale(0.25)}
   }
/* ----------------------------------------------------------------
     about us
-----------------------------------------------------------------*/
  
.featured-content h3 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #16334e;
  margin-bottom: 40px;
}
.featured-content h3 span {
  display: block;
}
.featured-content .subtext {
  font-size: 1.6rem;
  font-weight: 600;
}
.featured-content-thumb img{
  display: block;
  margin:0 auto;
}
.featured-content p {
  font-size: 1.5rem;
  font-weight: 400;
}
.featured-content ul {
  padding: 0;
  margin: 25px 40px 0;
  list-style: none;
}
.featured-content ul li {
  position: relative;
  font-size: 1.5rem;
}
.featured-content ul li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 3px;
  right: -35px;
  content: url(../images/check.png);
}
.featured-content ul li + li {
  margin-top: 20px;
}
/*----------------------------------------------
  Service
-----------------------------------------------*/
.service {
  margin-bottom: 30px;
  padding: 30px;
  transition: all .3s ease-in-out;
  background: #fff;
}

.service:hover{
  box-shadow: 0px 22px 45px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.service .service-icon {
  width: 130px;
  margin: 0 auto 20px;
}
.service h3 {
  font-size: 2.2rem;
  color: #3e3458;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-transition: all .3s easa;
  transition: all .3s easa;
}
.service:hover h3 {
  color: #841666;
}
.service.service-border-style {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 40px 30px;
}
.service.service-border-style p {
  margin-bottom: 0;
}
.service.service-border-style .link-arrow {
  margin-top: 20px;
  opacity: .5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.service.service-border-style:hover .link-arrow {
  opacity: 1;
}


/* ----------------------------------------------------------------
     clients
-----------------------------------------------------------------*/
#clients {
    padding: 120px 0;
    background: #f7f7f7;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 1px 11px #a9a9a9;
}

#clients img {
    max-width: 100%;
    transition: 0.3s;
    padding: 40px 0;
    margin: 0 auto;
}

#clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}


#clients .owl-dot.active {
    /* background-color: #fdf400; */
}

 /* ----------------------------------------------------------------
   Call-action
-----------------------------------------------------------------*/
.call-action {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/bg/inner-banner.jpg);
}
.call-action:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.call-action .text-center {
  padding: 0 20px;
}
.call-action h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFF;
}
.call-action h5 {
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

/*----------------------------------------------
  Testimonial
-----------------------------------------------*/
.testimonial-block h3 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #16334e;
  margin-bottom: 10px;
}
.testimonial-block h3 span {
  display: block;
}

.testimonial-item .quote {
  margin-bottom: 30px;
  height: 35px;
  width: 50px;
}
.testimonial-item p {
  font-weight: 600;
  font-size: 1.6rem;
  font-style: italic;
  color: #212529;
}
.testimonial-item .commenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.testimonial-item .commenter .commenter-thumb {
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.testimonial-item .commenter .commenter-thumb + .commenter-body {
  padding-right: 20px;
  padding-top: 10px;
}
.testimonial-item .commenter .commenter-body h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #16334e;
}
.testimonial-item .commenter .commenter-body h2{
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
}
.testimonial-thumb img{
  display: block;
  margin: 22px auto;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.testimonial .owl-nav button.owl-next {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 1.8rem;
  outline: none;
  color: #212529;
}
.testimonial .owl-nav button.owl-prev {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 1.8rem;
  outline: none;
  color: #212529;
  right: 30px;
}

/*----------------------------------------------
  Team
-----------------------------------------------*/

.team-sec{
  background: #ccc;
}

.single-box {
    background-color: #FFFFFF;
    border-bottom: 3px solid rgba(62, 52, 88, 0.61);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-box:hover {
    border-color: #4a3b73;
}

.single-box:hover .image:before {
    opacity: 1;
}

.single-box:hover .image .hover-area {
    opacity: 1;
    top: 50%
}

.single-box .image {
    position: relative
}

.single-box .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 73, 136, 0.64);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.single-box .image img {
    width: 100%
}

.single-box .hover-area {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    z-index: 2;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.single-box .hover-area .title {
    margin-bottom: 7px
}

.single-box .hover-area .title a {
    color: #FFFFFF
}

.single-box .hover-area .xs-list>li>a {
    color: #FFFFFF;
    font-size: 16px;
}

.single-box .hover-area .xs-list>li>a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.single-box .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0px
}

.single-box .title a {
    color: #000000;
    font-size: 22px;
}

.single-box .description {
    margin-bottom: 10px;
}

.single-box .line {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 15px
}

.single-box .box-footer {
    padding: 30px 10px
}

.team .single-box {
    margin-bottom: 30px
}
.team-member{
  padding: 20px;
}

/* ----------------------------------------------------------------
   Contact 
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: right;
  font-size: 25px;
  color: #1A237E;
}
.contact .contact-info .item .cont {
  margin-right: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 17px;
  margin-bottom: 5px;
}
.contact .contact-info .item .cont p {
  font-size: 16px;
  direction: ltr;
  text-align: right;
  font-weight: bold;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f7f7f7;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}



/* ----------------------------------------------------------------
   footer
-----------------------------------------------------------------*/
.myfooter {background: #3e3458;padding: 90px 0 0 0;position: relative;}
.myfooter .top-footer h6 {
  color: #fff;
  position: relative;
  margin-bottom: 36px;
  display: inline-block;
}
.myfooter .top-footer h6:before {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: -45px;
}
.myfooter .top-footer > [class*="col-"] {margin-bottom: 40px;}
.myfooter .footer-list ul li {
  color: rgba(255,255,255,0.6);
  line-height: 35px;
  display: block;
}
.myfooter .footer-logo-widget .wrapper {padding: 0 85px;}
.myfooter .footer-logo-widget {text-align: center;}
.myfooter .footer-logo-widget p {color: rgba(253, 244, 0, 0.77);padding: 20px 0 30px 0;}
.myfooter .footer-logo-widget ul {
  text-align: right;
  margin-right: 50px;
  padding-right: 15px;
  position: relative;
}
.myfooter .footer-logo-widget ul:before {
  content: '';
  width: 1px;
  height: 85%;
  position: absolute;
  top:0;
  right:0;
}
.myfooter .footer-logo-widget ul li {
  color: rgba(255,255,255,0.6);
  position: relative;
  padding: 0 45px 20px 0; 
}
.myfooter .footer-logo-widget ul li i {
  position: absolute;
  right:0;
  top:0;
  color: rgba(253, 244, 0, 0.75);
  font-size: 20px;
}
.myfooter .footer-news ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.myfooter .footer-news ul li .date {font-size: 14px;color: rgba(255,255,255,0.6);}
.myfooter .footer-news ul li {
  border-bottom: 1px solid #302f2f;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.myfooter .footer-news ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.myfooter .bottom-footer {background: #1a122f;text-align: center;padding: 15px 0;margin-top: 30px;}
.myfooter .bottom-footer p {font-size: 15px;color: rgba(255, 255, 255, 0.7);}

/* ----------------------------------------------------------------
   curve
-----------------------------------------------------------------*/
.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve.curve-gray-b:after, .curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}
.curve.curve-gray-t:after, .curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}
.curve:after, .curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

/*----------------------------------------------
  Portfolio Style
-----------------------------------------------*/
.portofolio{
  padding: 30px 0;
}
.portfolio-item {
  margin-bottom: 30px;
  padding: 20px;
  
}
.portfolio-item .body .goto-single-page {
  position: absolute;
  top: 20px;
  left: 15px;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 50%;
  color: #3e3458;
}
.portfolio-item .body .goto-single-page span {
  line-height: 40px;
}
.portfolio-item .body .goto-single-page:hover {
  border-color: #841666;
  color: #841666;
}
 .portfolio-item .thumb {
    overflow: hidden;
    display: block;
}
 .portfolio-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

 .portfolio-item .thumb img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100% !important;
}
.portfolio-item .body {
    background: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.portfolio-item .body h5 {
    font-size: 22px;
    font-weight: 700;
    color: #3e3458;
}
.portfolio-item .body p {
    font-size: 17px;
    margin-top: 25px;
    line-height: 28px;
}
.portfolio-item:hover .body h5 {
    color: #841666;
}

/*---------tabs ------------*/
.nav-tabs > li > a {
    font-size: 22px;
    padding: 10px;
    color: #3e3458;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #3e3458;
    background: linear-gradient(220deg, #841666 31%, #3e3458 69%);
    border: none;
    border-bottom-color: transparent;
    border-radius: 4px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #3e3458;
    color: #fff;
}
.nav-tabs {
    border-bottom: none;
    width: 705px;
    display: block;
    margin: 0 auto;
}
.nav-tabs > li {
    margin-bottom: -1px;
    display: inline-block;
    float: none;
}

.tab-content .tab-pane {display: block;height:0}
.tab-content .active {height:auto}


/* ----------------------------------------------------------------
     responsive
-----------------------------------------------------------------*/


@media (min-width: 992px) {
  .container {padding-right: 0 !important;padding-left: 0 !important;}
}
@media (max-width: 1199px) {
  .myfooter .footer-logo-widget .wrapper,.client-slider-section .slider-wrapper {padding: 0;}
}
/*(max-width: 1199px)*/

@media (min-width: 992px) and (max-width: 1199px) {
  #mega-menu-wrapper .nav>li>a {margin: 0 15px;}
  .myfooter .footer-logo-widget ul {margin-right: 110px;}
}

/*(min-width: 992px) and (max-width: 1199px)*/

@media (max-width: 991px) {

  header .mymenu-wrapper .logo {position: relative;z-index: 99;margin: 0;}
  #mega-menu-wrapper {position: absolute;top:0;right:0;z-index: 9;margin: 0;}
  header .mymenu-wrapper,.mymenu-wrapper.fixed {padding: 10px 0;}
  
} 
/*(max-width: 991px)*/

@media (min-width: 769px) and (max-width: 1024px) {
  .banner{
    min-height: 50vh;
  }
}

/*(min-width: 768px) and (max-width: 991px)*/
@media (max-width: 768px) {
  .section-padding{
    padding: 30px 0;
  }
}
/*(max-width: 767px)*/

@media (max-width: 650px) {
  .banner .caption h1{
    font-size: 35px;
  }
  .banner .caption h4{
    font-size: 30px;
  }
  .nav-tabs {
    width: 100%;
  }
  .nav-tabs > li{
    width: 32%;
  }
  .nav-tabs > li > a {
    font-size: 15px;
    padding: 4px;
    margin: 0 0 6px;
    color: #3e3458;
    font-weight: bold;
    text-align: center;
  }
  .call-action h2{
    font-size: 22px;
  }
  .call-action h5{
    font-size: 15px;
  }
}