/*------------------------------------------------------------------
Project: Linta - Responsive Resume / Personal Portfolio Template
Version: 1.0
Primary use: Personal Resume, CV, Portfolio or Company Profile
-------------------------------------------------------------------*/

/* Index of CSS
==================================================
1. Global styles
2. Header Section
3. About Section
4. Service Section
5. Get Strted Section
6. Work Section
7. Team Section
8. Video Section
9. Blog Section
10. Choose Us Section
11. Pricing Section
12. Testimonial Section
13. Fun Facts Section
14. Contact  Section
15. Client Section
16. Footer Section
*/


 /*----------------------------------------------------
    1. Global styles
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700|Roboto');

@import url('../icon/elegant-icons/style.css');

@import url('../css/font-awesome.min.css');

body {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  line-height: 1.5;
  font-weight: 400;
  color: #676767;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
 /* ## Global Class ## */

p {
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  font-weight: 500;
  color: #323131;
}

h5,
 h6 {
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-size: 46px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-size: 40px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

a,
 a:hover,
 a:focus,
 .btn:focus {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  outline: none;
  color: #000;
}

a {
  color: #000;
}

.btn.btn-fill {
  background: #fff;
}

.btn.btn-fill {
  color: #000;
}

.btn {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
}

section {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-header {
  padding-bottom: 50px;
  margin: auto;
  text-align: center;
  width: 100%;
}

.base-header h3 {
  letter-spacing: 0px;
  position: relative;
  color: #201f1f;
  line-height: 32px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 0px;
}

.base-header p {
  color: #676767;
  position: relative;
  padding-bottom: 30px;
  margin-top: 22px;
}

.base-header small {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: .5px;
  color: #038FD6;
  font-weight: 400;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/pre_loader.gif") no-repeat center center;
  color: #000;
}

.more-link:hover,
 .more-link:focus,
 .more-link:active {
  background: #171818;
  color: #fff;
}

.more-link {
  display: inline-block;
  font-size: 14px;
  padding: 14px 30px 15px 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #038FD6;
  letter-spacing: 0px;
  border-radius: 50px;
}

.owl-nav div {
  border: 2px solid;
  color: #fff;
  font-size: 19px;
  height: 40px;
  left: 50px;
  line-height: 35px;
  margin-top: -20px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

.owl-nav div:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #038FD6;
  border: 2px solid #038FD6;
}
 /*----------------------------------------------------
   2. Header Section
------------------------------------------------------*/

 /* End : hEADER TO Location*/

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
}

 /*-----Navigationn-----*/

.manimenu {
  padding: 15px 0;
}

.navbar {
  border-bottom: 0;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
  background: rgba(147, 132, 132, 0) none repeat scroll 0% 0%;
}

.navbar {
  text-transform: uppercase;
}

.manimenu ul {
  margin: 1em 0;
}

.manimenu ul > li {
  float: left;
  position: relative;
}

.single-page-nav .current {
  color: #038FD6;
}

.fixed-top ul li a {
  color: #fff;
  font-weight: 700;
}
.fixed-top ul li a:hover {
  color: #038FD6;
}
.manimenu ul li a {
  display: block;
  padding: 10px 0px 10px 40px !important;
  text-transform: uppercase;
  font-size: 14px;
}
.manimenu ul li:first-child a {
  padding: 10px 0px 10px 0 !important;
}

.manimenu.top-nav-collapse {
  padding: 0px 0px;
}

.top-nav-collapse {
  padding: 12px 0px;
  background-color: #1A1A1A;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("../images/menu-bars.png");
  width: 22px;
  height: 22px;
}

 /*  Slider Area Styling */

.slide_bg_1 {
  background: #f0f0f0 url("../images/onepage_bg_2.jpg") no-repeat;
}

.slide_bg_2 {
  background: #f0f0f0 url("../images/onepage_bg_1.jpg") no-repeat;
}

.single_slider {
  background-color: #dddd;
  background-position: 50% 0px;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  height: 800px;
}

.slide_bg_2 {
  text-align: center;
}

.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}

.slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}

.slider_home h2 {
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 58px;
  color: #fff;
  margin-top: 60px;
}
.slider_home p {
    padding-right: 81px;
}
.slider_home .col-sm-8.col-sm-offset-2 p {
    padding-right: 60px;
    padding-left: 60px;
}
.slider_home span {
  color: #038FD6;
}

.slider_btn a {
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 160px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 20px;
  font-weight: 700;
  border-radius: 50px;
}

.slider_btn_one {
  background: #038FD6;
  color: #fff;
  margin-right: -6px;
}

.slider_btn_two {
  margin-left: 15px;
  color: #333;
  background: #fff;
}

.slider_btn_one:hover {
  background: #fff;
  color: #333;
}

.slider_btn_two:hover {
  background: #038FD6;
  color: #fff;
}

.slides_wrapper {
  position: relative;
}

.slides__preload_wrapper {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.slides__preload_wrapper .spinner {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}


 /*=========== Onepage V3 ============*/


#section-header {
  height: 800px;
  background: #000 url("../images/onepage_bg_3.jpg") no-repeat fixed 50% 50% / cover;
  position: relative;
  overflow: hidden;
}

.header-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0);
}

