/*

    

TemplateMo 557 Grad School



https://templatemo.com/tm-557-grad-school



*/





@import url(fontawesome.css);

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');



body {

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

}



/* Basic */



a {

	

    text-decoration: none;

}



a:hover {

	color: #FC3;

    text-decoration: none;

}



ul {

    padding: 0px;

    margin: 0px;

    list-style: none;

}



p {

    font-size: 13px;

    line-height: 22px;

}





.section-heading {

    text-align: center;

    /* margin-bottom: 1%; */

    

}



.section-heading h2:before {

    width: 1px;

    height: 100px;

    background-color: rgba(250,250,250,0.1);

    position: absolute;

    top: -50px;

    content: '';

    left: 50%;

    transform: translate(-50%);

}



.section-heading h2 {

    margin-top: 50px;

    position: relative;

    font-size: 2rem;

    font-weight: 600;

    color: #fff;

    letter-spacing: 0.5px;

    display: inline-block;

    padding: 15px 20px;

    text-transform: uppercase;

    border: 2px solid rgba(250,250,250,0.1);

}





/* Buttons */



.main-button a {

    background-color: #f5a425;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-weight: 700;

    padding: 12px 20px;

    display: inline-block;

    outline: none;

}



a.menu-link { display: none; }



@media screen and (max-width: 992px) {

  a.menu-link {

    float: right;

    display: block;

    font-size: 36px;

    color: #fff;

    padding-right: 30px;

    padding-top: 15px;

  }

  .main-menu{

    /* display: none; */

  }

  nav[role="navigation"] {

    clear: both;

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

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

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

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

    transition: all 0.3s ease-out;

  }

  .js nav[role="navigation"] {

    overflow: hidden;

    max-height: 0;

  }

  nav[role="navigation"].active {

    max-height: 20em;

    height: 20em;

    overflow-y: scroll;

  }

  nav[role="navigation"] ul {

    top: 0;

    width: 100%;

    position: relative;

    margin: 0;

    padding: 0;

    border-top: 1px solid rgba(250,250,250,0.25);

    background-color: rgba(22,34,57,0.99);

  }

  nav[role="navigation"] li a {

    display: block;

    padding: 15px 0px;

    border-bottom: 1px solid rgba(250,250,250,0.25);

    text-align: center;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 1.5;

  }

  nav[role="navigation"] li:hover a,

  nav[role="navigation"] li.active a {

      color: #f5a425;

  }

  

  @media screen and (min-width: 951px) {

    .js nav[role="navigation"] {

      max-height: none;

    }



    nav[role="navigation"] li {

      display: inline-block;

      margin: 0 0.25em;

    }

    nav[role="navigation"] li a {

      border: 0;

    }

  }

}



/* Header */



@media screen and (max-width: 1050px) {

  .main-header .logo {

      padding-left: 30px!important;

  }



  .main-menu {

      padding-right: 30px!important;

  }



  .main-menu li {

      margin-left: 5px!important;

  }

}



.main-header {

    background-color: rgba(22,34,57,0.95);

    height: 80px;

    position: fixed;

    z-index: 12;

    width: 100%;

    top: 0;

}



.main-header .logo {

    float: left;

    line-height: 80px;

    padding-left: 60px;

}



.main-header .logo a {

    font-size: 36px;

    text-transform: uppercase;

    font-weight: 800;

    color: #fff;

}

.main-header .logo a em {

    font-style: normal;

    color: #f5a425;

}



.main-menu {

    float: right;

    padding-right: 60px;

}



.main-menu li {

    display: inline-block;

    line-height: 79px;

    margin-left: 15px;

    position: relative;

}



.main-menu li:first-child {

    margin-left: 0px;

}



.main-menu li a {

    padding: 10px 15px;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-weight: 700;

    color: #fff;

    

    transition: all 0.5s;

}



.main-menu li.has-submenu a:after {

    content: '\f107';

    font-family: "FontAwesome";

    margin-left: 5px;

}



.main-menu li.has-submenu ul li a:after {

    display: none;

}



.main-menu li .sub-menu {

    position: absolute;

    width: 190px;

    



    background-color: #18233a;

    opacity: 0;

    visibility: hidden;

    transition: all 0.5s;

}



.main-menu li:hover .sub-menu {

    opacity: 1;

    visibility: visible;

}



.main-menu li .sub-menu li {

    display: block;

    line-height: 15px;

    margin-left: 0px;

    margin-bottom: 15px;

    text-align: center;

    width: 100%;

    padding-bottom: 15px;

    padding:5px 2px;

    border-bottom: 1px solid #121b2f;

    transition: all 0.8s;

}



.main-menu li .sub-menu li:first-child {

    padding-top: 15px;

}



.main-menu li .sub-menu li:last-child {

    margin-bottom: 0px;

    border-bottom: none;

}



.main-menu li .sub-menu li a {

    font-size: 12px;

    font-weight: 500;

    padding: 0px 5px;

    letter-spacing: 0.5px;

    border: none;

    

    

    

    transition: all 0.5s;

}

.main-menu li .sub-menu li:hover {

  border: 0px solid #f5a425;

  text-decoration: none;

  background-color: orange;

  

  

}





.main-menu li .sub-menu li:hover a {

  

  color:white;  

    border: none;

    

}

/*   

}

.main-menu li .sub-menu li a:hover {

   */



.main-nav li:hover a,

.main-nav li.active a {

    border: 2px solid #f5a425;

}



@media (max-width: 950px) {

  .main-nav li:hover a,

  .main-nav li.active a {

    border: 2px solid transparent;

    border-bottom: 1px solid rgba(250,250,250,0.25);

  }

}







/* Slider */



.main-banner {

  position: relative;

  max-height: 100%;

  overflow: hidden;

  margin-bottom: -7px;

  

  margin-bottom: 1px;

}



#bg-video {

    min-width: 100%;

    min-height: 100vh;

    max-width: 100%;

    max-height: 100vh;

    object-fit: cover;

    z-index: -1;

}



#bg-video::-webkit-media-controls {

    display: none !important;

}



