/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  featured
#0.7  services
#0.8  fun-fact
#0.9  about-us-section
#0.10  latest-projects
#0.11  testimonials
#0.12  blog-section 
#0.13  contact-section


**--------------------------------------------------------------
#	home style 2
--------------------------------------------------------------**
#1.1  services-style2
#1.2  about-us-section-style2
#1.3  company-timeline
#1.4  faq
#1.5  testimonials-style2


**--------------------------------------------------------------
#	home style 3
--------------------------------------------------------------**
#2.1  featured
#2.2  about-us-section-style3
#2.3  team
#2.4  pricing
#2.5  cta
#2.6  partner


**--------------------------------------------------------------
#	about page
--------------------------------------------------------------**
#3.1  page title
#3.2  about-company-s2


**--------------------------------------------------------------
#	service page
--------------------------------------------------------------**
#4.1  featured


**--------------------------------------------------------------
#	service page
--------------------------------------------------------------**
#4.1  featured


**--------------------------------------------------------------
#	services st2 page
--------------------------------------------------------------**
#5.1  service-st2-content	


**--------------------------------------------------------------
#	service single page
--------------------------------------------------------------**
#6.1  service-single-content


**--------------------------------------------------------------
#	case studies page
--------------------------------------------------------------**
#7.1  page-title
#7.2  case-studies


**--------------------------------------------------------------
#	case studies style 2 page
--------------------------------------------------------------**
#8.1  page-title
#8.2  case-studies-s2-content-wrapper


**--------------------------------------------------------------
#	case study single page
--------------------------------------------------------------**
#9.1  page-title
#9.2  case-study-single-content


**--------------------------------------------------------------
#	careers page
--------------------------------------------------------------**
#10.1  page-title
#10.2  careers-content


**--------------------------------------------------------------
#	careers vacancy page
--------------------------------------------------------------**
#11.1  page-title
#11.2  careers-vacancy-content


**--------------------------------------------------------------
#	team page
--------------------------------------------------------------**
#12.1  page-title
#12.2  team-content


**--------------------------------------------------------------
#	team style 2 page
--------------------------------------------------------------**
#13.1  page-title
#13.2  team-s2-content


**--------------------------------------------------------------
#	team single page
--------------------------------------------------------------**
#14.1  team-single-content


**--------------------------------------------------------------
#	partners page
--------------------------------------------------------------**
#15.1  page-title
#15.2  partners-content-wrapper


**--------------------------------------------------------------
#	faq page
--------------------------------------------------------------**
#16.1  faq-content


**--------------------------------------------------------------
#	testimonials page
--------------------------------------------------------------**
#17.1  page-title
#17.2  testimonials-content


**--------------------------------------------------------------
#	blog page
--------------------------------------------------------------**
#18.1  blog-section


**--------------------------------------------------------------
#	blog width sidebar page
--------------------------------------------------------------**
#19.1  blog-with-sidebar-section


**--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------**
#20.1  blog-single-content	



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,600,600i,700,700i,800,800i");
/*======================================
        **  1. Global Css **
======================================*/
html{
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #272727;
  line-height: 1.5; }

@media (max-width: 767px){
  body{
    font-size: 14px;
  }
}

p{
  color: #667380;
  line-height: 1.8em;
  margin:0 0 9px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #06223e;
  font-weight: bold;
}






.featured .grid .details h3 {
  font-size: 1.375rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 1em;
  position: relative;
}

@media (max-width: 991px) {
  .featured .grid .details h3 {
    font-size: 1.125rem;
  }
}

.featured .grid .details h3 .fi {
  position: absolute;
  right: 0;
}

.featured .grid .details p {
  color: #fff;
  margin: 0;
}

.services-grids .grid {
  position: relative;
  padding-left: 90px;
  height:auto;
  padding-bottom:34px;
 /* max-height:280px;
  min-height:280px;*/
}

@media (max-width: 991px) {
  .services-grids .grid {
    padding-left: 65px;
  }
}