.header-overlay {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.header-caption {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  padding-top: 370px;
}

.header-caption h3 {
  font-size: 60px;
  color: #fff;
  line-height: 50px;
  margin: 30px 0px;
  text-transform: inherit;
  font-family: 'Raleway', sans-serif;
}


 /* Onepage V3 Type CSS */
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}
 /*----------------------------------------------------
  3. About Section
------------------------------------------------------*/
   /*-----About Section v2 -----*/

.about_bottom_v2 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F6F8FA;
}

.about_bottom_v2 .base-header {
  text-align: left;
  margin-top: 15px;
}

.about_bottom_v2 .base-header p {
  padding-bottom: 0px;
  margin-top: 15px;
  margin-bottom: -4px;
}

.about_bottom_v2 .base-header h3 {
  margin-bottom: 23px;
}

.about_bottom_v2_author {
  margin-top: 30px;
  overflow: hidden;
}

.about_bottom_v2_author img {
  float: left;
  margin-right: 20px;
  border-radius: 10px;
}

.about_bottom_v2_author h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
}

.about_v2_name p {
  margin-top: 0px;
}

.about_sign {
  width: 100px;
  height: 51px;
}

.about_image_v2 {
  margin-top: 20px;
  padding-left: 15px;
}
.about_image_v2 img{
  width: 100%;
}



/*-----About Section -----*/

.about-section {
  padding-bottom: 75px;
  padding-top: 90px;
}

.about-section .base-header {
  text-align: left;
  margin-top: 10px;
}

.about-section .about_list_warp {
  margin-top: -20px;
}

.about-section .about_list {
  background: transparent;
  margin-bottom: 20px;
}

.about_list {
  padding: 40px 0px 0px 25px;
  position: relative;
  margin-top: -10px;
  background: #fff;
  margin-bottom: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_list .icon-fea {
  height: 46px;
  display: inline-block;
  float: left;
}

.about_list .icon-fea::before {
  font-size: 40px;
  color: #038FD6;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section .about_list h5 {
  color: #323131;
}

.about_list h5 {
  display: block;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: capitalize;
  /*! color: #1c1f25; */
  font-weight: 700;
  margin: 0 auto;
  margin-left: auto;
  padding: 7px 0px;
  margin-left: 60px;
}

.about_para {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
 /*  About Left
------------------- */

.about_bottom_list_warp {
  margin-left: 30px;
}

.about_bottom_list {
  font-size: 18px;
  margin-left: 20px;
}

.about_bottom_list {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 75px;
  position: relative;
}

.about_bottom_list i {
  font-size: 30px;
  color: #038FD6;
  position: absolute;
  left: 0;
}

.about_bottom_num {
  font-size: 30px;
  color: rgba(208, 208, 208, 0.54);
  position: absolute;
  bottom: 8px;
  left: 0;
}

.about_bottom_list p span {
  font-weight: 700;
  color: #038FD6;
  font-size: 16px;
}

.about_bottom_list p {
  margin-top: -5px;
}

.about_bottom_list_warp h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0px;
  line-height: 40px;
  font-size: 23px;
  margin-top: 0px;
}

.about_bottom_img {
  position: relative;
}

.about_bottom_img img:first-child {
  position: absolute;
  right: 10px;
  bottom: -54px;
}

.about_bottom_img img {
  border-radius: 10px;
  box-shadow: 0 10px 40px #ccc;
}
 /*----------------------------------------------------
   4. Service Section
------------------------------------------------------*/

.service_section {
  padding-bottom: 80px;
  padding-top: 95px;
  background: #f6f8fa;
}

 /* service_list
--------------*/

.service_list .whoffer-img {
  width: 100%;
  position: relative;
}

.service_list .whoffer-img img {
  width: 100%;
  height: auto;
  position: relative;
}

.service_list .service_info {
  text-align: center;
  z-index: 1;
  overflow: hidden;
  text-align: left;
}

.service_info h4 {
  color: #b3afaf;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: -18px;
  margin-top: 20px;
}

.service_list .service_info .social {
  position: absolute;
  width: 100%;
  top: auto;
  opacity: 0;
  transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  margin-top: -28px;
}

.whoffer-img {
  position: relative;
}

.whoffer-mask {
  position: absolute;
  width: 100%;
  height: 64%;
  bottom: 145px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.service_list:hover .whoffer-mask {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.service_list:hover .whoffer-mask a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.whoffer-mask a {
  color: #038FD6;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff;
  padding: 14px 15px 10px 15px;
  margin-top: -38px;
  margin-right: -27px;
  border-radius: 50%;
}

.whoffer-mask i {
  font-size: 20px;
  font-weight: bold;
}

.service_list .service_info h6 {
  border: none;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0px -2px;
  position: relative;
  color: #323131;
}

.service_list .service_info h6::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 23px;
  left: 0px;
  top: 1px;
}
 /* =================================
    5. Get Strted Section
================================= */

.get_started {
  background: url(../images/get_started.jpg) fixed;
  background-position: 50% 214px;
  padding: 100px 0px;
}

.get_started .get_started-text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: -5px;
  letter-spacing: 2px;
}

.get_started .get_started-text h2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 900;
}
 /*----------------------------------------------------
    6. Work Section
------------------------------------------------------*/

.work-section {
  padding-top: 95px;
  padding-bottom: 85px;
}

.work-section .base-header h3 {
  margin-bottom: 0px;
}


 /* Work items
------------------*/

