@import url("../plugins/fontawesome/css/all.min.css");
@import url("../plugins/fontawesome/css/font-awesome-animation.min.css");
@import url("../plugins/themify/themify-icons.css");
@import url("../plugins/flaticon/flaticon.css");
*{
    font-family: Tahoma;
}
body{font-weight: 500;}
.jt-top-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom: 3px solid #ff7f00;
	padding-top: 10px;
	display: flex;
	height: 70px;
	z-index: 300;
}
.bg-black{
	background: #000 !important;
}
.jt-container{
	display: block;
	margin: 0 5%;
	min-height: 50px;
	width: 100%;
	position: relative;
}
.jt-top-header a{text-decoration: none;}
.jt-top-header:after{
	clear: both;
	display: block;
	content: "";
}

.jt-top-header .left-section{
	width: calc(100% - 20%);
	float: left;
}
.jt-top-header .right-section{
	width: 20%;
	float: right;
}
/*---------------*/
.jt-menu-1 {
	position: absolute;
	top: 0;
    font-size: 105%;
	left: 0px;
	right: 0;
	padding-left: 150px;
	z-index: 200;
}
.active-menu{
	position: absolute;
	top: 0;
	left: 150px;
	font-size: 12px;
	font-weight: 900;
	background: green;
	color: #fff;
	border-radius: 7px;
	padding: 2px 12px;
	margin: 5px;
	margin-top: 25px;
	margin-left: 30px;
	height: 22px;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, .1);
}

.menu-container {

}
.jt-menu-1 a.logo {
    display: inline-block;
    float: left;
}
.jt-menu-1 img {
    max-width: 150px;
    margin: 0;
}
.menu-toggler {
  display: none;
}
.menu-toggler:after {

}
.menu-dropdown-icon:before {
  content: "\f107";
  font-family: "fontawesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.jt-menu-1 > ul {
	margin: 0;
	list-style: none;
	padding: 0;
	box-sizing: border-box;

}
.jt-menu-1 .menu-items{
	float: right;
	margin-right: 300px;
}
.jt-menu-1 .menu-items.right-offset-300{
	margin-right: 300px;
}
.jt-menu-1 .menu-items.right-offset-200{
	margin-right: 200px;
}
.jt-menu-1 > ul:before,
.jt-menu-1 > ul:after {
  content: "";
  display: table;
}
.jt-menu-1 > ul:after {
  clear: both;
}
.jt-menu-1 > ul > li {
  float: left;
  /*background: #e9e9e9;*/
  padding: 0;
  margin: 0;
}

.jt-menu-1 > ul > li .append-down-arrow:after {
	content: "\f107";
	font-family: "fontawesome";
	padding-left: 6px;
	padding-top: 2px;
	float: right;
	vertical-align: middle;
}

.jt-menu-1 > ul > li .append-up-arrow:after {
	content: "\f107";
	font-family: "fontawesome";
	padding-left: 6px;
	float: right;
}

.jt-menu-1 > ul > li a {
  text-decoration: none;
  padding: 1em 1em;
  display: block;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}
.jt-menu-1 > ul > li:hover {
  background: #ff7f00;
}
.jt-menu-1 > ul > li:hover a{

}

.jt-menu-1 .jt-mega-menu{
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 2px solid #ff7f00;
}

.jt-menu-1 .jt-mega-menu.hide{display: none;}
.jt-menu-1 .jt-mega-menu.display{display: block;}

.jt-menu-1 > .show-on-mobile{
	display: block;
}

.jt-menu-1.mobile-menu {
	display: block;
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 0;
	background: #fff !important;
	overflow: auto;
	padding: 15px;
}

/*jt-menu 2 */

.jt-menu-2{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	padding: 1em;
}

.jt-menu-2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.jt-menu-2 ul li{
	display: inline-block;
}
.jt-menu-2 ul li a{
	text-decoration: none;
	padding: 6px;
	color: #ff7f00;
	cursor: pointer;
	font-weight: 600;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 992px) and (max-width: 11999px) {

	.jt-menu-1 > ul > li a {
	  /*padding: 1em 10px;*/
	}
}

@media only screen and (max-width: 1023px) {

	.jt-menu-1 .menu-items{
		margin-right: 200px;
	}
	.jt-menu-2{

	}
	.jt-menu-2 ul li a{
		font-size: 20px;
	}

	.jt-menu-2 ul li a .menu-icon{}
	.jt-menu-2 ul li a .menu-text{display: none;}
	
}