.services-grids .icon {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .services-grids .icon {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .services-grids .icon {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}

.services-grids .icon:before {
  content: "";
  background-color: #fff;
  width: 56px;
  height: 46px;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 991px) {
  .services-grids .icon:before {
    width: 46px;
    height: 36px;
    left: 2px;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .services-grids .icon:before {
    width: 38px;
    height: 33px;
    left: 1px;
    top: 1px;
  }
}

.services-grids .icon .fi {
  position: relative;
  z-index: 10;
}

.services-grids .icon .fi:before {
  font-size: 1.75rem;
  color: #f39c12;
}

@media (max-width: 991px) {
  .services-grids .icon .fi:before {
    font-size: 1.375rem;
  }
}

.services-grids h3 {
  font-size: 18px !important;
  line-height: 1.3em;
  color: #031633;
  margin: 0 0 0.5em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .services-grids h3 {
    font-size: 1.125rem;
  }
}

.services-grids p {
  margin: 0;
}


@media (max-width: 767px) {
  .latest-projects .grid-inner i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
  }
}

.latest-projects .grid-inner h3 {
  background-color: #f39c12;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 5px;
  text-transform: capitalize;
  position: absolute;
  bottom: -10%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .latest-projects .grid-inner h3 {
    font-size: 1rem;
    padding: 8px 5px;
  }
}



.pricing-grids .grid .icon {
  display: block;
}

.pricing-grids .grid .fi:before {
  font-size: 60px;
  color: #f39c12;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .fi:before {
    font-size: 45px;
  }
}

.pricing-grids .grid h3 {
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  margin: 0.31em 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .pricing-grids .grid h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .pricing-grids .grid h3 {
    font-size: 2.1875rem;
  }
}

.pricing-grids .grid h3 span {
  font-size: 1.25rem;
  position: absolute;
  top: 4px;
  left: -12px;
}

.pricing-grids .grid .pricing-header > span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 1.375rem;
  color: #999999;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .pricing-header > span {
    font-size: 1.125rem;
  }
}

.pricing-grids .grid .pricing-details {
  margin-top: 30px;
}

.pricing-grids .grid .pricing-details ul {
  margin-bottom: 50px;
}

.pricing-grids .grid ul li {
  font-size: 1.125rem;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
  .pricing-grids .grid ul li {
    font-size: 1rem;
  }
}

.pricing-grids .grid ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.pricing-grids .grid .btn span {
  position: relative;
}

.pricing-grids .grid .btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #193775;
  padding: 0;
  border: 0;
  position: relative;
  text-transform: capitalize;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}

.pricing-grids .grid .btn:before {
  content: "";
  background: #fff;
  width: 156px;
  height: 41px;
  left: 2px;
  top: 2px;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}



/*** pagination ***/
.page-pagination {
  text-align: center;
}

.page-pagination ul {
  display: inline-block;
  overflow: hidden;
}

.page-pagination ul li {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #00abc9;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .page-pagination ul li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
  }
}

.page-pagination ul li:last-child {
  margin-right: 0;
}

.page-pagination ul li a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #667380;
}

@media (max-width: 767px) {
  .page-pagination ul li a {
    font-size: 0.875rem;
  }
}

.page-pagination ul li a:hover,
.page-pagination ul .current a {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #f39c12;
}



@media (max-width: 991px) {
  .site-footer .widget > h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3 {
    font-size: 1.125rem;
  }
}




@media (max-width: 767px) {
  .site-footer .about-widget .office-time .icon {
    top: 0;
  }
}

.site-footer .about-widget .office-time .fi:before {
  font-size: 45px;
  color: #f39c12;
}

@media (max-width: 767px) {
  .site-footer .about-widget .office-time .fi:before {
    font-size: 25px;
  }
}







.fun-fact p,
.fun-fact h3 {
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .fun-fact .content > .col {
    margin-bottom: 40px;
  }
}

.fun-fact h3 {
  font-size: 3.125rem;
  padding-bottom: 0.2em;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 1.875rem;
  }
}