.row.projects-list .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.projects-lists {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.single-project-item {
  background-image: url(../images/work_1.jpg);
}

.project-bg-2 {
  background-image: url(../images/work_2.jpg);
}

.project-bg-3 {
  background-image: url(../images/work_3.jpg);
}

.project-bg-4 {
  background-image: url(../images/work_4.jpg);
}

.project-bg-5 {
  background-image: url(../images/work_5.jpg);
}

.project-bg-6 {
  background-image: url(../images/work_6.jpg);
}

.project-bg-7 {
  background-image: url(../images/work_7.jpg);
}

.project-bg-8 {
  background-image: url(../images/work_8.jpg);
}

.project-bg-9 {
  background-image: url(../images/work_9.jpg);
}

.single-project-item {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 300px;
  margin-bottom: 15px;
}

.row.projects-list .col-md-4:nth-child(2) .single-project-item,
 .row.projects-list .col-md-4:nth-child(4) .single-project-item,
 .row.projects-list .col-md-4:nth-child(7) .single-project-item {
  height: 615px;
}

.projects-titles {
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.projects-titles li {
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  padding-right: 30px;
  text-transform: capitalize;
  transition: .3s;
  font-weight: bold;
}

.projects-titles li:hover {
  color: #038FD6;
}

.project-hover span,
 .project-hover a {
  color: #fff;
}

.projects-titles li.active {
  color: #038FD6;
}

.project-hover h4 {
  top: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 25px;
  position: absolute;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.project-hover span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 9px;
  text-transform: capitalize;
  position: absolute;
  top: 46px;
  left: 25px;
  letter-spacing: 1px;
}

.project-link i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
}

.project-hover {
  height: 100%;
  opacity: 0;
  position: relative;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.project-hover::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.single-project-item:hover .project-hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
/*----- Team  Section v2 -----*/

.team_section_v2 {
  padding-top: 95px;
  padding-bottom: 83px;
}

.team_section_v2 .member_info h6 {
  display: block;
  font-size: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #323131;
  margin-bottom: 0px;
  font-weight: 700;
}

.team_section_v2 .member_info small {
  display: block;
  margin-top: 10px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.team_section_v2 .member_img {
  position: relative;
}

.team_section_v2 .team_social {
  position: absolute;
  top: 0%;
  overflow: hidden;
  width: 0%;
  display: block;
  height: 100%;
  opacity: 0;
  right: 0%;
  visibility: hidden;
  background: #038FD6;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.team_section_v2 .team_social ul {
  list-style: none;
  padding: 0px 0px;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.member_warp:hover .team_social ul {
  padding: 0px 25px;
}

.team_section_v2 .team_social ul li {
  padding: 1px 0px;
}

.team_section_v2 .team_social ul li a {
  color: #fff;
  font-size: 20px;
}

.team_section_v2 .member_warp:hover .team_social {
  height: 100%;
  visibility: visible;
  opacity: 1;
  width: 100%;
  opacity: 0.8;
}

.team_section_v2 .member_warp {
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #E7F6F6;
  margin-bottom: 15px;
}

.team_section_v2 img {
  width: 100%;
}

.member_info {
  padding-left: 25px;
  padding-bottom: 24px;
}

.work-section .row.projects-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

 /*----------------------------------------------------
   8. Video Section
------------------------------------------------------*/

#video {
  background: #333 url("../images/video.jpg");
  padding: 104px 0px 86px 0px;
  background-position: 50% -216px;
}

.video-section .base-header {
  color: #fff;
}

#video .base-header h2,
 #video .base-header p {
  color: #fff;
}

#video .main-head,
 .separator {
  color: #fff;
}

#video .separator,
 #video .separator2 {
  background-color: #fff;
}

#video .section-subheading {
  margin-top: -15px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 45px;
}

.video-container {
  position: relative;
}

.video-container a {
  display: block;
  cursor: pointer;
  width: 630px;
  margin: auto;
}

.video-container img {
  margin: auto;
  display: block;
}

.play-video {
  position: absolute;
  left: 46%;
  margin-top: 17px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #038FD6;
  background: #038FD6;
}

.play-video .fa-play {
  width: 14px;
  height: 11px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  top: 17px;
  left: 22px;
}

.video-modal iframe {
  border: 5px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
}

.video-modal .modal-content {
  padding: 0px;
  border: 0px none;
  position: fixed;
  width: 712px;
  left: 50%;
  margin-top: -200px;
  top: 50%;
  margin-left: -356px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent none repeat scroll 0% 0%;
}

.video-content {
  margin-top: 110px;
}

.video-content a {
  margin-top: 10px;
}

.video-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  letter-spacing: 1px;
}
 /*----------------------------------------------------
    9. Blog Section
------------------------------------------------------*/

.blog-section {
  background: #f6f8fa;
  padding-bottom: 60px;
  padding-top: 92px;
}

.blog-warp-1 {
  width: 100%;
  margin-bottom: 40px;
}

.blog_content_warp {
  padding: 0px 30px 24px 30px;
  border: 1px solid #eee;
  background: #F6F8FA;
}

.blog_content_warp h5 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.blog-warp-1 a {
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #323131;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-warp-1:hover .blog_imgg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-warp-1:hover .blog_imgg img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: scale(1.2);
}