.video-overlay {

    position: absolute;

    background-color: rgba(41, 32, 23, 0.473);

    top: 0;

    left: 0;

    bottom: 7px;

    width: 100%;

}



.main-banner .caption {

  text-align: center;

  position: absolute;

  width: 80%;

  left: 50%;

  top: 50%;

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

}



.main-banner .caption h6 {

  margin-top: 0px;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 600;

  color: #fff;

  letter-spacing: 1px;

}



.main-banner .caption h2 {

  margin-top: 30px;

  margin-bottom: 30px;

  font-size: 64px;

  text-transform: uppercase;

  font-weight: 800;

  color: #fff;

  letter-spacing: 1px;

}



.main-banner .caption h2 em {

  font-style: normal;

  color: #f5a425;

  font-weight: 900;

}

.main-banner .caption p {

  color: white;

  font-size: 1.9rem;

}

.main-banner .caption p a{

  color: white;

  font-size: 1.9rem;

}



@media screen and (max-width: 1180px) {



  .main-banner .caption h6 {

    font-weight: 500;

  }



  .main-banner .caption h2 {

    font-size: 58px;

  }



}

@media screen and (max-width: 767px) {



  .main-banner .caption h6 {

    font-weight: 500;

  }



  .main-banner .caption h2 {

    font-size: 36px;

  }



}





/* Features */



section.features .col-4 {

    padding-left: 0px;

    padding-right: 0px;

}



.features-post {

  position: relative;

  margin-bottom: 0px;

}



.features-thumb {

  overflow: hidden;

  position: relative;

}



.features-thumb img {

  width: 100%;

}



.features-content {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: #3f5eceec;

  color: #fff;

  padding: 40px;

}



.features-content:hover {

  background-color: #2341afec;

    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);

}



.features-content h4 {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 700;

    color: #fff;

    letter-spacing: 1px;

    margin-bottom: 0px;

}



.features-content h4 i {

    margin-right: 15px;

    font-size: 24px;

}



.features-content p {

    margin-bottom: 0px;

}



.features-content a {

  margin-top: 15px;

  display: inline-block;

  text-transform: uppercase;

  color: #fff;

  letter-spacing: 0.5px;

  font-weight: 700;

  font-size: 14px;

  border-bottom: 2px solid #fff;

}



.features-content p.hidden-sm {

  display: none;

}



.second-features,

.third-features {

    border-left: 1px solid rgba(250,250,250,0.1);

}



.content-hide {

  margin-top: 15px;

  display: none;

}



.content-hide p {

  color:white;

  text-align: justify;

}

.tabs-content p{

text-align: justify;

}

@media screen and (max-width: 767px) {



  .features-content {

    padding: 15px;

  }

  .features-content h4 i {

    display: block;

    margin-bottom: 10px;

  }

  .features-content h4 {

    font-size: 14px;

  }

  .features-content p {

    display: none;

  }

  .features-content p.hidden-sm {

    display: block;

  }

  .features-content a {

    letter-spacing: 0px;

    font-size: 13px;

    font-weight: 600;

  }



}







/* Why Choosing Us */



section.why-us {

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

    background-color: #172238;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 3%;

    padding-top: 0;

}



#tabs {

  text-align: center;

}

#tabs ul {

  margin: 0;

  padding: 0;

  -webkit-column-count: 3;

  -moz-column-count: 3;

  column-count: 3;

  -webkit-column-gap: 0;

  -moz-column-gap: 0;

  column-gap: 0;

}

#tabs ul::after {

  clear: both;

  content: "";

  display: table;

}

#tabs ul li {

  display: block;

  font-weight: 400;

  font-size: 1.2em;

  letter-spacing: 1px;

  text-align: center;

}

#tabs ul li a {

  display: block;

  font-size: 1.3rem;

  font-weight: 500;

  letter-spacing: 1px;

  cursor: pointer;

  outline: 0;

  padding-bottom: 30px;

  color: #fff;

  text-decoration: none;

  text-transform: capitalize;

  position: relative;

}

#tabs ul li a:after {

    transition: all 0.3s;

    width: 10px;

    height: 10px;

    background-color: #fff;

    content: '';

    position: absolute;

    left: 50%;

    transform: translate(-50%);

    bottom: 0;

}

#tabs ul li a:before {

    transition: all 0.3s;

    width: 25px;

    height: 25px;

    border: 2px solid transparent;

    background-color: transparent;

    content: '';

    position: absolute;

    left: 50%;

    transform: translate(-50%);

    bottom: -5px;

}

#tabs ul li span {

  display: block;

  margin-bottom: 0.75em;

}

#tabs ul .ui-tabs-active {

}

#tabs ul .ui-tabs-active a {

  color: #f5a425;

}

#tabs ul .ui-tabs-active a:after {

  background-color: #f5a425;

  width: 15px;

  height: 15px;

}

#tabs ul .ui-tabs-active a:before {

  border-color: #f5a425;

}

#tabs h4 {

    margin-top: 60px;

    font-size: 32px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #fff;

    margin-bottom: 30px;

}



#tabs p {

    color: #fff;

    font-size: 15px;

    line-height: 28px;

}



.tabs-content {

    margin-top: 60px;

    text-align: left;

}



@media screen and (max-width: 767px) {

  

  .tabs-content {

      text-align: center;

  }



}



.tabs-content img {

    width: 100%;

    overflow: hidden;

    padding-right: 45px;

}



@media screen and (max-width: 767px) {



  .tabs-content img {

      padding-right: 0px;

  }



}





/* Coming Soon */