@media only screen and (max-width: 991px) {
	.jt-top-header {

	}
	.jt-container{
		margin: 0 5px;
	}

	.jt-menu-1 {
		display: none;
	}
	.active-menu{display: none;}
	.jt-menu-1 .menu-items{
		float: none;
		margin-right: 0;
	}
	.jt-menu-1 > ul > li {
	  float: none;
	}
	.jt-menu-1 > ul > li a{
	  display: block;
	  width: 100%;
	}
	.jt-menu-1 > ul > li:hover {
	  background: transparent;
	}
	.jt-menu-1 > ul > li:hover a{
	  background: rgba(0, 0, 0, .05);
	}


	.jt-menu-1 > ul,.jt-menu-1 .jt-mega-menu {
		border-top: 0;
	}



	.jt-menu-1 .jt-mega-menu{
	  display: none;
	  width: 100%;
	  background: #fff;
	  padding: 20px;
	  position: relative;
	  top: 100%;
	  z-index: 99;
	  left: 0;
	  margin: 0;
	  list-style: none;
	  box-sizing: border-box;
	  border-top: 2px solid #ff7f00;
	}

	.jt-menu-2 {
		right: 60px;
	}

  .menu-toggler {
    display: block;   
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff7f00;
    color: #fff;
    font-size: 20px;
    padding:  3px 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    
  }
	
}

/*buttons*/
.jt-menu-1 > ul > li.subscribe-btn:hover {
  background: transparent;
}
.subscribe-btn a{
	background: #df362d;
	color: #fff !important;
	font-weight: 700;
	padding: 6px 12px !important;
	border-radius: none;
	margin: 10px 15px;
}
.subscribe-btn a:hover{

}


/**/
.va-m{
	vertical-align: middle !important;
}
.to-right{
	-webkit-box-pack: end;
}

.jt-header-widget.style1.mb-5{
	padding-bottom: 50px;
	padding: 0 15px;
}
.jt-header-widget.style1 .divider {
  display: flex;
}
.jt-header-widget.style1 .divider:before, 
.jt-header-widget.style1 .divider:after {
  content: "";
  flex: 1;
}
.jt-header-widget.style1 .razor:before, 
.jt-header-widget.style1 .razor:after {
  box-shadow: 0 0.5px 0px #ff7f00;
}

.jt-header-widget.style1.dark .razor:before, 
.jt-header-widget.style1.dark .razor:after {
  box-shadow: 0 0.5px 0px #000000;
}


.jt-header-widget.style1 .line {
  align-items: center;
  margin: 1em 0;
}
.jt-header-widget.style1 .line:before, 
.jt-header-widget.style1 .line:after {
  height: 1px;
  margin: 0 1em;
}

.jt-header-widget.style1 .title{
/*	font-weight: 900;*/
	color: #ff7f00;
}

.jt-header-widget.style1.dark .title{
	color: #000000;
}
.jt-header-widget.style1 .title.uppercase{
	text-transform: uppercase;
}
.jt-header-widget.style1 .title.capitalize{
	text-transform: capitalize;
}

/**/
.service-box{
	position: relative;
	color: #fff;
	height: 100%;
}
.service-box img{
	width: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
}
.service-box.img-1 {
    background-image: url(../img/services/1.jpg);
    background-position: center;
    background-size: cover;
}
.service-box .box-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
}
.service-box .details-section{
	position: relative;
	color: #fff;
	padding: 50px;
}
.service-box .details-section .section-title{
	color: #ff7f00;
	font-weight: 900 !important;
	font-size: 26px !important;
}
.service-box .details-section p{
	font-size: 130%;
}

/**
 *  BACKGROUNDS
 * */

.img-bg-1 {
  position: relative;
    background-image: url(../img/bg/1.jpg);
    background-position: center;
    background-size: cover;
}
/**/
 .bg-light-1{
 	background: #fbf3eb !important;
 }


/* */


/**/
.form-style1 {}