.blog-warp-1:hover .blog_imgg::after {
  opacity: .7;
}

.blog_imgg {
  position: relative;
  z-index: 11;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog_imgg::after {
  position: absolute;
  background: #333;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 99;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-warp-1 h5 {
  margin-bottom: 10px;
  margin-top: 25px;
}

.blog-warp-1 img {
  width: 100%;
  height: 240px;
  display: inline-block;
  transform: scale(1.0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-warp-1 .subtext {
  text-align: left;
  color: #4b4b4b;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 17px;
  margin-top: 4px;
  margin-right: 25px;
  font-weight: normal;
}

.blog-warp-1 p {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-warp-1 .blog_btn {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #323131;
  font-weight: normal;
}

.blog-warp-1 .blog_btn:hover {
  color: #038FD6;
}

.blog_datee {
  position: absolute;
  bottom: -10px;
}

.blog_datee p {
  background: #038FD6;
  padding: 6px 10px;
  z-index: 999;
  color: #fff;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 9px;
}

.blog_datee p span {
  display: block;
  letter-spacing: 1px;
}

.blog_datee p i {
  display: block;
}

.blog-warp-1:hover .blog_datee {
  z-index: 999;
}

.blog-warp-1:hover .blog_datee p {
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.subtext i {
  margin-right: 2px;
}

 /*----------------------------------------------------
   11. Pricing Section
------------------------------------------------------*/

.pricing-section {
  padding-bottom: 120px;
  padding-top: 95px;
  background: #fff;
}

.pricing-box {
  text-align: center;
  box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.01);
  /*! background: #333 url("../images/pricing_bg.jpg"); */
  background: #F6F8FA;
  background-size: cover;
  padding-bottom: 40px;
}

.pricing-box h2 {
  font-size: 54px;
  margin: 0px;
  color: #2a2727;
}

.pricing_heading {
  padding: 45px 0px 44px 0px;
}

.pricing-box h2 span {
  font-size: 26px;
  position: relative;
  top: -11px;
  padding-right: 6px;
}

.pricing-box h2 sub {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  margin-bottom: 39px;
  color: #4b4b4b;
}

.pricing-box h5 {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}

.pricing-box ul {
  /*! background: #fff; */
  padding: 22px 0px 22px 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  list-style: none;
  margin-top: -62px;
  margin-bottom: 0px;
  text-align: center;
}

.pricing-box li:first-child {
  font-size: 20px;
  letter-spacing: 0px;
  margin-top: -15px;
  position: relative;
  text-transform: capitalize;
  color: #2a2727;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ece4e4;
  padding-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
  margin: -15px 30px 20px;
}

.pricing-box li {
  padding: 5px 0px;
  text-align: center;
}

.pricing-box a {
  color: #fff;
  background: #038FD6;
  position: relative;
  /*! top: 20px; */
  border-radius: 50px;
}

.pricing-box a:hover {
  color: #fff;
}
 /*----------------------------------------------------
    12. Testimonial Section
------------------------------------------------------*/

.testimonials-section {
  padding-bottom: 95px;
  background-size: cover;
  padding-top: 95px;
  background: #F6F8FA;
}

.testimonials-section .item .col-lg-6 {
  margin-left: -30px;
}

.testimonials-section .testimonial-box img {
  border: 5px solid #f5f5f5;
  border-radius: 50%;
}

.testimonials-section .testimonial-box .cus-title {
  margin-top: 12px;
}

.testimonials-section .testimonial-box .tes-nam {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  color: #2a2727;
}

.testimonials-section .tes-degree {
  color: #4b4b4b;
  font-size: 13px;
}

.testimonials-section .testimonial-box p {
  color: #585757;
  float: left;
}

.testimonials-section .testimonial_content {
  background: #ebf0f6;
  padding: 20px 30px 25px 30px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(113, 113, 113, 0.13);
}

.testimonial_content::after {
  position: absolute;
  content: "";
  color: #333;
  width: 30px;
  height: 45px;
  background: #ebf0f6;
  left: 16px;
  bottom: -14px;
  transform: rotate(-45deg);
}

.testimonials-section .testimonial-box p::before {
  content: "\f10d";
  font-family: 'Fontawesome';
  margin-right: 10px;
  color: #CFD9DD;
  font-size: 27px;
  top: -4px;
  position: relative;
  left: 0;
  float: left;
}

.testimonial_content i {
  color: #d1e41b;
}

.testimonials-section .owl-theme .owl-controls .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  background: transparent;
  display: inline-block;
  border: 3px solid;
  color: #038FD6;
}

.testi_images {
  position: relative;
}

.testi_social {
  position: absolute;
  right: 3px;
  top: 25px;
  z-index: 9;
  background: #038FD6;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-left: 4px;
  color: #fff;
  border: 3px solid #fff;
  line-height: 19px;
  font-size: 12px;
}

 /*----------------------------------------------------
  13. Fun Facts Section
------------------------------------------------------*/

.confacts-section {
  background: #F6F8FA;
  padding-bottom: 100px;
  padding-top: 0px;
}

.facts_wrapper {
  padding: 30px 0px;
  border: 1px solid #e7e4e4;
  margin-right: 0px;
  text-align: center;
}

.funfact_wapr .col-sm-4 {
  padding-top: 20px;
  margin-top: 18px;
  text-align: right;
}

.funfact_wapr .icon-lay i {
  color: #2a2727;
  font-size: 40px;
}

.funfact_wapr h3 {
  margin-top: 25px;
  margin-bottom: -12px;
  letter-spacing: 2px;
  /*! font-family: 'Roboto', sans-serif; */
  font-weight: 600;
}

.funfact_wapr h3 span {
  font-size: 28px;
}

.funfact_wapr h5 {
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 0px;
  color: #4b4b4b;
}
 /*----------------------------------------------------
   14. Contact  Section
------------------------------------------------------*/

.contact-section {
  padding-top: 100px;
  padding-bottom: 15px;
}

.contact-section .base-header {
  text-align: left;
  padding-bottom: 25px;
}

.contact-addrs p {
  margin: 0px;
  font-size: 14px;
  color: #414141;
  margin-bottom: 14px;
  margin-top: 14px;
}

.contact-addrs i {
  font-size: 17px;
  margin-right: 13px;
  position: relative;
  top: 2px;
  color: #414141;
}

.contact-form #contact-form .con-field {
  background: #038FD6;
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(251, 251, 251, 0.27);
}


.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #def2f1;
    opacity: 1 ;
}

.contact-form #contact-form #submit-contact {
  background: #fff;
  color: #038FD6;
  border: 1px solid #fff;
}