section.coming-soon {

    background-image: url(../images/coming-soon-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-color: #172238;

    padding: 40px 0px;

}



section.coming-soon .continer .counter div {

  display: inline-block;

}

section.coming-soon .continer h4 {

    margin-top: 100px;

    font-size: 30px;

    color: #fff;

    font-weight: 800;

    letter-spacing: 0.5px;

    line-height: 40px;

    margin-bottom: 50px;

}

section.coming-soon .continer h4 em {

    font-style: normal;

    color: #f5a425;

}



@media screen and (max-width: 767px) {



  section.coming-soon .continer h4 {

    text-align: center;

  }



}



section.coming-soon .continer .counter .days,

section.coming-soon .continer .counter .hours,

section.coming-soon .continer .counter .minutes,

section.coming-soon .continer .counter .seconds {

  width: 22%;

  height: 140px;

  float: left;

  text-align: center;

  font-size: 48px;

  font-weight: 800;

  letter-spacing: 1px;

  color: #fff;

  background-color: rgba(250,250,250,0.1);

}

@media screen and (max-width: 992px) {



  section.coming-soon .continer .counter .days,

  section.coming-soon .continer .counter .hours,

  section.coming-soon .continer .counter .minutes,

  section.coming-soon .continer .counter .seconds {

    font-size: 26px;

  }



  section.coming-soon .continer .counter .days .value,

  section.coming-soon .continer .counter .hours .value,

  section.coming-soon .continer .counter .minutes .value,

  section.coming-soon .continer .counter .seconds .value {

      margin-top: 40px!important;

  }



  section.coming-soon .continer .counter span {

      font-size: 14px!important;

  }



}

section.coming-soon .continer .counter .days,

section.coming-soon .continer .counter .hours,

section.coming-soon .continer .counter .minutes {

    margin-right: 4%;

}

section.coming-soon .continer .counter .days .value,

section.coming-soon .continer .counter .hours .value,

section.coming-soon .continer .counter .minutes .value,

section.coming-soon .continer .counter .seconds .value {

    margin-top: 15px;

    display: block;

    width: 100%;

}



section.coming-soon .continer .counter span {

    font-size: 18px;

    text-transform: uppercase;

    color: #f5a425;

    font-weight: 500;

    letter-spacing: 1px;

    margin-top: 0px;

    display: block;

}



section.coming-soon .right-content {

    margin-left: 30px;

}



@media screen and (max-width: 767px) {



  section.coming-soon .right-content {

      margin-top: 60px;

      margin-left: 0px;

  }



}



section.coming-soon .top-content {

    margin-bottom: -8px;

}



section.coming-soon .top-content h6 {

    font-size: 14px;

    color: #fff;

    background-color: rgba(250,250,250,0.2);

    padding: 40px;

    text-align: center;

    line-height: 24px;

}



section.coming-soon .top-content h6 em {

    font-style: normal;

    font-weight: 600;

}



section.coming-soon form {

    background-color: rgba(250,250,250,0.1);

    padding: 60px 40px;

    width: 100%;

    text-align: center;

}



section.coming-soon form input {

    width: 100%;

    height: 40px;

    background-color: rgba(250,250,250,0.1);

    border-radius: 0px;

    border: none;

    outline: none;

    color: #fff;

    font-size: 13px;

    margin-bottom: 20px;

    letter-spacing: 0.5px;

}



section.coming-soon form input:focus {

    outline: none;

    border: none;

    box-shadow: none;

    color: #fff;

    background-color: rgba(250,250,250,0.1);

}



section.coming-soon form::placeholder { color: #fff }

section.coming-soon form input::placeholder { color: #fff; }

section.coming-soon form input::placeholder { color: #fff; }



section.coming-soon form button {

    margin-top: 10px;

    background-color: #f5a425;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-weight: 700;

    padding: 12px 20px;

    display: inline-block;

    outline: none;

    box-shadow: none;

    border: none;

}







/* Courses */



section.courses {

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

    background-repeat: no-repeat;

    background-size: cover;

    background-color: #172238;

    padding-bottom: 100px;

    padding: 0px 0px 50px 0px;

}

section.courses .item .down-content p a{

  color: orange;

  font-weight: 600;

  

}



section.courses .item img {

    border-top-right-radius: 5px;

    border-top-left-radius: 5px;

    

}



section.courses .item .down-content {

    padding: 30px;

    padding-bottom: 1px;

    background-color: white;

    border-bottom-right-radius: 5px;

    border-bottom-left-radius: 5px;

}





section.courses .item .down-content p {

  margin-bottom: 25px;

  color: black;

  font-size: 0.8rem;

  font-weight: 590;

  text-align: center;

  text-justify: inter-word;

}



section.courses .item .down-content h4 {

    font-size: 0.9rem;

    text-transform: uppercase;

    color: #1e1e1e;

    letter-spacing: 0.5px;

    font-weight: 700;

    margin-top: 0px;

    text-align: center;

    margin-bottom: 20px;

}



section.courses .item .down-content img {

    width: 40px;

    border: 2px solid #f5a425;

    border-radius: 50%;

    text-align: left;

    display: inline-block;

    

}



section.courses .item .down-content .text-button-pay {

    float: right;

    display: inline-block;

    margin-top: -30px;

}



section.courses .item .down-content .text-button-pay a {

    color: #f5a425;

    font-size: 13px;

}



section.courses .item .down-content .text-button-free {

    float: right;

    display: inline-block;

    margin-top: -30px;

}



section.courses .item .down-content .text-button-free a {

    color: #7a7a7a;

    font-size: 13px;

}



section.courses .owl-carousel .owl-nav {

    display: none;

}



section.courses .owl-carousel .owl-dots {

    text-align: center;

}



section.courses .owl-carousel button.owl-dot {

    width: 10px;

    height: 10px;

    background-color: #fff;

    margin: 50px 10px 0px 10px;

    outline: none;

}

section.courses .owl-carousel button.active {

    background-color: #f5a425;

}











/* Video */



section.video {

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

    background-repeat: no-repeat;

    background-size: cover;

    background-color: #172238;

    padding: 120px 0px;

}



section.video .left-content {

  color: #fff;

}



section.video .left-content span {

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 0.5px;

}



section.video .left-content h4 {

    margin-top: 20px;

    font-size: 30px;

    color: #fff;

    font-weight: 800;

    letter-spacing: 0.5px;

    line-height: 40px;

    margin-bottom: 20px;

}

section.video .left-content h4 em {

    font-style: normal;

    color: #f5a425;

}



section.video .left-content .main-button {

  margin-top: 30px;

}



.video-item {

  position: relative;

  width: 100%;

  max-width: 600px;

  margin: 0px auto 0;

}



@media screen and (max-width: 767px) {



  section.video .left-content {

    margin-bottom: 45px;

  }



  section.video .first-item .first-content h4,

  section.video .second-item .second-content h4 {

    text-align: center;

  }



}



.video-item figure {

  position: relative;

  width: 100%;

  font-size: 0;

}

.video-item figure img {

  width: 100%;

}

.video-item figure a:before {

  content: '';

  position: absolute;

  bottom: 10px;

  right: 15px;

  width: 60px;

  height: 60px;

  margin-top: -32.5px;

  margin-left: -32.5px;

  border-radius: 50%;

  background-color: #f5a425;

  z-index: 10;

}

.video-item figure a:after {

  content: '';

  position: absolute;

  bottom: 27.5px;

  right: 20px;

  margin-top: -12.5px;

  margin-left: -7px;

  border: solid 13px transparent;

  border-left: solid 20px;

  border-left-color: #fff;

  z-index: 10;

}

.video-item figure a:hover:before {

  background-color: #f5a425;

}



.video-item .video-caption {

    position: absolute;

    z-index: 10;

    background-color: rgba(250,250,250,0.75);

    height: 80px;

    width: 100%;

    padding: 27px 30px;

    bottom: 0;

}



.video-item .video-caption h4 {

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: 1px;

}



/* Magnific Popup CSS */

.mfp-bg {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1042;

  overflow: hidden;

  position: fixed;

  background: #0b0b0b;

  opacity: 0.8;

}



.mfp-wrap {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1043;

  position: fixed;

  outline: none !important;

  -webkit-backface-visibility: hidden;

}



.mfp-container {

  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  padding: 0 8px;

  box-sizing: border-box;

}



.mfp-container:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle;

}



.mfp-align-top .mfp-container:before {

  display: none;

}



.mfp-content {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  margin: 0 auto;

  text-align: left;

  z-index: 1045;

}



.mfp-inline-holder .mfp-content,

.mfp-ajax-holder .mfp-content {

  width: 100%;

  cursor: auto;

}



.mfp-ajax-cur {

  cursor: progress;

}



.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {

  cursor: -moz-zoom-out;

  cursor: -webkit-zoom-out;

  cursor: zoom-out;

}



.mfp-zoom {

  cursor: pointer;

  cursor: -webkit-zoom-in;

  cursor: -moz-zoom-in;

  cursor: zoom-in;

}



.mfp-auto-cursor .mfp-content {

  cursor: auto;

}



.mfp-close,

.mfp-arrow,

.mfp-preloader,

.mfp-counter {

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;

}



.mfp-loading.mfp-figure {

  display: none;

}



.mfp-hide {

  display: none !important;

}



.mfp-preloader {

  color: #CCC;

  position: absolute;

  top: 50%;

  width: auto;

  text-align: center;

  margin-top: -0.8em;

  left: 8px;

  right: 8px;

  z-index: 1044;

}



.mfp-preloader a {

  color: #CCC;

}



.mfp-preloader a:hover {

  color: #FFF;

}



.mfp-s-ready .mfp-preloader {

  display: none;

}



.mfp-s-error .mfp-content {

  display: none;

}



button.mfp-close,

button.mfp-arrow {

  overflow: visible;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

  display: block;

  outline: none;

  padding: 0;

  z-index: 1046;

  box-shadow: none;

  touch-action: manipulation;

}



button::-moz-focus-inner {

  padding: 0;

  border: 0;

}



.mfp-close {

  width: 44px;

  height: 44px;

  line-height: 44px;

  position: absolute;

  right: 0;

  top: 0;

  text-decoration: none;

  text-align: center;

  opacity: 0.65;

  padding: 0 0 18px 10px;

  color: #FFF;

  font-style: normal;

  font-size: 28px;

  font-family: Arial, Baskerville, monospace;

}



.mfp-close:hover,

.mfp-close:focus {

  opacity: 1;

}



.mfp-close:active {

  top: 1px;

}



.mfp-close-btn-in .mfp-close {

  color: #333;

}



.mfp-image-holder .mfp-close,

.mfp-iframe-holder .mfp-close {

  color: #FFF;

  right: -6px;

  text-align: right;

  padding-right: 6px;

  width: 100%;

}



.mfp-counter {

  position: absolute;

  top: 0;

  right: 0;

  color: #CCC;

  font-size: 12px;

  line-height: 18px;

  white-space: nowrap;

}



.mfp-arrow {

  position: absolute;

  opacity: 0.65;

  margin: 0;

  top: 50%;

  margin-top: -55px;

  padding: 0;

  width: 90px;

  height: 110px;

  -webkit-tap-highlight-color: transparent;

}



.mfp-arrow:active {

  margin-top: -54px;

}



.mfp-arrow:hover,

.mfp-arrow:focus {

  opacity: 1;

}



.mfp-arrow:before,

.mfp-arrow:after {

  content: '';

  display: block;

  width: 0;

  height: 0;

  position: absolute;

  left: 0;

  top: 0;

  margin-top: 35px;

  margin-left: 35px;

  border: medium inset transparent;

}



.mfp-arrow:after {

  border-top-width: 13px;

  border-bottom-width: 13px;

  top: 8px;

}



.mfp-arrow:before {

  border-top-width: 21px;

  border-bottom-width: 21px;

  opacity: 0.7;

}



.mfp-arrow-left {

  left: 0;

}



.mfp-arrow-left:after {

  border-right: 17px solid #FFF;

  margin-left: 31px;

}



.mfp-arrow-left:before {

  margin-left: 25px;

  border-right: 27px solid #3F3F3F;

}



.mfp-arrow-right {

  right: 0;

}



.mfp-arrow-right:after {

  border-left: 17px solid #FFF;

  margin-left: 39px;

}



.mfp-arrow-right:before {

  border-left: 27px solid #3F3F3F;

}



.mfp-iframe-holder {

  padding-top: 40px;

  padding-bottom: 40px;

}



.mfp-iframe-holder .mfp-content {

  line-height: 0;

  width: 100%;

  max-width: 900px;

}



.mfp-iframe-holder .mfp-close {

  top: -40px;

}



.mfp-iframe-scaler {

  width: 100%;

  height: 0;

  overflow: hidden;

  padding-top: 56.25%;

}



.mfp-iframe-scaler iframe {

  position: absolute;

  display: block;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background: #000;

}



/* Main image in popup */

img.mfp-img {

  width: auto;

  max-width: 100%;

  height: auto;

  display: block;

  line-height: 0;

  box-sizing: border-box;

  padding: 40px 0 40px;

  margin: 0 auto;

}



/* The shadow behind the image */

.mfp-figure {

  line-height: 0;

}



.mfp-figure:after {

  content: '';

  position: absolute;

  left: 0;

  top: 40px;

  bottom: 40px;

  display: block;

  right: 0;

  width: auto;

  height: auto;

  z-index: -1;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background: #444;

}



.mfp-figure small {

  color: #BDBDBD;

  display: block;

  font-size: 12px;

  line-height: 14px;

}



.mfp-figure figure {

  margin: 0;

}



.mfp-bottom-bar {

  margin-top: -36px;

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  cursor: auto;

}



.mfp-title {

  text-align: left;

  line-height: 18px;

  color: #F3F3F3;

  word-wrap: break-word;

  padding-right: 36px;

}



.mfp-image-holder .mfp-content {

  max-width: 100%;

}



.mfp-gallery .mfp-image-holder .mfp-figure {

  cursor: pointer;

}



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**

       * Remove all paddings around the image on small screen

       */

  .mfp-img-mobile .mfp-image-holder {

    padding-left: 0;

    padding-right: 0;

  }



  .mfp-img-mobile img.mfp-img {

    padding: 0;

  }



  .mfp-img-mobile .mfp-figure:after {

    top: 0;

    bottom: 0;

  }



  .mfp-img-mobile .mfp-figure small {

    display: inline;

    margin-left: 5px;

  }



  .mfp-img-mobile .mfp-bottom-bar {

    background: rgba(0, 0, 0, 0.6);

    bottom: 0;

    margin: 0;

    top: auto;

    padding: 3px 5px;

    position: fixed;

    box-sizing: border-box;

  }



  .mfp-img-mobile .mfp-bottom-bar:empty {

    padding: 0;

  }



  .mfp-img-mobile .mfp-counter {

    right: 5px;

    top: 3px;

  }



  .mfp-img-mobile .mfp-close {

    top: 0;

    right: 0;

    width: 35px;

    height: 35px;

    line-height: 35px;

    background: rgba(0, 0, 0, 0.6);

    position: fixed;

    text-align: center;

    padding: 0;

  }

}



@media all and (max-width: 900px) {

  .mfp-arrow {

    -webkit-transform: scale(0.75);

    transform: scale(0.75);

  }



  .mfp-arrow-left {

    -webkit-transform-origin: 0;

    transform-origin: 0;

  }



  .mfp-arrow-right {

    -webkit-transform-origin: 100%;

    transform-origin: 100%;

  }



  .mfp-container {

    padding-left: 6px;

    padding-right: 6px;

  }

}







/* Contact */



section.contact {

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

    background-repeat: no-repeat;

    background-size: cover;

    background-color: #172238;

    padding-bottom: 120px;

}





section.contact form {

    background-color: rgba(250,250,250,0.1);

    padding: 30px;

    width: 100%;

}





@media screen and (max-width: 767px) {  

  section.contact form {

      margin-bottom: 30px;

  }

}



section.contact form input {

    width: 100%;

    height: 40px;

    background-color: rgba(250,250,250,0.1);

    border-radius: 0px;

    border: none;

    outline: none;

    color: #fff;

    font-size: 13px;

    margin-bottom: 30px;

    letter-spacing: 0.5px;

}



section.contact form textarea {

    width: 100%;

    height: 220px;

    max-height: 150px;

    min-height: 100px;

    background-color: rgba(250,250,250,0.1);

    border-radius: 0px;

    border: none;

    outline: none;

    color: #fff;

    font-size: 13px;

    margin-bottom: 30px;

    letter-spacing: 0.5px;

}



section.contact form input:focus,

section.contact form textarea:focus {

    outline: none;

    border: none;

    box-shadow: none;

    color: #fff;

    background-color: rgba(250,250,250,0.1);

}



section.contact form::placeholder { color: #fff }

section.contact form input::placeholder { color: #fff; }

section.contact form input::placeholder { color: #fff; }



section.contact form::placeholder { color: #fff }

section.contact form textarea::placeholder { color: #fff; }

section.contact form textarea::placeholder { color: #fff; }



section.contact form button {

    background-color: #f5a425;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-weight: 700;

    padding: 12px 20px;

    display: inline-block;

    outline: none;

    box-shadow: none;

    border: none;

}



/* Footer */



footer {

    background-color: #152036;

    text-align: center;

}



footer p {

    margin-bottom: 0px;

    padding: 10px 0px;

    color: #fff;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 0.5px;

}



footer p a,

footer p a:hover {

    color: #f5a425;

}



@media screen and (max-width: 992px) {

  .features { background-color: #0c1228; }

  .features-content { position: relative; }

  .features-post { border-left: 0 }

}



@media screen and (max-width: 950px) {

  .main-menu { padding-right: 0!important; }

  .main-header .logo {

    line-height: 73px;

  }

  .main-menu li {

    display: block;

    line-height: 1;

    margin-left: 0 !important;

  }



  .main-menu li .sub-menu {

    opacity: 1;

    visibility: visible;

    position: static;

    margin-left: auto;

    margin-right: auto;

    width: 100%;

  }

  .main-menu li .sub-menu li:last-child {

    border-bottom: 1px solid rgba(250,250,250,0.25);

  }

}



@media screen and (max-width: 950px) and (max-height: 400px) {

  nav[role="navigation"].active {

    max-height: calc(80px + 100vh);

    overflow-y: auto;

  }

}



@media screen and (max-width: 767px) {

  footer p {

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.25px;

  }

}



.services .head h2{

  color: white;

  font-weight: 800;

  font-size: 2.5rem;

  text-transform: uppercase;

  text-align: center;

}

.services {

  background-image: linear-gradient(rgba(40, 42, 53, 0.295) 100%,rgba(255, 255, 0, 0.082) 100%), url(../images/choosing-bg.jpg);

  

  background-color: #0e0e0f;

  background-repeat: no-repeat;

  background-size: cover;

  padding-bottom: 100px;

}

.services .container .box {

            

  display: flex;

  justify-content: center;

  align-items: center;

  max-width: 1200px;

  flex-wrap: wrap;

  z-index: 1;

  padding-bottom: 10px;

}

 

.services .container .card{

  

  width: 280px;

  height: 400px;

  margin: 30px;

  box-shadow:20px 20px 50px rgba(0,0,0,0.5);

  border-radius: 15px;

  background:rgba(139, 135, 135, 0.5);

  display: flex;

  justify-content: center;

  align-items: center;

  border-top:1px solid rgba(255, 255, 255, 0.395);

  border-left:1px solid rgba(255, 255, 255, 0.301);

  



}

.services .container .card .content{

  padding:66px 20px 80px 20px;

  

  text-align: center;

  position: relative;

  

}

.services .container .card .content h2{

  font-size: 7.8rem;

  color:rgb(26, 19, 19,0.5);

  padding:0;

  margin:0;

  position: absolute;

  top:-1rem;

  right:1rem;

  z-index: -1;

  pointer-events: none;

  

}

.services .container .card .content h3{

  font-size: 1.8rem;

  color: white;

  

}

.services .container .card .content p{

  font-size: 1rem;

  padding: 0 0 1rem 0;

  

  text-align: center;

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

  

  font-weight:  400;

  

}

.services .content a{

  

  padding:8px 20px;

  background-color: white;

  color: black;

  border-radius: 20px;

  font-weight: 500;

  box-shadow: 0 5px 15px rgba(0,0,0,0.5);

  bottom:30%;

  text-decoration: none;

}

.services .card{

  border-radius: 0;

  transition: all 0.2s;

}

.services .card:hover{

  border:1px solid white;

  border-radius: 15px;

  

  

}

.services .card:hover .content p{

  color: white;

  

}













body { color: #ccc }

.footer-widget p {

    margin-bottom: 27px;

}

 .footer-widget p {

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

    font-size: 16px;

  color:rgb(250, 250, 250);

    line-height: 28px;

}



   .animate-border {

  position: relative;

  display: block;

  width: 115px;

  height: 3px;

  background: #007bff; }



.animate-border:after {

  position: absolute;

  content: "";

  width: 35px;

  height: 3px;

  left: 0;

  bottom: 0;

  border-left: 10px solid #fff;

  border-right: 10px solid #fff;

  -webkit-animation: animborder 2s linear infinite;

  animation: animborder 2s linear infinite; }



@-webkit-keyframes animborder {

  0% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px); }

  100% {

    -webkit-transform: translateX(113px);

    transform: translateX(113px); } }



@keyframes animborder {

  0% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px); }

  100% {

    -webkit-transform: translateX(113px);

    transform: translateX(113px); } }



.animate-border.border-white:after {

  border-color: #fff; }



.animate-border.border-yellow:after {

  border-color: #F5B02E; }



.animate-border.border-orange:after {

  border-right-color: #007bff;

  border-left-color: #007bff; }



.animate-border.border-ash:after {

  border-right-color: #EEF0EF;

  border-left-color: #EEF0EF; }



.animate-border.border-offwhite:after {

  border-right-color: #F7F9F8;

  border-left-color: #F7F9F8; }



/* Animated heading border */

@keyframes primary-short {

  0% {

    width: 15%; }

  50% {

    width: 90%; }

  100% {

    width: 10%; } }



@keyframes primary-long {

  0% {

    width: 80%; }

  50% {

    width: 0%; }

  100% {

    width: 80%; } } 



.dk-footer {

  padding: 75px 0 0;

  background-color: #151414;

  position: relative;

  z-index: 2; }

  .dk-footer .contact-us {

    margin-top: 0;

    margin-bottom: 0px;

    padding-left: 80px; }

    .dk-footer .contact-us .contact-info {

      margin-left: 50px; }

    .dk-footer .contact-us.contact-us-last {

      margin-left: -80px; }

  .dk-footer .contact-icon i {

    font-size: 24px;

    top: -15px;

    position: relative;

    color:#007bff; }



.dk-footer-box-info {

  position: absolute;

  top: -142px;

  background: #202020;

  padding: 40px 40px;

  z-index: 2; }

  .dk-footer-box-info .footer-social-link h3 {

    color: #fff;

    font-size: 24px;

    margin-bottom: 25px; }

  .dk-footer-box-info .footer-social-link ul {

    list-style-type: none;

    padding: 0;

    margin: 0; }

  .dk-footer-box-info .footer-social-link li {

  

    display: inline-block; 

  }



  .dk-footer-box-info .footer-social-link a i.fa-facebook{

      transition: all 0.8s;

  

    

    }

    .dk-footer-box-info .footer-social-link a i.fa-facebook:hover {

      border-radius: 0;



    }

    .dk-footer-box-info .footer-social-link a i.fa-linkedin{

      transition: all 0.8s;

  

    

    }

    .dk-footer-box-info .footer-social-link a i.fa-linkedin:hover {

      border-radius: 0;



    }



  .dk-footer-box-info .footer-social-link a i {

    display: block;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    line-height: 40px;

    background: #000;

    margin-right: 5px;

    color: #fff; }

    .dk-footer-box-info .footer-social-link a i.fa-facebook {

      background-color: #3B5998; }

    .dk-footer-box-info .footer-social-link a i.fa-twitter {

      background-color: #55ACEE; }

    .dk-footer-box-info .footer-social-link a i.fa-google-plus {

      background-color: #DD4B39; }

    .dk-footer-box-info .footer-social-link a i.fa-linkedin {

      background-color: #0976B4; }

    .dk-footer-box-info .footer-social-link a i.fa-instagram {

      background-color: #B7242A; }



.footer-awarad {

  margin-top: 285px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 100%;

  -moz-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center; }

  .footer-awarad p {

    color: #fff;

    font-size: 24px;

    font-weight: 700;

    margin-left: 20px;

    padding-top: 15px; 

  }



.footer-info-text {

  margin: 26px 0 32px; }



.footer-left-widget {

  padding-left: 20px;

  text-align: left;

 }

 

.footer-widget .section-heading {

  margin-bottom: 15px; }



.footer-widget h3 {

  font-size: 24px;

  color: #fff;

  position: relative;

  margin-bottom: 15px;

  max-width: -webkit-fit-content;

  max-width: -moz-fit-content;

  max-width: fit-content; }



.footer-widget ul {

  width: 50%;

  float: left;

  list-style: none;

  margin: 0;

  padding: 0; }



.footer-widget li {

  margin-bottom: 18px; }



.footer-widget p {

  margin-bottom: 27px; }



.footer-widget a {

  color: #878787;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s; }

  .footer-widget a:hover {

    color: #007bff; }



    .footer-left-widget ul li a{



      text-transform: uppercase;

    }



.footer-widget:after {

  content: "";

  display: block;

  clear: both; }



.dk-footer-form {

  position: relative; }

  .dk-footer-form input[type=email] {

    padding: 14px 28px;

    border-radius: 50px;

    background: #2E2E2E;

    border: 1px solid #2E2E2E; }

  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {

    color: #878787;

    font-size: 14px; }

  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {

    color: #878787;

    font-size: 14px; }

  .dk-footer-form button[type=submit] {

    position: absolute;

    top: 0;

    right: 0;

    padding: 9px 24px 4px 17px;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    border: 1px solid #007bff;

    background: #007bff;

    color: #fff; }

  .dk-footer-form button:hover {

    cursor: pointer; }



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



    Contact



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

.contact-us {

  position: relative;

  z-index: 2;

  margin-top: 65px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center; }



.contact-icon {

  position: absolute; }

  .contact-icon i {

    font-size: 36px;

    top: -5px;

    position: relative;

    color: #007bff; }



.contact-info {

  margin-left: 75px;

  color: #fff; }

  .contact-info h3 {

    font-size: 20px;

    color: #fff;

    margin-bottom: 0; }



.copyright {

  padding: 28px 0;

  margin-top: 2px;

  background-color: #202020; }

  .copyright span,

  .copyright a {

    color: #878787;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear; }

  .copyright a:hover {

    color:#007bff; }



.copyright-menu ul {

  text-align: right;

  margin: 0; }



.copyright-menu li {

  display: inline-block;

  padding-left: 20px; }



.back-to-top {

  position: relative;

  z-index: 2; }

  .back-to-top .btn-dark {

    width: 35px;

    height: 35px;

    border-radius: 50%;

    padding: 0;

    position: fixed;

    bottom: 20px;

    right: 20px;

    background: #2e2e2e;

    border-color: #2e2e2e;

    display: none;

    z-index: 999;

    -webkit-transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    transition: all 0.3s linear; }

    .back-to-top .btn-dark:hover {

      cursor: pointer;

      background: #FA6742;

      border-color: #FA6742; }





.main-banner.mb-2{

  height: 60vh;

  margin: 0;



}

.main-banner.mb-2 p{

color: white;

font-size: 2rem;

margin:1rem 0;

font-weight: 600;

}

.pages .content h1{

  color: black;

  font-weight: 600;

  

}

.ban{

  height: 60vh;

}



.pages .content p{

  color: black;

  font-size: 0.9rem;

  font-weight: 500;

  text-align: justify;

}



.pages .content h3{

  color: black;

  font-weight: 550;

  

}

.pages .content .box{

  

  padding:1rem 0.1rem 1rem 0.1rem;

}

.pages .content .box ul li{

  font-size: 1rem;

  margin-left: 10px;

  text-align: center;

  

  

  margin-top: 0.5rem;

  

  color: black;

}

.pages .content .box ul li a{

  font-weight: 600;

  line-height: 3;

  color: black;

 position:relative; 

  padding:0px 1rem;

  

}



 /* .pages .content .box ul li::before{

  content: '>';

  background:orange;

  padding:5px 1rem;

  color: black;

  left:0;

  position: absolute;

}  */

.pages .content .box h1{

  font-size: 1.6rem;

  display: none;

}





.button-2 {

  color: #fff;

  border: 1px solid orange;

  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, orange 50%);

  background-image: linear-gradient(30deg, orange 50% , #c266d3 50%);

  background-size: 500px;

  background-repeat: no-repeat;

  background-position: 0%;

  -webkit-transition: all 0.6s ease-in-out;

  transition: all 0.6s ease-in-out;

}

.button-2:hover {

  background-position: 100%  ;

  color: #c266d3;

  color:white;

  letter-spacing: 0.5px;

  border: 1px solid orange;

  border-radius: 1rem;

  

  

}



.button-4 {

  background-color: transparent;

  border: 3px solid #ff0251;

  color: #ff0251;

  transition: .3s;



}

.button-4:hover {

  animation: pulse 1s infinite;

  transition: .3s;

}

@keyframes pulse {

  0% {

    transform: scale(1);

  }

  70% {

    transform: scale(.9);

  }

    100% {

    transform: scale(1);

  }

}



.pages .content .box-2{

  background-image: linear-gradient(rgba(4, 98, 161, 0.87) 100%,black), url(../images/page-box.jpg);

  background-size: 100%;

  

  padding:1rem;

}

.pages .content .box-2 .inner-box{

  border:1px solid white;

  text-align: center;

  padding:1rem;

  border-style: dotted;

}

.pages .content .box-2 .inner-box h1{

  color: white;

  font-size: 1.6rem;



}

.pages .content .box-2 .inner-box p{

  color: white;

}



.pages .content .box-2 .inner-box h3{

  color: white;

  font-size: 1.5rem;

}

.pages .content .content2 ul{

  list-style: square;

}

.pages .content ul li{

  color: black;

  margin-left: 1rem;

}











.heading {

  text-align: center;

  color: #454343;

  font-size: 2rem;

  font-weight: 700;

  position: relative;

  margin-bottom: 70px;

  text-transform: uppercase;

  

}

.white-heading{

  color: #ffffff;

}

.heading:after {

  content: ' ';

  position: absolute;

  top: 100%;

  left: 50%;

  height: 40px;

  width: 180px;

  border-radius: 4px;

  transform: translateX(-50%);

  background: url(img/heading-line.png);

  background-repeat: no-repeat;

  background-position: center;

}

.white-heading:after {

  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);

  

  background-repeat: no-repeat;

  background-position: center;

}



.heading span {

  font-size: 18px;

  display: block;

  font-weight: 500;

}

.white-heading span {

  color: #ffffff;

}

/*-----Testimonial-------*/

/* 

.testimonial:after {

  position: absolute;

  top: -0 !important;

  left: 0;

  content: " ";

  background: url(img/testimonial.bg-top.png);

  background-size: 100% 100px;

  width: 100%;

  height: 100px;

  float: left;

  z-index: 99;

} */



.testimonial {

  min-height: 375px;

  position: relative;

  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);

  background-image: linear-gradient(#172238c9 100%,rgba(255, 255, 0, 0.082) 100%), url(https://i.ibb.co/PTJDkgb/testimonials.jpg);

  

  background-color: #0e0e0f;

  background-repeat: no-repeat;

  background-size: cover;

 

  padding-top: 20px;

  padding-bottom: 25px;

  background-position: center;

      background-size: cover;

}

#testimonial4 .carousel-inner:hover{

cursor: -moz-grab;

cursor: -webkit-grab;

}

#testimonial4 .carousel-inner:active{

cursor: -moz-grabbing;

cursor: -webkit-grabbing;

}

#testimonial4 .carousel-inner .item{

overflow: hidden;

}



.testimonial4_indicators .carousel-indicators{

left: 0;

margin: 0;

width: 100%;

font-size: 0;

height: 20px;

bottom: 15px;

padding: 0 5px;

cursor: e-resize;

overflow-x: auto;

overflow-y: hidden;

position: absolute;

text-align: center;

white-space: nowrap;

}

.testimonial4_indicators .carousel-indicators li{

padding: 0;

width: 14px;

height: 14px;

border: none;

text-indent: 0;

margin: 2px 3px;

cursor: pointer;

display: inline-block;

background: #ffffff;

-webkit-border-radius: 100%;

border-radius: 100%;

}

.testimonial4_indicators .carousel-indicators .active{

padding: 0;

width: 14px;

height: 14px;

border: none;

margin: 2px 3px;

background-color: #9dd3af;

-webkit-border-radius: 100%;

border-radius: 100%;

}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{

height: 3px;

}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{

background: #eeeeee;

-webkit-border-radius: 0;

border-radius: 0;

}



.testimonial4_control_button .carousel-control{

top: 175px;

opacity: 1;

width: 40px;

bottom: auto;

height: 40px;

font-size: 10px;

cursor: pointer;

font-weight: 700;

overflow: hidden;

line-height: 38px;

text-shadow: none;

text-align: center;

position: absolute;

background: transparent;

border: 2px solid #ffffff;

text-transform: uppercase;

-webkit-border-radius: 100%;

border-radius: 100%;

-webkit-box-shadow: none;

box-shadow: none;

-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);

transition: all 0.6s cubic-bezier(0.3,1,0,1);

}

.testimonial4_control_button .carousel-control.left{

left: 7%;

top: 50%;

right: auto;

}

.testimonial4_control_button .carousel-control.right{

right: 7%;

top: 50%;

left: auto;

}

.testimonial4_control_button .carousel-control.left:hover,

.testimonial4_control_button .carousel-control.right:hover{

color: #000;

background: #fff;

border: 2px solid #fff;

}



.testimonial4_header{

top: 0;

left: 0;

bottom: 0;

width: 550px;

display: block;

margin: 30px auto;

text-align: center;

position: relative;

}

.testimonial4_header h4{

color: #ffffff;

font-size: 30px;

font-weight: 600;

position: relative;

letter-spacing: 1px;

text-transform: uppercase;

}



.testimonial4_slide{

top: 0;

left: 0;

right: 0;

bottom: 0;

width: 70%;

margin: auto;

padding: 20px;

position: relative;

text-align: center;

}

.testimonial4_slide img {

  top: 0;

  left: 0;

  right: 0;

  width: 106px;

  height: 106px;

  margin: auto;

  display: block;

  color: #f2f2f2;

  font-size: 18px;

  line-height: 46px;

  text-align: center;

  position: relative;

  border-radius: 50%;

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

  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

}

.testimonial4_slide p {

  color: #ffffff;

  font-size: 20px;

  line-height: 1.4;

  margin: 40px 0 20px 0;

}

.testimonial4_slide h4 {

color: #ffffff;

font-size: 22px;

}



.testimonial .carousel {

padding-bottom:50px;

}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {

  width: 35px;

  height: 35px;



}





/* self */

@media (min-width:1111px) and (max-width:1321px){



.main-menu{

  padding-right: 8px;

}

.main-menu li{

  margin-left: 0;

}

.main-menu li a{

  padding: 10px 10px;

  font-size: 12px;

}

}



@media (min-width:992px) and (max-width:1111px){



  .main-menu{

    padding-right: 5px;

  }

  .main-menu li{

    margin-left: 0;

  }

  .main-menu li a{

    padding: 10px 8px;

    font-size: 11px;

  }

  .main-header .logo a {

    font-size: 30px;

    text-transform: uppercase;

    font-weight: 700;

 

}

  }



  /* self logo */

.main-header a img{

  width: 145px;

    height: 67px;

    padding: 0;

    margin-left: 10%;

    

    /* margin-bottom: 11%; */

    display: flex;

    margin-top: 5%;

}

.main-header {

  background-color:rgb(254 254 254);

  height: 80px;

  position: fixed;

  z-index: 12;

  width: 100%;

  top: 0;

}



.main-menu li a {

  padding: 10px 15px;

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  font-weight: 700;

  color: rgb(17, 16, 16);

  transition: all 0.5s;

}

.sub-menu li a{

  color: white;

}





.fa {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  color: black;

  transform: translate(0, 0);

}