.fun-fact h3:after {
  content: "";
  background-color: #f39c12;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}






@media (max-width: 991px) {
  .home-style-1 .about-us-section:after {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .home-style-1 .about-us-section:after {
    width: 100%;
  }
}


.about-us-section .about-us-slider h3 {
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider h3 {
    font-size: 1.25rem;
  }
}

.about-us-section .about-us-slider p {
  margin-bottom: 1em;
}




.testimonials .left-col .section-title p {
  margin-top: 28px;
}






.testimonials .testimonials-slider p {
  margin: 0;
}




.contact-section-wrapper .contact-switcher ul button .fi {
  color: #193775;
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-switcher ul button .fi:before {
    font-size: 0.9375rem;
  }
}


.contact-section-wrapper .contact-switcher ul .active {
  color: #fff;
}

.contact-section-wrapper .contact-switcher ul .active .fi {
  color: #fff;
}





.contact-section-wrapper .contact-block .contact-info,
.contact-section-wrapper .contact-block .contact-form {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-block .contact-info,
  .contact-section-wrapper .contact-block .contact-form {
    width: 100%;
    float: none;
  }
}

.contact-section-wrapper .contact-block .contact-info {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-info {
    padding-right: 0;
  }
}

.contact-section-wrapper .contact-block .contact-info ul {
  margin-top: 30px;
}

.contact-section-wrapper .contact-block .contact-info ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  color: #667380;
}

.contact-section-wrapper .contact-block .contact-info li .icon {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
}



/*--------------------------------------------------------------
#1.2	about-us-section-style2
--------------------------------------------------------------*/
.about-us-section-style2, .about-us-section-style3 {
  padding-bottom: 0;
  background: url("../images/about-style2-bg.jpg") right bottom/80% no-repeat local;
}

@media (max-width: 991px) {
  .about-us-section-style2, .about-us-section-style3 {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .about-us-section-style2 .signature img, .about-us-section-style3 .signature img {
    max-width: 100px;
  }
}

.about-us-section-style2 h3, .about-us-section-style3 h3 {
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .about-us-section-style2 h3, .about-us-section-style3 h3 {
    font-size: 1.25rem;
  }
}

.about-us-section-style2 p, .about-us-section-style3 p {
  margin-bottom: 1em;
}


/*--------------------------------------------------------------
#2.2	about-us-section-style3
--------------------------------------------------------------*/
.about-us-section-style3 {
  padding-bottom: 120px;
  background-image: none;
}

@media (max-width: 991px) {
  .about-us-section-style3 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-us-section-style3 {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .about-us-section-style3 .about-company-slider-wrapper {
    margin-top: 60px;
  }
}

.about-us-section-style3 .about-company-slider {
  position: relative;
}

.about-us-section-style3 .about-company-slider img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-us-section-style3 .about-company-slider {
    max-width: 500px;
  }
}

.about-us-section-style3 .about-company-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
  background: #f39c12;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev,
.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div:hover {
  background: #193775;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

/*--------------------------------------------------------------
#2.3	team
--------------------------------------------------------------*/
.team .team-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls {
    margin-top: 40px;
  }
}

.team .team-slider .owl-controls .owl-dots > div span {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls .owl-dots > div span {
    width: 15px;
    height: 15px;
    margin: 0 7px 0 0;
  }
}

.team .team-slider .owl-controls .owl-dots > div span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
  }
}

.team .team-slider .owl-controls .owl-dots > .active span:before {
  background: #f39c12;
  box-shadow: 0 0 0 2px #f39c12;
}

/*--------------------------------------------------------------
#2.4	pricing
--------------------------------------------------------------*/
.pricing {
  padding-top: 0;
}

.pricing .section-title {
  text-align: left;
}

.pricing .section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .pricing .pricing-grids > .col {
    margin-bottom: 80px;
  }
  .pricing .pricing-grids > .col:last-child {
    margin-bottom: 0;
    margin-left: 187px;
  }
}