.contact-form #contact-form #submit-contact:hover {
  background: #171818;
    /*! border: 1px solid #171818; */
  color: #fff;
}

.contact-form #contact-form .con-field:focus {
  border-bottom: 1px solid #fff;
}
.contact-section .contact-form #contact-form .con-field:focus,
.contact-section .contact-form #comment-form .con-field:focus,
.contact-section .comment-form #contact-form .con-field:focus,
.contact-section .comment-form #comment-form .con-field:focus {
    border-bottom: 1px solid #ddd;
}
.contact-form {
  margin-bottom: 82px;
  box-shadow: none;
  background: #038FD6;
  border-radius: 15px;
  padding: 50px 50px;
}

.map-container {
  height: 400px;
}

.map-info-box {
  width: 300px;
  font-size: 1.2em;
  line-height: 1.8;
}

.map-info-box .info-head {
  margin-bottom: 12px;
}

.map-info-box i,
 .map-info-box span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.contact-form #contact-form .con-field,
 .contact-form #comment-form .con-field,
 .comment-form #contact-form .con-field,
 .comment-form #comment-form .con-field {
  outline: inherit;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #038FD6;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  width: 100%;
  margin-bottom: 39px;
  padding-bottom: 20px;
  line-height: 10px;
}

.contact-form #contact-form .con-field:focus,
 .contact-form #comment-form .con-field:focus,
 .comment-form #contact-form .con-field:focus,
 .comment-form #comment-form .con-field:focus {
  border-bottom: 1px solid #F3F3F3;
}

.contact-form #contact-form::-webkit-input-placeholder,
 .contact-form #comment-form::-webkit-input-placeholder,
 .comment-form #contact-form::-webkit-input-placeholder,
 .comment-form #comment-form::-webkit-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-moz-placeholder,
 .contact-form #comment-form:-moz-placeholder,
 .comment-form #contact-form:-moz-placeholder,
 .comment-form #comment-form:-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form::-moz-placeholder,
 .contact-form #comment-form::-moz-placeholder,
 .comment-form #contact-form::-moz-placeholder,
 .comment-form #comment-form::-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-ms-input-placeholder,
 .contact-form #comment-form:-ms-input-placeholder,
 .comment-form #contact-form:-ms-input-placeholder,
 .comment-form #comment-form:-ms-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form #submit-contact,
 .contact-form #comment-form #submit-contact,
 .comment-form #contact-form #submit-contact,
 .comment-form #comment-form #submit-contact {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  position: relative;
  margin: -10px 0px 0px 0px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-family: "Montserrat", sans-serif;
}

.contact-form #contact-form #submit-contact:hover,
 .contact-form #comment-form #submit-contact:hover,
 .comment-form #contact-form #submit-contact:hover,
 .comment-form #comment-form #submit-contact:hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-form #contact-form #msg,
 .contact-form #comment-form #msg,
 .comment-form #contact-form #msg,
 .comment-form #comment-form #msg {
  color: #f54337;
}
 /*----------------------------------------------------
    15. Client Section
------------------------------------------------------*/

.client-section {
  padding-top: 42px;
  padding-bottom: 20px;
  background: #f6f8fa;
}

.client-box {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.client-box,
 .client-box img,
 .client-box:hover,
 .client-box:hover img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.client-section .owl-theme .owl-controls {
  margin-top: 38px;
}

.client-section .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  border: 1px solid #ede6e6;
}

.client-box:hover img {
  opacity: .8;
}

.client-box {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
  line-height: 120px;
  padding-right: 10px;
  padding-top: 10px;
}

.client-box,
 .client-box img,
 .client-box:hover,
 .client-box:hover img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}


 /*----------------------------------------------------
    Call to Action  Section
------------------------------------------------------*/
.cta_bottom_v2 {
  background: #F6F8FA;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta_bottom_v2 .more-link {
  margin-left: 15px;
  margin-top: 20px;
  padding: 15px 30px 15px 30px;
}