.form-style1 .form-control,
.form-style1 input[type="text"],
.form-style1 input[type="date"],
.form-style1 input[type="tel"],
.form-style1 input[type="number"],
.form-style1 input[type="time"],
.form-style1 select,
.form-style1 textarea {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 .input-group-prepend {
    outline: 0;
    box-shadow: none;
}

.form-style1 .input-group-text {
    border-left: 0;
    border-top: 0;
    border-radius: none;
    border-right: 0;
    background: transparent;
}


/*.form-style1 .select2-container .select2-hidden-accessible,
.form-style1 .select2-container,
.form-style1 .select2-container .select2-selection--single,
.form-style1 .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}*/

.form-style1 .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 input[type="file"] {
    border: 0 !important;
}

.form-style1 .left-addon,
.form-style1 .right-addon {
    padding-top: 8px;
    padding-bottom: 3px;
    border: 0;
}

.form-style1 .form-control:focus,
.form-style1 input[type="text"]:focus,
.form-style1 input[type="date"]:focus,
.form-style1 input[type="tel"]:focus,
.form-style1 input[type="number"]:focus,
.form-style1 input[type="time"]:focus,
.form-style1 select:focus,
.form-style1 textarea:focus {
    border-color: rgba(0, 0, 255, .3);
    outline: 0;
    box-shadow: none;
}
.form-style1 .input-group .input-group-prepend .input-group-text{
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.form-style1 .main-label,
.main-label {
    margin: 0;
    font-weight: 600;
    display: block;
    background: transparent !important;
}

.form-style1 .card {
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}

/**/
.social-share{}
/*////////////////////////////////////*/



/**/


.btn-blue {
    color: #fff;
    background-color: #045bc1;
    border-color: #045bc1
}

.btn-blue:hover {
    color: #fff;
    background-color: #034da4;
    border-color: #03499a
}

.btn-check:focus+.btn-blue,
.btn-blue:focus {
    color: #fff;
    background-color: #034da4;
    border-color: #03499a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(42, 116, 202, .5);
    box-shadow: 0 0 0 .25rem rgba(42, 116, 202, .5)
}

.btn-check:checked+.btn-blue,
.btn-check:active+.btn-blue,
.btn-blue:active,
.btn-blue.active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #03499a;
    border-color: #034491
}

.btn-check:checked+.btn-blue:focus,
.btn-check:active+.btn-blue:focus,
.btn-blue:active:focus,
.btn-blue.active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(42, 116, 202, .5);
    box-shadow: 0 0 0 .25rem rgba(42, 116, 202, .5)
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: #fff;
    background-color: #045bc1;
    border-color: #045bc1
}

/*buttons*/
.button-style1{
	/*background-color: orange;
	color: #fff !important;
	padding: 6px 12px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;*/
}

/*modal*/

.modal-style-1{}
.modal-style-1 .modal-header{
border-color: transparent;
}
.modal-style-1 .modal-body{}


/*widget styles*/
.jt-widget.style1{
	border: 1px solid #e27e1e;
	padding: 15px;
	background: #f9f5f1;
}

.jt-widget.style1 .widget-title{
	background-color: #e27e1e;
	color: #fff;
}

/*conatiners*/
.container {
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.container.add-padding{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/*cards*/
.card-title{
	margin-bottom: 0 !important;
}
.card-body{
	padding: 15px;
}
/*headers*/
.content-header{
	display: flex;
}
.content-header .title-section{
	width: 60%;
}
.content-header .controls-section{
	width: 40%;
	position: relative;
}
.content-header .controls-section:after{
	clear: both;
	content: "";
	display: block;
}

.content-header .controls-section .controls{
	float: right;
}
/*offsets*/
.top-offet-10{
  margin-top: -10px;
}
.top-offset-15{
  margin-top: -15px;
}
.top-offset-20{
  margin-top: -20px;
}
.top-offset-30{
  margin-top: -30px;
}
.top-offset-40{
  margin-top: -40px;
}
.top-offset-50{
  margin-top: -50px;
}
.top-offset-60{
  margin-top: -60px;
}
.top-offset-70{
  margin-top: -70px;
}
.top-offset-80{
  margin-top: -80px;
}
.top-offset-90{
  margin-top: -90px;
}
.top-offset-100{
  margin-top: -100px;
}
.top-offset-150{
  margin-top: -150px;
}
.top-offset-200{
  margin-top: -200px;
}
.top-offset-250{
  margin-top: -250px;
}

/*offsets*/
.bottom-offet-10{
  margin-bottom: -10px;
}
.bottom-offset-15{
  margin-bottom: -15px;
}
.bottom-offset-20{
  margin-bottom: -20px;
}
.bottom-offset-30{
  margin-bottom: -30px;
}
.bottom-offset-40{
  margin-bottom: -40px;
}
.bottom-offset-50{
  margin-bottom: -50px;
}
.bottom-offset-60{
  margin-bottom: -60px;
}
.bottom-offset-70{
  margin-bottom: -70px;
}
.bottom-offset-80{
  margin-bottom: -80px;
}
.bottom-offset-90{
  margin-bottom: -90px;
}
.bottom-offset-100{
  margin-bottom: -100px;
}
.bottom-offset-200{
  margin-bottom: -200px;
}

@media(max-width: 991.98px){
	.container {
	    max-width: 90%;
	}
}

@media(max-width: 767.98px){
	.container {
	    max-width: 95%;
	}
}

@media(max-width: 575.98px){
	
	.container {
	    max-width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}