@media (max-width: 767px) {
  .pricing .pricing-grids > .col {
    margin-bottom: 45px;
  }
  .pricing .pricing-grids > .col:last-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
#2.5	cta
--------------------------------------------------------------*/
.cta {
  padding: 70px 0;
  position: relative;
}

.cta:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta h5 {
  font-size: 2.25rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .cta h5 {
    font-size: 1.375rem;
    line-height: 1.3em;
  }
}

.cta .btn {
  background-color: #f39c12;
  font-size: 1.0625rem;
  color: #fff;
  padding: 12px 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .cta .btn {
    font-size: 1rem;
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .cta .btn {
    font-size: 0.9375rem;
    position: static;
    margin-top: 25px;
    padding: 8px 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
#2.6	partner
--------------------------------------------------------------*/
.partner {
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .partner {
    padding: 50px 0;
  }
}

.partner .grid img {
  display: inline-block;
  width: auto;
  max-width: 90%;
}

/*--------------------------------------------------------------
#	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	page title
--------------------------------------------------------------*/
.about-page .page-title {
  background-image: url(../images/page-title/img-7.jpg);
}

/*--------------------------------------------------------------
#3.2	about-company-s2	
--------------------------------------------------------------*/
.about-company-s2 {
  /*** about compay slider ***/
  /*** mission ***/
}

.about-company-s2 .section-title {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .about-company-s2 .section-title {
    margin-bottom: 35px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-controls {
  margin: 30px 0 35px;
}

@media (max-width: 991px) {
  .about-company-s2 .about-company-s2-slider .owl-controls {
    margin: 20px 0 25px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span {
  width: 15px;
  height: 15px;
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .about-company-s2 .about-company-s2-slider .owl-dots > div span,
  .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 1px;
    top: 1px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div:hover span,
.about-company-s2 .about-company-s2-slider .owl-dots > div:hover span:before,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span:before {
  background: #f39c12;
}

.about-company-s2 .about-company-s2-slider-wrapper {
  padding-bottom: 35px;
  position: relative;
}

.about-company-s2 .about-company-s2-slider-wrapper:after {
  content: "";
  width: 97%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-company-s2 .about-company-s2-slider-wrapper p {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .about-company-s2 .about-company-s2-slider-wrapper p {
    padding: 0 45px;
  }
}

.about-company-s2 .mission {
  margin-top: 45px;
}

.about-company-s2 .mission .section-title {
  text-align: left;
}

.about-company-s2 .mission .section-title h2 {
  line-height: 1.2em;
}

.about-company-s2 .mission .section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-company-s2 .mission .details {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-company-s2 .mission .details {
    margin-bottom: 80px;
  }
}

.about-company-s2 .mission .details li {
  font-size: 1.0625rem;
  line-height: 1.7em;
  color: #667380;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details li {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}

.about-company-s2 .mission .details li i {
  display: inline-block;
  padding-right: 5px;
  color: #f39c12;
}

.about-company-s2 .mission .details ul li:last-child {
  margin-bottom: 0;
}

.about-company-s2 .mission .details .right-col {
  background: url("../images/about-page-video-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details .right-col {
    margin: 45px 15px 0;
  }
}

@media (max-width: 767px) {
  .about-company-s2 .mission .details .right-col {
    height: 250px !important;
  }
}

.about-company-s2 .mission .details .right-col:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-company-s2 .mission .details .right-col a {
  font-size: 2.1875rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** others ***/
.about-page .team {
  background-color: #06223e;
}

.about-page .team .section-title h2 {
  color: #fff;
}

.about-page .team .section-title h2:after {
  background: #fff;
  background: -webkit-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -moz-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -o-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -ms-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  width: 105px;
}

.about-page .team .section-title p {
  color: #cccccc;
}

.about-page .team .team-slider .owl-controls .owl-dots > div span:before {
  background: #06223e;
}

.about-page .team .team-slider .owl-controls .owl-dots > .active span:before {
  background: #f39c12;
}

/*--------------------------------------------------------------
#	services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	featured
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .service-page .featured {
    padding-bottom: 85px;
  }
  .service-page .featured .content > .col {
    margin-bottom: 35px;
  }
}

/*--------------------------------------------------------------
#	services st2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	service-st2-content	
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .service-st2 .featured {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .service-st2 .featured {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .service-st2-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .service-st2-content {
    margin-bottom: 80px;
  }
}

.service-st2-content .section-title {
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service-st2-content .section-title {
    margin-bottom: 40px;
  }
}

.service-st2-content .section-title h2 {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

@media (max-width: 1199px) {
  .service-st2-content .section-title h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .service-st2-content .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .service-st2-content .section-title h2 {
    font-size: 1.5rem;
  }
}

.service-st2-content .section-title h2:after {
  display: none;
}

.service-st2-content .grids > .col {
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .service-st2-content .grids > .col {
    width: 100%;
  }
}

.service-st2-content .load-more {
  text-align: center;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .service-st2-content .load-more {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .service-st2-content .load-more {
    margin-top: 20px;
  }
}

.service-st2-content .load-more > div {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  .service-st2-content .load-more > div {
    width: 130px;
    height: 42px;
    line-height: 42px;
  }
}

.service-st2-content .load-more > div:before {
  content: "";
  background: #fff;
  width: 146px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 991px) {
  .service-st2-content .load-more > div:before {
    width: 126px;
    height: 38px;
  }
}

.service-st2-content .load-more a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 1.125rem;
  color: #f39c12;
  padding: 0;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .service-st2-content .load-more a {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 0.9375rem;
  }
}

.service-st2-content .load-more a i {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

/*--------------------------------------------------------------
#	service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	service-single-content	
--------------------------------------------------------------*/
.service-single-content {
  /*** service-details ***/
  /*** service single tab ***/
}

.service-single-content .service-details h2 {
  font-size: 2.625rem;
  line-height: 0.8em;
  font-weight: normal;
  margin: 0 0 0.95em;
}

@media (max-width: 991px) {
  .service-single-content .service-details h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-details h2 {
    font-size: 1.5rem;
  }
}

.service-single-content .service-details p {
  margin: 0 0 30px;
}

.service-single-content .service-details ul li {
  color: #667380;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-content .service-details ul li {
    margin-bottom: 15px;
  }
}

.service-single-content .service-details ul li:last-child {
  margin-bottom: 0;
}

.service-single-content .service-details ul i {
  color: #f39c12;
  display: inline-block;
  padding-right: 5px;
}

.service-single-content .service-single-slider {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-content .service-single-slider {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider {
    margin-top: 40px;
  }
}

.service-single-content .service-single-slider .owl-controls {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-controls {
    margin-top: 30px;
  }
}

.service-single-content .service-single-slider .owl-dots > div span,
.service-single-content .service-single-slider .owl-dots > .active span {
  width: 15px;
  height: 15px;
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-dots > div span,
  .service-single-content .service-single-slider .owl-dots > .active span {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
  }
}

.service-single-content .service-single-slider .owl-dots > div span:before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 1px;
    top: 1px;
  }
}

.service-single-content .service-single-slider .owl-dots > div:hover span,
.service-single-content .service-single-slider .owl-dots > div:hover span:before,
.service-single-content .service-single-slider .owl-dots > .active span,
.service-single-content .service-single-slider .owl-dots > .active span:before {
  background: #f39c12;
}

.service-single-content .service-single-tab {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-content .service-single-tab {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab {
    margin-top: 40px;
  }
}

.service-single-content .service-single-tab .nav {
  overflow: hidden;
}

.service-single-content .service-single-tab .nav li {
  float: left;
}

.service-single-content .service-single-tab .nav a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab .nav a {
    font-size: 0.875rem;
    padding: 10px 17px;
  }
}

.service-single-content .service-single-tab .nav a:hover {
  background: none;
}

.service-single-content .service-single-tab .nav .active a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.service-single-content .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .service-single-content .tab-content {
    padding-top: 25px;
  }
}

.service-single-content .tab-content .tab-pane p {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .service-single-content .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-content .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	case studies page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	page title
--------------------------------------------------------------*/
.case-studies-page .page-title {
  background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
#7.2	case-studies
--------------------------------------------------------------*/
.case-studies .case-studies-grids > .col {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .case-studies .case-studies-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 550px) {
  .case-studies .case-studies-grids > .col {
    width: 100%;
  }
}

.case-studies .page-pagination {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .case-studies .page-pagination {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#	case studies style 2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	page title
--------------------------------------------------------------*/
.case-studies-page-style2 .page-title {
  background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
#8.2	case-studies-s2-content-wrapper
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .case-studies-s2-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content {
    margin-bottom: 80px;
  }
}

.case-studies-s2-content > .row {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .case-studies-s2-content > .row {
    text-align: center;
    margin-bottom: 50px;
  }
}

.case-studies-s2-content > .row .img-holder img {
  display: inline-block;
}

.case-studies-s2-content > .row:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .case-studies-s2-content > .row:last-child {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content > .row:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details {
    margin-top: 20px;
  }
}

.case-studies-s2-content .details h3 {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.38em;
}

@media (max-width: 1199px) {
  .case-studies-s2-content .details h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details h3 {
    font-size: 1.125rem;
  }
}

.case-studies-s2-content .details > span {
  display: block;
  color: #667380;
}

.case-studies-s2-content .details .read-more {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 135px;
  height: 42px;
  display: inline-block;
  margin-top: 58px;
  position: relative;
}

@media (max-width: 1199px) {
  .case-studies-s2-content .details .read-more {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details .read-more {
    width: 126px;
    height: 36px;
    margin-top: 20px;
  }
}

.case-studies-s2-content .details .read-more a {
  background: #fff;
  display: block;
  width: 131px;
  height: 38px;
  line-height: 34px;
  font-size: 1rem;
  color: #f39c12;
  padding: 0;
  text-transform: capitalize;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .case-studies-s2-content .details .read-more a {
    width: 124px;
    height: 34px;
    line-height: 30px;
    font-size: 0.9375rem;
    left: 1px;
    top: 1px;
  }
}

.case-studies-s2-content .details .read-more:hover {
  background: #f39c12;
}

.case-studies-s2-content .details .read-more:hover a {
  background: #f39c12;
  color: #fff;
}

/*--------------------------------------------------------------
#	case study single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	page title
--------------------------------------------------------------*/
.case-study-single-page .page-title {
  background-image: url(../images/page-title/img-2.jpg);
}

/*--------------------------------------------------------------
#9.2	case-study-single-content
--------------------------------------------------------------*/
.case-study-single-content .case-details {
  /*** service single tab ***/
}

@media (max-width: 991px) {
  .case-study-single-content .case-details {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details {
    margin-bottom: 80px;
  }
}

.case-study-single-content .case-details h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.31em;
}

@media (max-width: 991px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.5rem;
  }
}

.case-study-single-content .case-details .case-title {
  margin: 50px 0 30px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title {
    margin: 35px 0 20px;
  }
}

.case-study-single-content .case-details .case-title > span {
  font-size: 1.125rem;
  display: block;
  color: #999999;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title > span {
    font-size: 1rem;
  }
}

.case-study-single-content .case-details .chart {
  height: 400px;
  margin: 35px 0 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .chart {
    height: 300px;
  }
}

.case-study-single-content .case-details .case-single-tab {
  margin-top: 45px;
}

.case-study-single-content .case-details .case-single-tab .nav {
  overflow: hidden;
}

.case-study-single-content .case-details .case-single-tab .nav li {
  float: left;
}

.case-study-single-content .case-details .case-single-tab .nav a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-single-tab .nav a {
    font-size: 0.875rem;
    padding: 10px 17px;
  }
}

.case-study-single-content .case-details .case-single-tab .nav a:hover {
  background: none;
}

.case-study-single-content .case-details .case-single-tab .nav .active a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.case-study-single-content .case-details .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content {
    padding-top: 25px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details {
  margin-top: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details {
    margin-top: 30px;
  }
}

.case-study-single-content .case-details .tab-details .img-holder {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .img-holder {
    width: 100%;
    float: none;
  }
}

.case-study-single-content .case-details .tab-details .info {
  width: 57%;
  float: right;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.case-study-single-content .case-details .tab-details ul li {
  line-height: 1.6em;
  color: #667380;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details ul li {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-details ul li:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details ul li i {
  color: #f39c12;
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------------------------------
#	careers page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	page title
--------------------------------------------------------------*/
.careers-page .page-title {
  background-image: url(../images/page-title/img-3.jpg);
}

/*--------------------------------------------------------------
#10.2	careers-content
--------------------------------------------------------------*/
.careers-content .section-title {
  text-align: left;
  margin: 0;
}

.careers-content .section-title h2:after {
  display: none;
}

@media (max-width: 1199px) {
  .careers-content .section-title h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .careers-content .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .careers-content .section-title h2 {
    font-size: 1.5rem;
  }
}

.careers-content .first-row {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .careers-content .first-row {
    margin-bottom: 30px;
  }
}

.careers-content .gallery-row {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .careers-content .gallery-row {
    margin-bottom: 50px;
  }
}

.careers-content .careers-gallery {
  overflow: hidden;
}

.careers-content .careers-gallery img {
  max-width: 100%;
}

.careers-content .careers-gallery .img-holder {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .careers-content .reason-joinus {
    margin-bottom: 70px;
  }
}

.careers-content .reason-joinus h2 {
  line-height: 1.3em;
}

.careers-content .reason-joinus .grid-wrapper {
  overflow: hidden;
}

.careers-content .reason-joinus .grid {
  width: 50%;
  float: left;
  padding: 0 30px 30px;
}

@media (max-width: 1199px) {
  .careers-content .reason-joinus .grid {
    padding: 0 30px 30px 0;
  }
}

@media (max-width: 500px) {
  .careers-content .reason-joinus .grid {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
}

@media (max-width: 500px) {
  .careers-content .reason-joinus .grid-wrapper .grid:last-child {
    padding-bottom: 0;
  }
}

.careers-content .reason-joinus .grid .icon {
  font-size: 35px;
  color: #f39c12;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .careers-content .reason-joinus .grid .icon {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.careers-content .reason-joinus .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.0	recent-job
--------------------------------------------------------------*/
.recent-job {
  position: relative;
  /*** job list ***/
}

.recent-job:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.recent-job .recent-job-slider {
  position: relative;
}

.recent-job .recent-job-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .recent-job .recent-job-slider .owl-controls {
    margin-top: 30px;
  }
}

.recent-job .recent-job-slider .owl-controls .owl-dots > div span {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .recent-job .recent-job-slider .owl-controls .owl-dots > div span {
    width: 12px;
    height: 12px;
  }
}

.recent-job .recent-job-slider .owl-controls .owl-dots .active span {
  background: #f39c12;
}

.recent-job .job-list {
  background-color: #f39c12;
  background: -webkit-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -moz-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -o-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -ms-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: linear-gradient(left, #fff 30%, #f39c12 30.1%);
  padding: 75px 45px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .recent-job .job-list {
    background: -webkit-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -moz-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -o-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -ms-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: linear-gradient(left, #fff 35%, #f39c12 35.1%);
  }
}

@media (max-width: 991px) {
  .recent-job .job-list {
    background: #f39c12;
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .recent-job .job-list {
    padding: 35px 25px;
  }
}

.recent-job .job-list:before {
  content: "";
  background-color: #fff;
  width: 200px;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.recent-job .job-list .job-title h3 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: normal;
  color: #1a1a1a;
  margin: 0 0 0.40em;
}

@media (max-width: 1199px) {
  .recent-job .job-list .job-title h3 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .recent-job .job-list .job-title h3 {
    font-size: 1.25rem;
  }
}

.recent-job .job-list .job-description p,
.recent-job .job-list .job-description a {
  color: #fff;
}

.recent-job .job-list .job-description .icon,
.recent-job .job-list .job-description .location {
  display: block;
  color: #fff;
}

.recent-job .job-list .job-description .icon {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description .icon {
    font-size: 35px;
  }
}




.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #f39c12;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1	page title
--------------------------------------------------------------*/





/*--------------------------------------------------------------
#15.2	partners-content-wrapper
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .partners-content-wrapper .partners-content {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content {
    margin-bottom: 70px;
  }
}

.partners-content-wrapper .partners-content > .row {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .partners-content-wrapper .partners-content > .row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content > .row {
    margin-bottom: 40px;
  }
}

.partners-content-wrapper .partners-content > .row:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .partners-content-wrapper .partners-content > .row > .col:last-child {
    padding-right: 65px;
  }
}

.partners-content-wrapper .partners-content h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 1.2em 0 0.56em;
}

@media (max-width: 1199px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.5625rem;
    margin: 1em 0 0.56em;
  }
}

@media (max-width: 991px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.25rem;
  }
}


/*# sourceMappingURL=style.css.map */