.cta_bottom_v2 .more-link:hover {
  color: #fff;
  background: #171818;
}

.cta_bottom_v2 h2 {
  color: #201f1f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 35px;
  float: left;
  font-weight: 900;
}

.subcribe_modal .modal-dialog {
  width: 600px;
}
.subcribe_modal .modal-header {
  flex-direction: column;
  background-color: #337ab7;
}

.subcribe_modal .modal-header h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: -7px;
}

.subcribe_modal .modal-header p {
  color: #fff;
}

.subcribe_modal .btn {
  background-color: #337ab7;
}

.subcribe_modal .form-control:focus {
  border: 1px solid #ddd;
}



 /*----------------------------------------------------
   15. Footer Section
------------------------------------------------------*/

.footer-section {
  padding: 70px 0px 67px;
  color: #e9dddd;
  background: #1A1A1A;
}

.footer-section img {
  margin: 0 auto;
}

.subfooter {
  text-align: center;
  overflow: hidden;
}

.subfooter p {
  color: rgba(255, 255, 255, 0.88);
     /*! font-size: 15px; */
  margin-top: 24px;
  margin-bottom: 20px;
}

.subfooter p a {
  color: rgba(255, 255, 255, 0.92);
}

.scrollup {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
    /*! font-weight: 700; */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scrollup span {
  font-size: 32px;
  line-height: 41px;
}

.scrollup:hover,
 .scrollup:active,
 .scrollup:focus {
  color: #038FD6;
}




 /*=====================================
    One Page v1
=====================================*/
.header_top_bg .header_table {
  width: 100%;
  display: table;
  height: 100%;
}

.header_top_bg .header_tablecell {
  display: table-cell;
  vertical-align: middle;
}

.header_top_bg {
  height: 800px;
  position: relative;
  background-image: url(../images/onepage_bg_1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ban1_txt {
  text-align: center;
  margin-top: 35px;
}

.header_top_bg .slider_btn_one:hover {
  background: #171818;
  color: #fff;
}

.header_top_bg .ban1_txt h3 {
  font-size: 55px;
  letter-spacing: 5px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 68px;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.header_top_bg .ban1_txt h3 span {
  color: #038FD6;
}

.header_top_bg .ban1_txt h4 {
  font-size: 25px;
  color: #414746;
  letter-spacing: 13px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 800;
}

.header_top_bg .slider_btn_one {
  margin-top: 0px;
}

.header_top_bg .ban1_txt p {
  margin-bottom: 40px;
  color: #e3dede;
  font-size: 18px;
}

#navigation ul li .current {
  color: #fff;
  background: #038FD6;
}

.single-page-nav ul li a:hover {
  color: #fff !important;
  background: #038FD6;
}

#navigation ul li .current:hover {
  color: #fff;
}


/*----------------------------------------------------
        Single Page
------------------------------------------------------*/
 /* Single Page Header
================================= */

header .container {
  padding-top: 175px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  text-align: left;
}

header.blog-banner {
  background: transparent url(../images/page_bg.jpg);
  color: #FFF;
  box-sizing: border-box;
  height: 400px;
  width: 100%;
  background-position: 50% 0px;
  background-size: cover;
}

header {
  position: relative;
  text-align: left;
  color: #fff;
  background-color: rgba(198, 227, 221, 0.39);
  height: 700px;
}

.blog-header {
  text-align: left;
}

.blog-header h4 {
  color: #EBF0EF;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: -25px;
  font-weight: 700;
}

.blog-header h4 a {
  color: #fff;
}

.blog-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-weight: 600;
}

.blog-header h4 a:hover {
  color: #EBF0EF;
}

.blog-header h3 {
  line-height: 46px;
}
 /* =================================
        16. Blog Page
================================= */
.blog_container.blog_page_one {
  padding-bottom: 70px;
}

.blog-area .blog_content_warp {
  padding: 0px 20px 15px 30px;
  border: 1px solid transparent;
  background: #F6F8FA;
}

.blog-area .blog_content_warp h5 a {
  font-size: 24px;
}

.blog_page_one .blog_content_warp {
  padding: 0px 20px 25px 30px;
}

.blog-area {
  padding-top: 100px;
  padding-right: 40px;
}

.blog_container .blog-warp-1 img {
  height: 100%;
}

.blog-area .blog_datee {
  position: inherit;
  text-align: left;
  color: #747474;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 17px;
  margin-top: 4px;
  margin-right: 25px;
  font-weight: normal;
}
 /* - Pagination */

.bp-pagination {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 0px;
}

.bp-pagination .pager {
  text-align: left;
  padding-left: 0;
  margin-top: 0;
}

.pager li {
  display: inline-block;
  margin-right: 5px;
}

.pager li:last-child {
  margin-right: 0;
}

.pager .pagi-big a {
  color: #bffff8;
  font-weight: 700;
}

.pager li a {
  display: block;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 12px 7px;
  border: 1px solid #038FD6;
  background: #038FD6;
  line-height: 7px;
}

.pager-icon {
  font-size: 14px;
  left: 0px;
  position: relative;
  top: 6px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pager-icon:hover {
  color: #000;
}

.bp-pagination .pager li > a:focus,
 .bp-pagination .pager li > a:hover {
  background-color: transparent;
  color: #222;
}
 /* -- Widget Area */

.widget-area {
  text-align: center;
  margin-top: 100px;
}
 /* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
 /* - Widget Search */

.widget {
  margin-bottom: 40px;
  background: #F6F8FA;
  padding: 30px;
}

.widget-search {
  display: block;
  padding: 30px;
  background: #F6F8FA;
}

.widget-search .input-group {
  padding-bottom: 6px;
  padding-top: 6px;
  border: 3px solid #EFEAEA;
}

.widget-search .input-group input {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  border-radius: 0px;
  transition: none 0s ease 0s;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #8F8F8F !important;
  height: auto;
}

.widget-search .input-group button {
  background: transparent;
  border: medium none;
  font-size: 14px;
  color: #038FD6;
  padding: 0px 12px;
}

.input-group-btn {
  left: 0px;
}
 /* - Widget Title */

.widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  margin: 0px 0px 25px;
  margin-top: 0px;
  position: relative;
  padding: 10px 0px;
  color: #fff;
  background: #038FD6;
}
 /* - Categories Type */
.widget.widget-post-categories {
  padding-bottom: 0px;
}

.categories-type li {
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 10px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
  list-style: square;
}

.categories-type li:last-child {
  border-bottom: 1px solid transparent;
}

.widget-post-categories .categories-type {
  text-align: left;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
  margin-left: -53px;
}

.categories-type li a {
  color: #2a2727;
}

.categories-type li:hover a {
  color: #000;
}

.categories-type li span {
  float: right;
  clear: both;
}
 /* - Recent Post */

.wiget-recent-post {
  padding-bottom: 10px;
}

.wiget-recent-post .widget-title {
  margin-bottom: 18px;
}

.recent-post-box {
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.recent-post-box:last-of-type {
  border-bottom: none;
}

.recent-title {
  text-align: left;
}

.recent-title > a {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #2a2727;
}

.recent-title > a:hover {
  text-decoration: underline;
  color: #333;
}

.recent-title > p {
  font-size: 13px;
  color: #8B8B8B;
  margin-top: -8px;
}
 /* - Widget Instagram */

.instagram-photo-list {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}

.instagram-photo-list li {
  padding: 4px;
  width: 33.33%;
  float: left;
}

.instagram-photo-list li img {
  transition: all 0.2s ease 0s;
  width: 100%;
}

.instagram-photo-list li:hover img {
  transition: all 0.2s ease 0s;
  opacity: 0.5;
}

.widget-instagram img {
  width: 105px;
}
 /* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags > a:hover {
  color: #fff;
  border-color: #038FD6;
  background: #038FD6;
}

.widget-tags > a {
  color: #676767;
  text-decoration: none;
  border: 1px solid #a7a0a0;
  padding: 6px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  margin-right: 3px;
}
 /* - Start : Blog Coment  Tags */

.list-comments {
  padding-top: 20px;
}

.comments-section-title h4 {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 15px 0px;
  color: #2a2727;
}

.comments {
  padding: 0px;
  margin: 0px;
     /*! border: 1px solid #ebebeb; */;
}

.comments li {
  list-style: outside none none;
}

.comments li .comment {
  padding: 30px 30px 30px;
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #F6F8FA;
}

.comments li .comment img.comment-avatar {
  margin-bottom: 15px;
  width: 80px;
}

.comments li .comment strong.commenter-title {
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  display: block;
  color: #8B8B8B;
  letter-spacing: 0px;
}

.comments li .comment strong.commenter-title a {
  color: #2a2727;
}

.comments li .comment span.comment-date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #8B8B8B;
  margin-top: 4px;
  text-transform: uppercase;
}

.comments li .comment span.comment-reply {
  right: 16px;
}

.comments li .comment span.comment-reply a {
  transition: all 0.5s ease 0s;
  font-size: 11px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  border-radius: 25px;
}

.comments li .comment span.comment-reply a:hover {
  background: #038FD6;
  border: 1px solid #038FD6;
  color: #fff;
}

.comments li .comment span.comment-reply a i {
  font-size: 11px;
}

.comments li .comment p:last-child {
  margin-bottom: 0px;
  font-weight: 300;
  color: #8B8B8B;
}

.comments li > ul {
  padding-bottom: 7px;
  margin-top: 30px;
}

.comments li .comment p {
  margin-top: 7px;
  font-size: 14px;
}

.blog-contact {
  padding: 0px;
  margin-bottom: 100px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-contact .contact-warper {
  background: #F6F8FA;
}

.blog-contact .contact-form {
  text-align: left;
  background: #F6F8FA;
  padding: 40px 23px;
  margin-bottom: 0px;
}

.blog-contact .form-control {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f8eded;
  border-radius: 1px;
  box-shadow: none;
  line-height: 2.429;
}

.blog-contact .form-group {
  margin-bottom: 15px;
}

.form-control:focus {
  border: 1px solid #038FD6;
  box-shadow: none;
}

#contactForm .submit-button:hover {
  background: #171818;
  color: #fff;
}

#contactForm .submit-button {
  color: #FFF;
  background: #038FD6;
  font-weight: 500;
  margin-top: 5px !important;
  padding: 11px 30px;
  text-align: left;
  border-radius: 50px;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif;
}
 /* - End : Blog Coment  Tags */
 /*-
    Sligle page - post-option
-----------------------------------*/

