@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Oxygen:400,700');

p,body,a,button {font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family: 'Oxygen', sans-serif;}
/* - 1 - fonts-load - end
==================================================================================================== */





/* - 2 - global-area - start
==================================================================================================== */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  word-spacing: 0px;
  overflow-x: hidden;
  padding-top: 118px;
  letter-spacing:0px;
  background-color: #ffffff;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

::selection {
  color: #151515;
  background: #f26836;
}

p,
a,
ul,
li,
ul li,
button,
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
a,
button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
}
a:hover,
button:hover {color: #f26836;}

li {list-style: none;}

h1,h2,h3,h4,h5,h6 {
  color: #151515;
  line-height: 1.37;
  text-transform: capitalize;
}
img {
  height: auto;
  max-width: 100%;
}
strong,span,small,i {
  line-height: normal;
  display: inline-block;
}
strong {font-weight: 700;}

input[type=url],
input[type=tel],
input[type=text],
input[type=time],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=search-md],
input[type=datetime-local],
textarea {
  width: 100%;
  border: none;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-color: transparent;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
textarea {min-height: 150px;}
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
textarea:focus:not([readonly]) {
  outline: none;
  box-shadow: none;
  border: 1px solid #f26836;
}
input[type=text]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label {
  color: #f26836;
}
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color: #666666;}
:-ms-input-placeholder {color: #666666;}
::-webkit-input-placeholder {color: #666666;}



/* customization of unorder list - start 
-------------------------------------------------- */
ul.ul-li,
ul.ul-li-block {
  width: 100%;
  display: table;
}
ul.ul-li li {
  list-style: none;
  display: inline-block;
}
ul.ul-li-block li {
 display: block;
}


.rating li {
  color: #666666;
  margin: 0px 2px;
  font-size: 18px;
}
.rating .rated {color: #f26836;}


.post-mate {padding: 15px 0px;}
.post-mate .hero-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -20px 0px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  background-color: #f26836;
  border: 3px solid #f26836;
}
.post-mate li {margin-right: 30px;}
.post-mate li,
.post-mate li a {
  font-size: 14px;
}

.post-mate li:hover a,
.post-mate li i {color: #f26836;}
.post-mate li i {margin-right: 5px;}
/* customization of unorder list - end
-------------------------------------------------- */



/* padding - margin setting - start 
-------------------------------------------------- */
.sec-ptb-100 {padding: 100px 0px;}

.sec-ptb-30 {padding: 30px 0px;}

.mb-30 {margin-bottom: 30px;}
.mb-50 {margin-bottom: 50px;}
.mb-80 {margin-bottom: 80px;}
/* padding - margin setting - end
-------------------------------------------------- */



/* link button - start
-------------------------------------------------- */
.custom-btn {
  color: #151515;
  font-weight: 700;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #f26836;
  text-transform: capitalize;
  border: 3px solid #f26836;
}
.custom-btn span {
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: #ffffff;
  margin: -8px 0px;
  margin-left: 10px;
  line-height: 27px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  background-color: #151515;
}
.custom-btn:hover {
  color: #151515;
  background-color: #ffffff;
}
.custom-btn:hover span {
  color: #151515;
  background-color: #f26836;
}
/* link button - end
-------------------------------------------------- */



/* title - start
-------------------------------------------------- */
.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom:30px;
}
.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  border-radius: 3px;
  position: absolute;
  background-color: #f26836;
}
.section-title h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-xlarge {font-size: 36px; font-weight: 700;}
.title-large  {font-size: 30px; font-weight: 700;}
.title-small  {font-size: 24px; font-weight: 700;}
.title-xsmall {font-size: 18px; font-weight: 700;}
/* title - end
-------------------------------------------------- */



/* plus hover effect - start
-------------------------------------------------- */
.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background-color: rgba(21,21,21,0.9);
}
.plus-effect:before,
.plus-effect:after {
  top: 50%;
  left: 50%;
  content: '';
  position: absolute;
  background-color: #f26836;
  -webkit-transition: all .3s ease-in-out;
  -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;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.plus-effect:before {
  width: 1px;
  height: 100px;
}
.plus-effect:after {
  height: 1px;
  width: 100px;
}
/* plus hover effect - end
-------------------------------------------------- */



/* back to top - start
-------------------------------------------------- */
.backtotop {
  width: 40px;
  height:40px;
  right: 15px;
  z-index: 999;
  bottom: 15px;
  display: none;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  background: #f26836;
  border: 0px solid #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.backtotop a.scroll {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.homev2 .backtotop {
  right: 240px;
  bottom: 30px;
}
/* back to top - end
-------------------------------------------------- */



/* preloader - start
-------------------------------------------------- */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url('../images/preloader.gif') no-repeat center center;
}
/* preloader - end
-------------------------------------------------- */



/* transition - start
-------------------------------------------------- */
a,
button,
.custom-btn span {
  -webkit-transition: all .3s ease-in-out;
  -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;
}
/* transition - end
-------------------------------------------------- */



/* custom colors - start
-------------------------------------------------- */
.clr-white {color: #ffffff;}
.clr-black {color: #151515;}
.clr-yellow {color: #f26836;}

.bg-white {background-color: #ffffff;}
.bg-offwhite {background-color: #f7f7f7;}
.bg-black {background-color: #151515;}
.bg-yellow {background-color: #f26836;}

.overlay-black {background: rgba(5, 5, 5, 0.4);}
.overlay-yellow {background:#f26836d9;}
/* custom colors - end
-------------------------------------------------- */



/* custom space for body - start
-------------------------------------------------- */
.homev2 {
  padding-top: 150px;
  padding-bottom: 30px;
}
.body-box-wrapper {
  margin: 0 auto;
  max-width: 1265px;
  position: relative;
}
.sec-need {
  border-radius: 3px;
  padding: 100px 50px;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
}
/* custom space for body - end
-------------------------------------------------- */
/* - 2 - global-area - end
==================================================================================================== */





/* - 3 - Header Section - start
==================================================================================================== */
.header-section {z-index: 999;}
.cd-auto-hide-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  will-change: transform;
  transform: translateZ(0);
  transition: transform .5s;
  -webkit-transform: translateZ(0);
  transition: -webkit-transform .5s;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header.is-hidden {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

/* - 3.1 - headerv1 - start
================================================== */
/* header-top - start
============================== */
.header-top {
  height: 40px;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(21,21,21,0.1);
}
.header-top ul li,
.header-top ul li a {
  color: #151515;
  font-size: 14px;
}

.header-top .contact-info li {margin-right: 40px;}
.header-top .contact-info li:last-child {margin-right: 0px;}

.header-top .social {
  margin: -9px 0px;
  border-right: 1px solid rgba(21,21,21,0.1);
}
.header-top .social li.social-link {
  width: 40px;
  height: 40px;
  border-left: 1px solid rgba(21,21,21,0.1);
}
.header-top .social li.social-link a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 40px;
  text-align: center;
}
.header-top .social li.social-link:hover a {background-color: rgba(21,21,21,0.1);}
/* header-top - end
============================== */

/* header-bottom - start
============================== */
.header-bottom {
  height: 80px;
  position: relative;
}

/* brand-logo-area - start
------------------------------ */
.header-bottom .brand-logo-area {
  top: 0;
  padding:.5em;
  left: 15px;
  z-index: 1;
  width: 180px;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: absolute;
  background-color: #fff;
}
.header-bottom .brand-logo-area .brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 100px;
}
/* brand-logo-area - end
------------------------------ */

/* mainmenu - start
------------------------------ */
.header-bottom .mainmenu>li {
  width: auto;
  height: 80px;
}
.header-bottom .mainmenu>li>a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 17px;
  line-height: 80px;
  position: relative;
  text-transform: capitalize;
}
.header-bottom .mainmenu>li>a:after {
  bottom: 0;
  opacity: 0;
  left: 30px;
  right: 30px;
  height: 0px;
  content: '';
  position: absolute;
  background-color: #151515;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-bottom .mainmenu>li:hover>a:after,
.header-bottom .mainmenu>li.active>a:after {
  left: 0px;
  right: 0px;
  opacity: 1;
  height: 3px;
}


/* submenu-area - start
------------------------------ */
.header-bottom .submenu-area {position: relative;}
.header-bottom .submenu-list {
  left: 0;
  top: 60px;
  height: auto;
  display: none;
  min-width:260px;
  position: absolute;
  background-color: #151515;
  box-shadow: 0 5px 6px 1px rgba(21,21,21,0.1);
  -webkit-box-shadow: 0 5px 6px 1px rgba(21,21,21,0.1);
}
.header-bottom .submenu-list .submenu-links {
  width: 100%;
  height: 40px;
  display: block;
  text-align: left;
}
.header-bottom .submenu-list .submenu-links a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 20px;
  line-height: 40px;
  text-transform: capitalize;
}
.header-bottom .submenu-list .submenu-links:hover a,
.header-bottom .submenu-list .submenu-links.active a {
  color: #151515;
  background-color: #f26836;
}

.header-bottom .submenu-area:hover .submenu-list {
  top: 80px;
  display: block;
}
/* submenu-area - end
------------------------------ */

/* mainmenu - end
------------------------------ */

/* search-quote-area - start
------------------------------ */
.header-bottom .search-quote-area button {
  background-color: #f26836;
  padding:0 1em;
  float: left;
  width: auto;
  height: auto;
  color: #fff;
  font-size:16px;
  font-weight: 700;
  line-height:78px;
  text-align: center;
  display: inline-block;
}
.header-bottom .search-quote-area button:hover {background-color:#2e3e65;}
/* search-quote-area - end
------------------------------ */


/* search - start
.................................................. */
.search-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  visibility: hidden;
  background-color: #f26836;

  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.search-body .search-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  position: absolute;
}
.search-body input.search-input {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  color: #151515;
  font-size: 36px;
  padding: 0px 200px;
  position: absolute;
  border-radius: 0px;
}
.search-body input.search-input[type=search]:focus:not([readonly]) {border: none;}
.search-open {
  opacity: 1;
  visibility: visible;
}
.search-close {
  top: 50%;
  z-index: 3;
  width: 50px;
  right: 200px;
  height: 50px;
  color: #f26836!important;
  font-size: 24px;
  position: fixed;
  cursor: pointer;
  line-height: 50px;
  border-radius: 3px;
  text-align: center;
  background-color: #151515;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* search - end
.................................................. */

/* quoteform - end
------------------------------ */
.quoteform .modal-body {padding: 30px;}
/* quoteform - end
------------------------------ */
/* header-bottom - end
============================== */
/* - 3.1 - headerv1 - end
================================================== */



/* - 3.2 - header-v2 - start
================================================== */
.headerv2 {
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
  position: fixed;
  max-width: 1265px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
}
.headerv2 .header-top .contact-info {padding-left: 15px;}
.headerv2 .header-bottom .mainmenu li:hover a,
.headerv2 .header-bottom .mainmenu li.active a {color: #f26836;}
.headerv2 .header-bottom .mainmenu li a:after {background-color: #f26836;}
.headerv2 .header-bottom .mainmenu li:hover a:after,
.headerv2 .header-bottom .mainmenu li.active a:after {
  left: 0px;
  right: 0px;
  opacity: 1;
  height: 3px;
}

/* sticky menu - start
============================== */
.headerv2.stuck  {
  top: 0;
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
/* sticky menu - end
============================== */
/* - 3.2 - header-v2 - end
================================================== */





/* altranative menu - start
================================================== */
.alt-navbar {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 999;
  display: none;
  position: fixed;
  padding:8px 0px!important;
}
.alt-menu-btn {
  margin: 0px;
  padding: 0px;
  color: #151515;
  font-size: 48px;
}
.alt-menu-btn:hover {color: #151515;}



/* contact-info - start */
.alt-navbar .contact-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top:1px solid rgba(0,0,0,0.2);
}
.alt-navbar .contact-info li {
  width: 100%;
  display: block;
  color: #000000;
  margin-bottom: 10px;
}
.alt-navbar .contact-info li i {margin-right: 10px}
/* contact-info - end */



/* social-links - start */
.alt-navbar .social-links li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: red;
  display: inline-block;
}
.alt-navbar .social-links li a {
  width: 100%;
  height: 100%;
  color: #f26836;
  display: block;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
}
/* social-links - end */



/* alt-menu-list - start */
.alt-menu-list>li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
}
.alt-menu-list li:last-child {margin-bottom: 0px;}
.alt-menu-list li>a,
.alt-menu-list li>button {
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding: 10px 30px!important;
}
.alt-menu-list li>a>i,
.alt-menu-list li>button>i {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.alt-menu-list li.active>a,
.alt-menu-list li:hover>a,
.alt-menu-list li.active>button,
.alt-menu-list li:hover>button {background-color: #ffffff;}
.alt-menu-list li .alt-dropdown li a {
  font-weight: 500;
  padding-left: 60px!important;
}
.alt-menu-list li .alt-dropdown li:hover a {background-color: rgba(255,255,255,0.3);}



.alt-menu-list .alt-main-search {
  margin: 0;
  width: 100%;
  height: 50px;
  position: relative;
}
.alt-menu-list .alt-main-search input {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background-color: rgba(255,255,255,0.1);
}
.alt-menu-list .alt-main-search input[type=text]:focus:not([readonly]) {
  border: none;
  background-color: rgba(255,255,255,1);
}
.alt-menu-list .alt-main-search button {
  top: 0;
  right: 0;
  bottom: 0;
  color: #151515;
  line-height: 50px;
  padding: 0px 20px;
  position: absolute;
}
/* alt-menu-list - end */
/* altranative menu - end
================================================== */

/* - 3 - Header Section - end
==================================================================================================== */





/* - 4 - Footer Section - start
==================================================================================================== */

/* - 0.1 - footer-top - start
================================================== */
.footer-section .ftr-brand-area {
  padding-top: 83px;
  position: relative;
}
.footer-section .brand-logo {
  left: 0;
  top: -85px;
  width: 190px;
  height: auto;
  text-align: center;
  /*line-height: 190px;*/
  border-radius: 0px;
  position: absolute;
  background-color: #fff;
  border:13px solid #ffffff;
}
.footer-section .useful-links li {margin-bottom: 5px;}
.footer-section .useful-links li:last-child {margin-bottom: 0px;}
.footer-section .useful-links li a {
  color: #fff;
  position: relative;
  padding-left:1.2em;
}
.footer-section .useful-links li a i {
  top: 50%;
  left:0em;
  
  opacity: 1;
  color: #fff;
  position: absolute;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-section .useful-links li a:hover {
  color: #f26836;
  padding-left: 18px;
}
.footer-section .useful-links li a:hover i {
  opacity: 1;
  color: #f26836;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-section .newsletter {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.footer-section .newsletter .submit {
  top: 1px;
  right: 1px;
  bottom: 1px;
  color: #666666;
  font-size: 18px;
  padding: 0px 15px;
  position: absolute;
  background-color: #ffffff;
}
.footer-section .newsletter input[type=email] {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background-color: #ffffff;
}
.footer-section .newsletter input[type=email]:focus:not([readonly]) + .submit {color: #f26836;}
/* - 0.1 - footer-top - end
================================================== */



/* - 0.2 - footer-bottom - start
================================================== */
.footer-bottom {padding-top: 100px;}
.footer-bottom .social .social-link {margin-right: 20px;}

.footer-bottom .social .social-link:last-child {margin-right: 0px;}

.footer-bottom .social .social-link a {
  color: #fff;
  font-size: 24px;
}

.footer-bottom .social .social-link a:hover {color: #f26836;}

.footer-bottom .language-select {
  float: right;
  padding: 0px;
  border: none;
  line-height: 1;
  color: #666666;
  margin-top: -7px;
  padding: 0px 30px;
  border-radius: 3px;
  background: transparent;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border: none;
  box-shadow: none;
}
/* - 0.2 - footer-bottom - end
================================================== */
/* - 4 - Footer Section - end
==================================================================================================== */





/* - 5 - Breadcrumb Section - start
==================================================================================================== */
.breadcrumb-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section .overlay-black {padding:100px 0px;}

.breadcrumb-section h2.page-title {
  font-size:44px;
  text-shadow: 4px 2px 1px rgba(21,21,21,0.5);
}
.breadcrumb {
  margin: 0;
  float: right;
  padding: 16px 0px;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item:hover a {color: #f26836;}
/* - 5 - Breadcrumb Section - end
==================================================================================================== */





/* - 6 - Sidebar Section - start
==================================================================================================== */
/* search-box - start
-------------------------------------------------- */
.sidebar-section .search-box form {
  width: 100%;
  height: 50px;
  position: relative;
}
.sidebar-section .search-box label {
  top: 1px;
  margin: 0;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
}
/* search-box - end
-------------------------------------------------- */



/* categories - start
-------------------------------------------------- */
.sidebar-section .categories ul li {margin-bottom: 15px;}
.sidebar-section .categories ul li:last-child {margin-bottom: 0px;}
.sidebar-section .categories ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-section .categories ul li:hover a {
  color: #f26836;
  border-bottom-color: #f26836;
}
/* categories - end
-------------------------------------------------- */



/* recent-posts - start
-------------------------------------------------- */
.sidebar-section .recent-posts ul li .img {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 15px;
}
.sidebar-section .recent-posts ul li {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-section .recent-posts ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.sidebar-section .recent-posts ul li .post-contant {display: table;}
.sidebar-section .recent-posts ul li .post-contant a {
  width: 100%;
  display: block;
  color: #151515;
  font-weight: 700;
}
.sidebar-section .recent-posts ul li:hover .post-contant a {
  color: #f26836;
  text-decoration: underline;
}
/* recent-posts - end
-------------------------------------------------- */



/* archives - start
-------------------------------------------------- */
.sidebar-section .archives ul li {margin-bottom: 10px;}
.sidebar-section .archives ul li:last-child {margin-bottom: 0px;}
.sidebar-section .archives ul li a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
.sidebar-section .archives ul li a:hover {border-color: #f26836;}
/* archives - end
-------------------------------------------------- */



/* tags - start
-------------------------------------------------- */
.sidebar-section .tags ul {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar-section .tags ul li {
  width: 50%;
  padding: 5px;
  display: inline-block;
}
.sidebar-section .tags ul li a {
  width: 100%;
  display: block;
  padding: 10px 0px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
/* tags - end
-------------------------------------------------- */



/* follow-us - start
-------------------------------------------------- */
.sidebar-section .follow-us ul li {
  width: 50%;
  float: left;
  height: 40px;
  overflow: hidden;
}
.sidebar-section .follow-us ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  padding: 0px 20px;
  line-height: 40px;
}
.sidebar-section .follow-us ul li a>i {margin-right: 15px;}
.sidebar-section .follow-us ul li a>span {line-height: 40px;}

.bg-facebook {background-color: #3B5998;}
.bg-twitter {background-color: #1DA1F2;}
.bg-googleplus {background-color: #EA4335;}
.bg-dribbble {background-color: #EA4C89;}
.bg-linkedin {background-color: #007BB5;}
.bg-instagram {background-color: #C32AA3;}
/* follow-us - end
-------------------------------------------------- */
/* - 6 - Sidebar Section - end
==================================================================================================== */





/* - 7 - Home Page V1 - start
==================================================================================================== */
/* - 7.1 - slider-section - start
================================================== */
.slider-section {overflow-x: hidden;}

.slider-section .slick-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider-bg1 {background-image: url(../../images/s1.jpg);}
.slider-bg2 {background-image: url(../../images/s2.jpg);}
.slider-bg3 {background-image: url(../../images/s3.jpg);}
.slider-bg4 {background-image: url(../../images/slider/slider-bg4.jpg);}

.slider-section .overlay-black {
  padding: 205px 0px;
  position: relative;
}
.slider-section .slider-number {
  right: 118px;
  bottom: 75px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
}
.slider-section .slider-contant h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 3.2em;
}

.slider-section .slider-contant h1 > span {
  color: #f26836;
  font-weight: 800;
  position: relative;
}
.slider-section .slider-contant h1 > span:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  background: #f26836;
}



/* slick-dots - start
------------------------------ */
.slick-arrow {
  top: 50%;
  z-index: 1;
  width: 70px;
  height: 70px;
  color: #ffffff;
  position: absolute;
  border-radius: 3px;
  background: rgba(21,21,21,0.5);
}
.slick-prev {
  left: -80px;
  transform: skewX(10deg);
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
}
.slick-next {
  right: -80px;
  transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
  font-family: "Ionicons";
}
.slick-prev::before {content: "\f3d5";}
.slick-next::before {content: "\f3d6";}

.slick-arrow:hover {background: #f26836;}
.slick-prev:hover:before,
.slick-next:hover:before {color: #151515;}

.slider-section:hover .slick-prev {left: -8px;}
.slider-section:hover .slick-next {right: -8px;}



.slick-dotted.slick-slider {margin-bottom: 0px;}
.slick-dots {
  width: auto;
  right: 114px;
  bottom: 50px;
  position: absolute;
  display: inline-block;
}
.slick-dots li {
  margin: 5px;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: block;
  background: #666666;
}
.slick-dots li.slick-active button {background: #f26836;}
.slick-dots li button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  content: '';
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 0px;
}
/* slick-dots - end
------------------------------ */
/* - 7.1 - slider-section - end
================================================== */



/* - 7.2 - aminitie-section - start
================================================== */
.aminitie-section .aminitie-item {
  width: 33.17%;
  margin-right: 2px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  padding: 60px 20px 20px;
  background-color: #f7f7f7;
}
.aminitie-section .aminitie-item:last-child {margin-right: 0px;}
.aminitie-section .aminitie-item .item-icon {
  left: 50%;
  top: -30px;
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #151515;
  font-size: 24px;
  overflow: hidden;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border-radius: 3px;
  background-color: transparent;

  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.aminitie-section .aminitie-item .item-icon:before {
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  left: -13px;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 3px;
  position: absolute;
  background-color: #f26836;

  -moz-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}
/* - 7.2 - aminitie-section - end
================================================== */



/* - 7.3 - about-section - start
================================================== */
  /*go to responsive.css sheet*/
/* - 7.3 - about-section - end
================================================== */



/* - 7.4 - service-carousel - start
================================================== */
.service-section .item {padding: 20px;}

.service-section .service-item {
  height:20em;
  cursor: default;
  border-radius: 0px;
  padding: 20px 13px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -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;
}
.service-section .service-item .service-title i {
  float: left;
  font-size: 52px;
  margin-right: 15px;
}
.service-section .service-item .service-title > a {
  color: #111;
  display: table;
  font-size:22px;
  font-weight: 700;
}

.service-section .service-item:hover   {border-color: #f26836;}
.service-section .service-item:hover a {color: #f26836;}


/* owl dots settings - start
------------------------------ */
.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  width: 15px;
  height: 15px;
  border-radius: 0px;
  background: #666666;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f26836;
}
/* owl dots settings - end
------------------------------ */
/* - 7.4 - service-carousel - end
================================================== */



/* - 7.5 - funfact-section - start
================================================== */
  /*go to responsive.css sheet*/
/* - 7.5 - funfact-section - end
================================================== */



/* - 7.6 - portfolio-section - start
================================================== */
.portfolio-section .button-group {
  width: 100%;
  margin: 8px 0px;
  border-radius: 3px;
  background-color: #ffffff;
}
.portfolio-section .button-group .button {
  z-index: 0;
  width: 25%;
  float: left;
  color: #151515;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.portfolio-section .button-group .button:hover:after,
.portfolio-section .button-group .button.is-checked:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #f26836;
}
.portfolio-section .button-group .button:hover,
.portfolio-section .button-group .button.is-checked {background: rgba(255,193,7,0.1);}


/* filter grid 
------------------------------ */
.portfolio-section .grid {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .element-item {
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
  padding: 15px;
  width: 33.333%;
  display: inline-block;
}
.portfolio-section .ei-child {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -ms-transition: all .50s ease-in-out;
  -o-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}
.portfolio-section .ei-child .contant {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  text-align: left;
  position: absolute;
  border-radius: 0px;
  border: 4px solid transparent;
  background-color: rgba(5,5,5,0.3);
  -webkit-transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -ms-transition: all .50s ease-in-out;
  -o-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}
.portfolio-section .ei-child .contant h3 {
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  font-size:20px;
  font-weight:300;
  position: absolute;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.portfolio-section .ei-child .contant>a {
  opacity: 0;
  left: 30px;
  bottom: 30px;
  color: #f26836;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;
  transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
}
.portfolio-section .ei-child:hover .contant {
  border-color: #f26836;
  background-color: rgba(5,5,5,0.7);
}
.portfolio-section .ei-child:hover .contant h3 {bottom: 70px;}
.portfolio-section .ei-child:hover .contant>a {
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
/* - 7.6 - portfolio-section - end
================================================== */



/* - 7.7 - testimonial-section - start
================================================== */
.testimonial-contant {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/testimonial/sec-bg.jpg);
}



/* testimonial-carousel - start
------------------------------------------------------- */
.testimonial-carousel .item {
  padding: 35px 25px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.testimonial-carousel .hero-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 30px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  box-shadow: 0 0 6px 2px rgba(21,21,21,0.1);
  -webkit-box-shadow: 0 0 6px 2px rgba(21,21,21,0.1);
}
/* testimonial-carousel - end
------------------------------------------------------- */
/* - 7.7 - testimonial-section - end
================================================== */



/* - 7.8 - blog-section - start
================================================== */
.blog-section .blog-item {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
}
.blog-section .blog-item .blog-contant {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  overflow: hidden;
  position: absolute;
  border-radius: 3px;
  border: 5px solid transparent;
  background-color: rgba(5,5,5,0.3);
}
.blog-section .blog-item .date {
  top: 30px;
  left: 35px;
  z-index: 1;
  color: #151515;
  font-size: 14px;
  padding: 8px 15px;
  font-style: italic;
  border-radius: 2px;
  position: absolute;
  background-color: #f26836;
}


.blog-section .blog-item .blog-contant .blog-title {
  left: 0px;
  bottom: 30px;
  color: #ffffff;
  padding: 0px 35px;
  position: absolute;
}
.blog-section .blog-item .blog-contant>a {
  opacity: 0;
  left: 35px;
  bottom: 30px;
  color: #f26836;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;

  transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
}

.blog-section .blog-item,
.blog-section .blog-item .blog-contant,
.blog-section .blog-item .blog-contant>a,
.blog-section .blog-item .blog-contant .blog-title {
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.blog-section .blog-item:hover {box-shadow: 0 4px 15px 0 rgba(0,0,0,.16), 0 4px 20px 0 rgba(0,0,0,.12);}
.blog-section .blog-item:hover .blog-contant {
  border-color: #f26836;
  background-color: rgba(5,5,5,0.7);
}
.blog-section .blog-item:hover .blog-contant .blog-title {bottom: 70px;}
.blog-section .blog-item:hover .blog-contant>a{
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
/* - 7.8 - blog-section - end
================================================== */



/* - 7.9 - contact-section - start
================================================== */
  /*go to responsive.css sheet*/
/* - 7.9 - contact-section - end
================================================== */



/* - 7.10 - partner-section - start
================================================== */
.partner-section .partner-list li {
  margin: 15px;
  width: 17.63%;
  height: 120px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 6px 2px rgba(21,21,21,0.1);
  -webkit-box-shadow: 0 0 6px 2px rgba(21,21,21,0.1);

  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);

  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.partner-section .partner-list li:last-child {margin-right: 0px;}
.partner-section .partner-list li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 120px;
}
.partner-section .partner-list li:hover {
  z-index: 1;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/* - 7.10 - partner-section - end
================================================== */
/* - 7 - Home Page V1 - end
==================================================================================================== */





/* - 8 - Home Page V2 - start
==================================================================================================== */

/* - 8.1 - body-bg - start
================================================== */
.body-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* - 8.1 - body-bg - end
================================================== */



/* - 8.2 - banner-section - start
================================================== */
.banner-section {padding: 205px 0;}
.banner-contant {
  max-width: 50%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
  padding-bottom: 30px;
  background-color: rgba(255,255,255,0.4);
}
.banner-contant h1 {
  font-size: 50px;
  font-weight: 700;
  padding: 15px 30px;
  background-color: #f26836;
  text-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
}
.banner-contant p {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
}
.banner-contant .custom-btn {
  background-color: #ffffff;
  box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
}
.banner-contant .custom-btn span {
  color: #151515;
  background-color: #f26836;
}
.banner-contant .custom-btn:hover {background-color: #f26836;}
.banner-contant .custom-btn:hover span {
  color: #f26836;
  background-color: #151515;
}
/* - 8.2 - banner-section - end
================================================== */



/* - 8.3 - about-section - start
================================================== */
.homev2 .about-section {padding: 100px 50px;}
.homev2 .about-section .about-contant h2.title {font-size: 24px;}
.homev2 .about-section .about-contant h2>small {font-size: 50px;}
.about-section .about-contant .about-tab {margin-bottom: 25px;}
.homev2 .about-section .about-contant {padding: 0px 30px;}
/* - 8.3 - about-section - end
================================================== */



/* - 8.4 - funfact-section - start
================================================== */
.homev2 .funfact-section {
  padding: 100px 50px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.homev2 .funfact-section .funfact-contant {
  padding: 17px 0px;
  padding-right: 30px;
}
.homev2 .funfact-section .funfact-contant h2.title-xlarge {
  font-size: 24px;
  margin-bottom: 30px;
}
/* - 8.4 - funfact-section - end
================================================== */



/* - 8.5 - testimonial-section - start
================================================== */
.homev2 .testimonial-section .overlay-yellow {padding: 100px 50px;}
.homev2 .testimonial-section {
  padding: 0px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 1px 1.7px 10px rgba(0, 0, 0, 0.50);
}
/* - 8.5 - testimonial-section - end
================================================== */



/* - 8.6 - contact-section - start
================================================== */
.homev2 .contact-section {padding: 100px 50px;}
/* - 8.6 - contact-section - end
================================================== */



/* - 8.7 - partner-section - start
================================================== */
.homev2 .partner-section {padding: 50px;}
/* - 8.7 - partner-section - end
================================================== */

/* - 8 - Home Page V2 - end
==================================================================================================== */





/* - 9 - About Page - start
==================================================================================================== */
.aboutv1 .about-section {
  padding: 0px;
  padding-top: 50px;
}
.aboutv1 .about-section .about-contant {
  width: 100%;
  padding: 45px 0px;
}
.aboutv1 .about-section .about-contant h2.title {font-size: 30px;}
.aboutv1 .about-section .about-contant h2>small {font-size: 60px;}

.aboutv1 .funfact-section {padding: 0px 0px;}
.aboutv1 .funfact-section .funfact-contant h2.title-xlarge {font-size: 36px;}
.aboutv1 .funfact-container {padding: 100px 0px;}
.aboutv1 .funfact-container .funfact-img,
.aboutv1 .funfact-container .funfact-contant {
  width: 100%;
  padding: 0px;
}

.aboutv1 .testimonial-section {padding: 0px;}
/* - 9 - About Page - end
==================================================================================================== */





/* - 10 - service Page - start
==================================================================================================== */

/* - 10.1 - service v1 - start
================================================== */
.servicev1 .service-section .item {padding: 15px;}
.servicev1 .service-section .service-item {padding: 30px;}
.servicev1 .service-section .service-item .service-title > a {font-size: 20px;}
.servicev1 .service-section .service-item .service-title i {font-size: 30px;}
/* - 10.1 - service v1 - end
================================================== */

/* - 10.2 - service v2 - start
================================================== */
.servicev2 .service-section .item {padding: 15px;}
.servicev2 .service-section .service-item {
  padding: 15px;
  overflow: hidden;
}
.servicev2 .service-section .service-item .service-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 3px;
}
.servicev2 .service-section .service-item .service-contant {
  padding: 15px;
  padding-top: 50px;
  position: relative;
}
.servicev2 .service-section .service-item span {
  left: 50%;
  top: -40px;
  width: 80px;
  height: 80px;
  color: #f26836;
  font-size: 24px;
  line-height: 75px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  border: 5px solid #ffffff;
  background-color: #f7f7f7;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-shadow: 0px 0px 4px 2px rgba(21,21,21,0.1);
}
/* - 10.2 - service v2 - end
================================================== */

/* - 10 - service Page - end
==================================================================================================== */





/* - 11 - Service Details Page - start
==================================================================================================== */

/* - 11.1 - service-sidebar - start
================================================== */
/* service-menu-list - start
-------------------------------------------------- */
.service-sidebar .service-menu-list li {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 5px;
}
.service-sidebar .service-menu-list li:last-child {margin-bottom: 0px;}
.service-sidebar .service-menu-list li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 15px 25px;
  position: relative;
  background-color: #d35628;
}
.service-sidebar .service-menu-list li.active a:after {
  top: 50%;
  right: 25px;
  color: #151515;
  content: "\f10b";
  position: absolute;
  font-family: "Ionicons";
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.service-sidebar .service-menu-list li:hover a,
.service-sidebar .service-menu-list li.active a {background-color: #f26836;}
.service-sidebar .service-menu-list li a i {margin-right: 15px;}
/* service-menu-list - end
-------------------------------------------------- */



/* cost-calculator - start
-------------------------------------------------- */
.service-sidebar .cost-calculator {
  padding: 30px;
  overflow: hidden;
  border-radius: 3px;
}
.service-sidebar .cost-calculator h2,
.service-sidebar .download-links h2 {
  padding: 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff;
}
.service-sidebar .cost-calculator > span {
  width: 90px;
  height: 90px;
  color: #151515;
  color: #f26836;
  font-size: 36px;
  line-height: 90px;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto 30px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 5px 1px rgba(21,21,21,0.1);
  -webkit-box-shadow: 0 0 5px 1px rgba(21,21,21,0.1);
}
/* cost-calculator - end
-------------------------------------------------- */



/* download-links - start
-------------------------------------------------- */
.download-links {
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.download-links .custom-btn {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
/* download-links - end
-------------------------------------------------- */
/* - 11.1 - service-sidebar - end
================================================== */



/* - 11.2 - service-details - start
================================================== */
.service-details-img {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 50px;
}


/* priceing-table - start
-------------------------------------------------- */
.service-details .priceing-table  {
  overflow: hidden;
  padding: 30px 0px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 2px solid #f1f1f1;
}

.service-details .priceing-table .price  {
  font-size: 42px;
  margin-bottom: 50px;
}
.service-details .priceing-table a  {
  color: #151515;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.service-details .priceing-table:hover a  {
  color: #151515;
  background-color: #f26836;
}
.service-details .priceing-table:hover  {border-color: #f26836;}
/* priceing-table - end
-------------------------------------------------- */



/* chooseus - start
-------------------------------------------------- */
.service-details .accordion .card {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 5px;
  border: 1px solid #f5f5f5;
}
.service-details .card .card-header {
  padding: 0;
  background-color: transparent;
}
.service-details .card .card-header a {
  width: 100%;
  color: #151515;
  display: block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  font-family: 'Oxygen', sans-serif;
}
.accordion .card .card-header a:not(.collapsed) {
  background-color: #f26836;
}
/* chooseus - end
-------------------------------------------------- */



/* chooseus - start
-------------------------------------------------- */
.service-details .chooseus ul li {
  color: #151515;
  margin-bottom: 5px;
}
.service-details .chooseus ul li:last-child {margin-bottom: 0px;}
.service-details .chooseus ul li i {
  color: #f26836;
  margin-right: 15px;
}
/* chooseus - end
-------------------------------------------------- */
/* - 11.2 - service-details - end
================================================== */

/* - 11 - Service Details Page - end
==================================================================================================== */





/* - 12 - Team Page - start
==================================================================================================== */

/* - 12.1 - team V1 - start
================================================== */
.team-section .team-member {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.team-section .team-heroes {
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.team-section .member-img {
  overflow: hidden;
  position: relative;
}
.team-section .team-member:hover .plus-effect {opacity: 1;}

.team-section .member-social {
  padding: 10px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.team-section .member-social li {
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0px 5px;
  border-radius: 3px;
  text-align: center;
  background-color: #f5f5f5;
  transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.team-section .member-social li:last-child {margin-right: 0px;}
.team-section .member-social li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  line-height: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
.team-section .member-social li:hover {background-color: #f26836;}
.team-section .member-contant {
  padding: 15px;
}
/* - 12.1 - team V1 - end
================================================== */



/* - 12.2 - team V2 - start
================================================== */
.team-section-v2 .team-heroes {
  box-shadow: none;
  background-color: transparent;
}
.team-section-v2 .member-img {
  float: left;
  padding: 5px;
}
.team-section-v2 .member-contant {
  float: right;
  padding: 15px;
}
.team-section-v2 .member-img,
.team-section-v2 .member-contant {
  width: 48.5%;
  height: 312px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}

.team-section-v2 .member-social {
  padding: 0;
  border: none;
}
.team-section .member-social li {
  margin: 0;
  margin-right: 5px;
}
.team-section .member-social li:last-child {margin-right: 0px;}
/* - 12.2 - team V2 - end
================================================== */



/* - 12.3 - about-team-section - start
================================================== */
/* testimonial - start
-------------------------------------------------- */
.about-team-section .owl-theme .owl-dots {display: none;}
.about-team-section .owl-theme .owl-nav {
  margin: 0;
  top: -20px;
  right: 20px;
  position: absolute;
}
.about-team-section .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 5px;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 3px;
  color: transparent;
  background: transparent;
}
.about-team-section .owl-nav .owl-next:before,
.about-team-section .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #151515;
  line-height: 30px;
  text-align: center;
  position: absolute;
  font-family: "Ionicons";
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.about-team-section .owl-nav .owl-next:before {content: "\f3d1";}
.about-team-section .owl-nav .owl-prev:before {content: "\f3cf";}
.about-team-section .owl-nav .owl-next:hover:before,
.about-team-section .owl-nav .owl-prev:hover:before {
  border-color: #f26836;
  background-color: #f26836;
}

.team-testimonial .clint-contant {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-testimonial .clint {
  float: left;
  height: auto;
  padding: 30px;
  min-width: 300px;
  border-radius: 3px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-testimonial .clint .clint-img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -7px 0px;
  margin-right: 20px;
  text-align: center;
  border-radius: 100%;
}
.team-testimonial .clint a {
  color: #151515;
  display: table;
  font-size: 18px;
  font-weight: 700;
}
.team-testimonial .clint span {
  font-size: 12px;
  display: table;
}


.team-testimonial .clint .dot1,
.team-testimonial .clint .dot2,
.team-testimonial .clint .dot1:before,
.team-testimonial .clint .dot2:before {
  top: -5px;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-testimonial .clint .dot1 {left: 30px;}
.team-testimonial .clint .dot2 {right: 30px;}

.team-testimonial .clint .dot1:before,
.team-testimonial .clint .dot2:before {
  left: -1px;
  top: -33px;
  z-index: 1;
  content: '';
}
.team-testimonial .clint .dot1:after,
.team-testimonial .clint .dot2:after {
  left: 50%;
  top: -30px;
  width: 1px;
  content: '';
  height: 30px;
  position: absolute;
  background-color: #f0f0f0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/* testimonial - end
-------------------------------------------------- */



/* our-skill - start
-------------------------------------------------- */
.about-team-section .our-skill .single-experties {
  width: 100%;
  display: table;
  margin-bottom: 25px;
}
.about-team-section .our-skill .skilled-tittle {
  width: 100%;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-team-section .our-skill .progress {
  margin: 0px;
  width: 100%;
  height: 15px;
  border-radius: 0px;
  border: 1px solid #f26836;
  background-color: #ffffff;
}
.about-team-section .our-skill .progress-bar {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f26836;
}
.about-team-section .our-skill .progress-bar > span {
  top: 50%;
  right: 5px;
  color: #151515;
  font-weight: 700;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@keyframes Rx-width-90 {
 0% {
  width: 0%;
 }

 100% {
  width: 90%;
 }
}
@-webkit-keyframes Rx-width-80 {
 0% {
  width: 0%;
 }

 100% {
  width: 80%;
 }
}

@-webkit-keyframes Rx-width-75 {
 0% {
  width: 0%;
 }

 100% {
  width: 75%;
 }
}

@-webkit-keyframes Rx-width-95 {
 0% {
  width: 0%;
 }

 100% {
  width: 95%;
 }
}

.Rx-width-90 {
  -webkit-animation-name: Rx-width-90;
  -o-animation-name: Rx-width-90;
  animation-name: Rx-width-90;
  animation-fill-mode: forwards;
}

.Rx-width-80 { 
  -webkit-animation-name: Rx-width-80;
  -o-animation-name: Rx-width-80;
  animation-name: Rx-width-80;
  animation-fill-mode: forwards;
}

.Rx-width-75 {
  -webkit-animation-name: Rx-width-75;
  -o-animation-name: Rx-width-75;
  animation-name: Rx-width-75;
  animation-fill-mode: forwards;
}

.Rx-width-95 {
  -webkit-animation-name: Rx-width-95;
  -o-animation-name: Rx-width-95;
  animation-name: Rx-width-95;
  animation-fill-mode: forwards;
}
/* our-skill - end
-------------------------------------------------- */
/* - 12.3 - about-team-section - end
================================================== */

/* - 12 - Team Page - end
==================================================================================================== */





/* - 13 - Team Details Page - start
==================================================================================================== */

/* - 13.1 - team-sidebar - start
================================================== */
.team-sidebar {
  padding: 15px;
  border-radius: 3px;
}

.team-sidebar .member-social {
  margin: 20px -15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.team-sidebar .member-social ul li {
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.team-sidebar .member-social ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  line-height: 35px;
}
.team-sidebar .member-social ul li:hover {
  border-color: #f26836;
  background-color: #f26836;
}
.team-sidebar .member-social ul li:last-child {margin-right: 0px;}
/* - 13.1 - team-sidebar - end
================================================== */



/* - 13.2 - personal-details - start
================================================== */
.personal-details .basic-info ul li span {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px;
}

.personal-details .myservice ul li {
  z-index: 1;
  float: left;
  width: 180px;
  height: 180px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  -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;
  border: 2px solid #f0f0f0;
}
.personal-details .myservice ul li:last-child {margin-right: 0px;}
.personal-details .myservice ul li:hover {
  border-color: #f26836;
}

.personal-details .myservice ul li h4 {
  left: 20px;
  right: 20px;
  bottom: 25px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
}
.personal-details .myservice ul li .icon {
  font-size: 36px;
  position: relative;
}
.personal-details .myservice ul li a {
  top: 20px;
  width: 50px;
  right: -45px;
  height: 40px;
  color: #151515;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  background-color: #f26836;
}
.personal-details .myservice ul li:hover a {right: -2px;}
/* - 13.2 - personal-details - end
================================================== */



/* - 13.3 - team-contact-section - start
================================================== */
.team-contact-section .basic-contact-info {padding-left: 28px;}
.team-contact-section .basic-contact-info ul li {
  padding: 30px;
  position: relative;
  border-radius: 3px;
  padding-left: 45px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.team-contact-section .basic-contact-info ul li:last-child {margin-bottom: 0px;}
.team-contact-section .basic-contact-info ul li .icon {
  top: 50%;
  left: -30px;
  width: 60px;
  height: 60px;
  color: #f26836;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.team-contact-section .basic-contact-info ul li small {
  color: #151515;
  font-size: 16px;
  min-width: 80px;
  font-weight: 700;
}
/* - 13.3 - team-contact-section - end
================================================== */



/* - 13.4 - contact-form - start
================================================== */
.contact-form .input-item {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.contact-form .input-item input,
.contact-form textarea {
  margin: 0px;
  height: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.contact-form textarea {
  width: 100%;
  min-height: 150px;
  margin-bottom: 30px;
}
.contact-form .input-item label {
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: 0px;
  font-size: 24px;
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
}
.contact-form .input-item input[type=text]:focus:not([readonly]),
.contact-form .input-item input[type=email]:focus:not([readonly]),
.contact-form  textarea[type=text]:focus:not([readonly]) {
  border: 1px solid #f26836;
}
/* - 13.4 - contact-form - end
================================================== */
/* - 13 - Team Details Page - end
==================================================================================================== */





/* - 14 - Blog Page - start
==================================================================================================== */

/* - 14.1 - Blog V1 - start
================================================== */
.pagination {margin-top: 70px;}
.pagination ul .page-item {
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  display: inline-block;
}
.pagination ul .page-item:last-child {margin-right: 0px;}
.pagination ul .page-item .page-link {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #151515;
  display: block;
  font-size: 18px;
  padding: 0px 15px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
.pagination ul .page-item.active .page-link,
.pagination ul .page-item:hover .page-link {
  color: #ffffff;
  border-color: #f26836;
  background-color: #f26836;
}
/* - 14.1 - Blog V1 - end
================================================== */



/* - 14.2 - blog V2 - start
================================================== */
.blog-section-v2 .blog-item {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.blog-section-v2 .blog-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.blog-section-v2 .blog-contantv2 {padding: 30px;}
.blog-section-v2 .blog-item:hover {
  box-shadow: none;
  border-color: #f26836;
}
.blog-section-v2 .blog-contantv2 .custom-btn {
  color: #151515;
  font-weight: 500;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.blog-section-v2 .blog-item:hover .custom-btn {
  border-color: #f26836;
  background-color: #f26836;
}
.blog-section-v2 .blog-item .custom-btn span {
  color: #151515;
  background-color: #f0f0f0;
}
.blog-section-v2 .blog-item:hover .custom-btn span {
  color: #f26836;
  background-color: #151515;
}
/* - 14.2 - blog V2 - end
================================================== */



/* - 14.3 - blog V3 - start
================================================== */
.blog-section .blog-list {
  overflow: hidden;
  border-radius: 3px;
}
.blog-section .blog-list .blog-img {
  width: 40%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.blog-section .blog-list .blog-contant {
  width: 60%;
  padding: 30px;
  display: table;
}
.blog-section .blog-list .blog-contant .post-mate li {margin-right: 15px;}
.blog-section .blog-list:hover .blog-img .plus-effect {opacity: 1;}

.blog-section .blog-list .custom-btn {
  color: #151515;
  font-weight: 500;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.blog-section .blog-list:hover .custom-btn {
  border-color: #f26836;
  background-color: #f26836;
}
.blog-section .blog-list .custom-btn span {
  color: #151515;
  background-color: #f0f0f0;
}
.blog-section .blog-list:hover .custom-btn span {
  color: #f26836;
  background-color: #151515;
}
/* - 14.3 - blog V3 - end
================================================== */



/* - 14.4 - blog V4 - start
================================================== */
.blog-section .blog-big .blog-img {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.blog-section .blog-big:hover .blog-img .plus-effect {opacity: 1;}
.blog-section .blog-big .blog-img img {
  width: 100%;
  height: 100%;
  display: block;
}
/* - 14.4 - blog V4 - end
================================================== */

/* - 14 - Blog Page - end
==================================================================================================== */





/* - 15 - blog details Page - start
==================================================================================================== */

/* - 15.1 - blog-post - start
================================================== */
.blog-details-section .comment-area,
.blog-details-section .blog-post {margin-bottom: 100px;}

.blog-details-section .blog-post .blog-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-details-section .blockquote {
  margin: 50px 0px;
  padding: 30px 60px;
  border-radius: 3px;
  background-color: #f7f7f7;
  border-left: 5px solid #f26836;
}
.blog-details-section .blockquote p {
  padding: 0px;
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
}

/* related-post - start
-------------------------------------------------- */
.blog-details-section .related-post ul li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.blog-details-section .related-post ul li:last-child {margin-bottom: 0px;}
.blog-details-section .related-post li .post-img {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 15px;
}
.blog-details-section .related-post ul li .post-contant {display: table;}
.blog-details-section .related-post ul li .post-contant a {
  width: 100%;
  display: block;
  color: #151515;
  font-weight: 700;
}
.blog-details-section .related-post ul li:hover .post-contant a {
  color: #f26836;
  text-decoration: underline;
}

.blog-details-section .related-post .load-more {
  width: 100%;
  display: block;
  color: #151515;
  margin-top: 50px;
  padding: 15px 30px;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}
.blog-details-section .related-post .load-more:hover {
  border-color: #f26836;
  background-color: #f26836;
}
/* related-post - end
-------------------------------------------------- */



/* share links - start
-------------------------------------------------- */
.blog-details-section .share-links {
  margin-top: 50px;
  border-radius: 3px;
  padding: 15px 30px;
  margin-bottom: 100px;
  background-color: #f7f7f7;
}
.blog-details-section .share-links .Share-icon span {
  width: 35px;
  height: 35px;
  color: #151515;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #f26836;
}
.blog-details-section .share-links ul li {
  float: left;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  display: inline-block;
}
.blog-details-section .share-links ul li:last-child {margin-right: 0px;}
.blog-details-section .share-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #151515;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
.blog-details-section .share-links ul li:hover a {
  border-color: #f26836;
  background-color: #f26836;
}
/* share links - end
-------------------------------------------------- */
/* - 15.1 - blog-post - end
================================================== */



/* - 15.2 - comment-box - start
================================================== */
.comment-box {
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}
.comment-box .comment-author {
  width: 100%;
  display: table;
}
.comment-box .comment-author .img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 3px;
}
.comment-box .comment-author .author-name {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}
.comment-box .comment-author .author-name:hover {color: #f26836;}
.comment-box .comment-author .delete-btn {
  width: 40px;
  height: 40px;
  color: #151515;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.comment-box .comment-author .delete-btn:hover {
  border-color: #f26836;
  background-color: #f26836;
}
.comment-box .comment {
  padding: 15px;
  font-size: 14px;
}
.comment-box .post-mate {padding: 0px;}
/* - 15.2 - comment-box - end
================================================== */



/* - 15.3 - comment-form - start
================================================== */
.blog-details-section .comment-form .input-item {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.blog-details-section .comment-form .input-item label {
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: 0;
  font-size: 18px;
  padding: 0px 20px;
  line-height: 50px;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
}
/* - 15.3 - comment-form - end
================================================== */

/* - 15 - blog details Page - end
==================================================================================================== */





/* - 16 - Portfolio details Page - start
==================================================================================================== */

/* - project-cost - start
================================================== */
.project-cost ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.project-cost ul li span {
  color: #151515;
  font-weight: 700;
  min-width: 200px;
}
/* - project-cost - end
================================================== */

/* - 16 - Portfolio details Page - end
==================================================================================================== */





/* - 17 - Contact Page - start
==================================================================================================== */

/* - 17.1 - contact v1 - start
================================================== */
.contactv1-section {overflow-x: hidden;}
.contactv1-section .contact-left {
  width: 60%;
  float: left;
  padding: 30px 15px;
}
.contactv1-section .basic-info-item,
.contactv2-section .basic-info-item {
  margin: 0 auto;
  font-size: 16px;
  max-width: 100%;
  padding: 30px 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  height:17em;
}

.contactv1-section .basic-info-item .icon,
.contactv2-section .basic-info-item .icon {
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 30px;
  line-height: 80px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin: 0 auto 30px;
  background-color: #f26836;
}
.contactv1-section .basic-info-item .icon > small,
.contactv2-section .basic-info-item .icon > small {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
}
.contactv1-section .basic-info-item .icon > small:before,
.contactv2-section .basic-info-item .icon > small:before {
  top: -16px;
  left: -16px;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #2e3e65;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.contactv1-section .contact-right {
  width: 40%;
  float: right;
}
.contactv1-section #google-map {height: 830px;}
/* - 17.1 - contact v1 - end
================================================== */



/* - 17.2 - contact v2 - start
================================================== */
.contactv2-section .contact-left {padding:30px 0px;}

.contactv2-section #google-map {
  width: 100%;
  height: 350px;
}
/* - 17.2 - contact v2 - end
================================================== */

/* - 17 - Contact Page - end
==================================================================================================== */





/* - 18 - 404 Error Page - start
==================================================================================================== */
.error-contant {
  margin: 0 auto;
  max-width: 750px;
  padding: 150px 100px;
}
.error-contant h1 {
  color: #f26836;
  font-size: 132px;
  font-weight: 700;
}
/* - 18 - 404 Error Page - end
==================================================================================================== */





/* - 19 - Coming Soon Page - start
==================================================================================================== */
.coming-soon-section {
  width: 100%;
  display: table;
}
.coming-soon-section .wrapper {
  margin: 0 auto;
  max-width: 100%;
}
.coming-soon-section .wrapper .brand-logo {
  width: 200px;
  height: 100px;
  line-height: 100px;
  background-color: #151515;
}
.coming-soon-section .wrapper .social li {
  margin: 5px;
  height: 40px;
  min-width: 40px;
  overflow: hidden;
  border-radius: 3px;
}
.coming-soon-section .wrapper .social li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #f26836;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 40px;
  background-color: #151515;
}
.coming-soon-section .countdown {margin-bottom: 100px;}
.coming-soon-section .countdown > li {
  margin: 15px;
  padding: 30px;
  height: 200px;
  min-width: 200px;
  border-radius: 3px;
  display: inline-block;
  background-color: #ffffff;
}
.coming-soon-section .countdown .number {
  color: #151515;
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Oxygen', sans-serif;
}
.coming-soon-section .countdown span {
  display: block;
  position: relative;
  text-transform: uppercase;
}
.coming-soon-section .countdown span:before {
  left: 0;
  right: 0;
  top: -15px;
  width: 30px;
  content: '';
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background: #f26836;
}


.navbar-brand {
    width: 130px;
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right:0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.font15
  {
    font-size: 15px;
  }


.inner-bg
  {
    background-color:#19243e52;
    padding:70px 0px;
  }



  .mt3
    {
      margin-top: 3em;
    }

    .orange4
      {
        color: #f26836;
      }

.ptb4
  {
    padding:4em 0px;
  }


  .whychoose
    {
      background-color: #cccccc82;
      padding: 4em 0;
      margin: 4em 0;
    }