.post-option {
  position: relative;
  padding: 25px 33px;
  margin-top: 40px;
  background: #F6F8FA;
}

.post-option .prev-post,
 .post-option .next-post {
  position: relative;
  font-size: 12px;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Reem Kufi', sans-serif;
}

.post-option .prev-post:hover,
 .post-option .next-post:hover {
  color: #038FD6;
}

.post-option .middle-icon {
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.post-option .middle-icon a {
  position: relative;
  color: #038FD6;
  font-size: 27px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: -1px;
}

.post-option .middle-icon a:hover {
  color: #B9B3B3;
}

 /*-----------------------------------
   Index four
-----------------------------------*/
.slider_four_sec {
  background-image: url(../images/onepage_bg_4.jpg);
  height: 900px;
}

.slider_four_sec p {
  font-size: 25px !important;
}

.slider_four_sec h3 {
  font-size: 70px !important;
  letter-spacing: 4px !important;
  margin-bottom: 50px !important;
  margin-top: -13px !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
}

.slider_four_sec i {
  color: #fff;
  margin: 0px 6px;
  font-size: 20px;
}

.slider_four_sec i:hover {
  color: #038FD6;
}

.about_four_sec {
  padding-top: 100px;
  padding-bottom: 86px;
}

.about_four_sec .base_header_four h3 {
  padding-left: 25px;
  border-left: 3px solid #038FD6;
  line-height: 45px;
  text-transform: capitalize;
  font-size: 38px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.about_four_sec .about_list {
    margin-bottom: 35px;
}
.about_four_sec .about_four_list_warp {
    overflow: hidden;
    margin-top: 35px;
}
.about_four_list_warp .icon-fea {
  padding-right: 15px;
}

.about_four_list_warp .about_list {
  padding: 0px;
}

.about_four_list_warp .col-sm-6 {
  padding-left: 0px;
  padding-right: 30px;
}

.work_four_sec .row.projects-list .col-md-4:nth-child(7) .single-project-item {
  height: 300px;
}

.contact_four_sec .submit-area {
  text-align: center;
}

.contact_four_sec .contact-form {
  background: transparent;
  padding: 0px;
}

.work_four_sec {
  background: #F6F8FA;
  padding-top: 83px;
}

.work_four_sec .base-header p,
.testimonials_four_sec .base-header p,
.contact_four_sec .base-header p {
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 0px;
}

.work_four_sec .base-header ,
.testimonials_four_sec .base-header ,
.contact_four_sec .base-header {
  width: 53%;
}

.work_four_sec .projects-titles li {
  border-radius: 25px;
  padding: 4px 15px;
  font-weight: normal;
}

.work_four_sec .projects-titles li.active {
  color: #fff;
  background: #038FD6;
}

.testimonials_four_sec {
  background: #fff;
  padding-top: 83px;
}

.testimonials_four_sec .testimonial-box {
  overflow: hidden;
  text-align: center;
  width: 70%;
  margin: auto;
}

.testimonials_four_sec .testimonial-box .cus-title,
.testimonials_four_sec .testimonial-box img {
  z-index: 999;
}

.testimonials_four_sec .testimonial_content {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}

.testimonials_four_sec .testimonial_content::after {
  display: none;
}

.testimonials_four_sec .testi_images {
  width: 90px;
  margin: auto;
}

.testimonials_four_sec .testi_social {
  z-index: 99999;
  border: 3px solid transparent;
  line-height: 20px;
  padding-left: 1px;
}

.testimonials_four_sec .testimonial-box p {
  font-size: 20px;
  line-height: 30px;
}

.testimonials-section .testimonial-box .tes-nam {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #2a2727;
  font-family: 'Montserrat', sans-serif;
}

.testimonials_four_sec .testimonial-box .cus-title {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}

.testimonials_four_sec .testi_rev i {
  color: #d1e41b;
}

.testimonials_four_sec .owl-theme .owl-controls .owl-dot span {
  border: 5px solid;
  border-radius: 50%;
  color: #ddd;
}

.testimonials_four_sec .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.testimonials_four_sec .owl-dot {
  display: inline-block;
  margin: 0px 5px;
}

.testimonials_four_sec .owl-theme .owl-controls .owl-dot.active span {
  color: #038FD6;
}

.contact_four_sec {
  background: #F6F8FA;
  padding-bottom: 20px;
  padding-top: 103px;
}

.contact_four_sec .base-header {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 45px;
}

.contact_four_sec .contact-form #contact-form .con-field {
  background: transparent;
  border-bottom: 1px solid #dadada;
  color: #4b4b4b;
}

.contact_four_sec .con-field::placeholder {
    color: #676767;
    opacity: 1 ;
    font-size: 14px;
}

.contact_four_sec .contact-form #contact-form .con-field:focus,
.contact_four_sec .contact-form #comment-form .con-field:focus,
.contact_four_sec .comment-form #contact-form .con-field:focus,
.contact_four_sec .comment-form #comment-form .con-field:focus {
  border-bottom: 1px solid #038FD6;
}

.contact_four_sec .contact-form #contact-form #submit-contact {
  background: #038FD6;
  color: #fff;
  border: 1px solid transparent;
  line-height: 45px;
}

.contact_four_sec .contact-form #contact-form #submit-contact:hover {
  background: #333;
  color: #fff;
}

.footer-section i {
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
