/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

body, html{
	height: 100%;
	width:100%;
	/*background-color: #ececec;*/
	/*background-color: #f2f2f2;*/
}
body{
	font-size: 1rem;
	font-family: 'Source Sans Pro', sans-serif;
}
body > section:first-of-type {
    /*padding: 0 !important;*/
}
/* ========== Universal Stylings ========== */
h1,h2,h3,h4,h5{
	position: relative;
	font-family: 'Montserrat', sans-serif!important;
}
/*.h1, h1 {
    font-size: 2.5rem;
    font-weight: bold;
}*/
h6{
	position: relative;
}
.bg-primary{
	background-color: #B47F41!important;
}
.bg-dark{
	background-color: #0f0a05!important;
}
.bg-white{
	background-color: #fff;
}
.text-inverse{
	color: #074052;
}
.text-primary{
	/*color: #B47F41!important;*/
	color: #DB8300 !important;
}
a.text-primary{
	color: #B47F41;
	font-variant-caps: all-petite-caps;
	font-weight: normal;
}
a.text-primary:hover{
	color: #916634!important;
	text-decoration: none;
}
.text-muted {
    color: #476584 !important;
    text-shadow: 0 0 1px black;
}
.btn{
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 1rem;
	font-weight: 600;
}
/*.btn-primary{
	background-color: #B47F41;
	border-color: #B47F41;
}*/
.btn-primary {
    /*background-color: #c4c4c438;*/
    background-color: rgba(196, 196, 196, 0.2);
    border-color: #FFF;
    border-radius: unset;
    color: #3c3c3c;
}
/*.btn-primary:hover,.btn-primary:focus{
	background-color: #916634;
	border-color: #916634;
}*/
.btn-primary:hover, .btn-primary:focus {
    /*background-color: #09b718;
    border-color: #31ff43;*/
    background-color: rgb(9, 183, 24);
	border-color: rgb(49, 255, 67)
}
.btn-capsul{
	border-radius: 50px;
}
/* navbarSupportedContent menu*/
.btn-orange {
    background-color: #db8300;
    color: white;
    font-variant-caps: all-small-caps;
    font-size: 1.1em;
    margin: .3em 0;
}
/* end navbarSupportedContent menu*/
.my_phone {
    background-image: url(/img/phone-call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9em;
    padding-left: 26px;
    color: inherit;
}
i.box-circle-outline{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	border-radius: 50%;
	height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
i.box-circle-solid{
	background-color:#35CBDF;
	border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.text-underline-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-primary:before{
	content:"";
	position: absolute;
	width:50px;
	height: 4px;
	left:50%;
	margin-left:-25px;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-primary:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.bg-overlay:before{
	content:"";
	background:rgba(0,0,0,0.34);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-overlay-second::before {
    content: "";
    background: rgba(0, 0, 0, 0.86);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-overlay-third::before {
    content: "";
    background: rgba(255, 255, 255, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-overlay-primary:before{
	content:"";
	background:rgba(49,31,10,0.5);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
/*.bg-overlay-aircraft:before{
	content:"";
	background:rgba(0, 0, 0, 0.39);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: 1;
}*/
.bg-overlay-aircraft > div::after{
	content:"";
	background:rgba(0, 0, 0, 0.79);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-contacts::before {
    content: "";
    background: rgba(0, 7, 10, 0.86);
    /*background: rgba(255, 255, 255, 0.51);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out 300ms;
    z-index: 3;
}
.nw-bg-contacts::before{
	/*z-index: 2;*/
	opacity: 0;}
.bg-right{
	background:url("../img/max_img3.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	min-height: 100%;
}
.sec-bg-02{
	background:url("../img/img_background3_r.jpg");
	background-repeat: no-repeat;
	background-position: top;	
	background-size: cover;
	padding-top: 0;
}
.sec-bg-03{
	background:url("../img/b-w_kazarin.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: cover;
	min-height: 100%;
}
.sec-bg-04{
	background:url("../img/nebo.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: cover;
}
.parallax{
	background-attachment: fixed!important;
}
.font-abril{
	/*font-family: 'Abril Fatface', cursive;*/
}


/* ========== Page Loading Style ========== */
.loaders {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
 }
 .loaders .loader {
      box-sizing: border-box;
      display: flex;
      flex: 0 1 auto;
      flex-direction: column;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 25%;
      max-width: 25%;
      height: 200px;
      align-items: center;
      justify-content: center;
  }
  .loader{display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1200;
  }

.loader-bg{
  background: #0F0A06;
}

.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}




/* ========== Top Navigation ========== */
.top-nav {
    height: 80px;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    background-color: #fff;
    /*background-color: #b8e2ff;*/
}
.top-nav .navbar-nav li .nav-link {
    color: #626262;
    font-size: 17px;
    padding: 1.5em 26px;
    /*margin: 6px 5px 6px;*/
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}
.top-nav li a.nav-link:hover, .top-nav .nav-item.active a.nav-link {
    color: #dd6000;
    /*background-color: #B47F41;*/
}
.top-nav .navbar-brand{
	font-size: 28px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.top-nav .search-box li a.nav-link{
	border:1px solid #B47F41;
	padding: 6px 15px;
}
.top-nav.light-header {
    height: 72px;
    background: rgb(184, 226, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.23);
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    z-index: 9999;
}
.top-nav.light-header .navbar-brand{
	color: #fff;
}

.top-nav.light-header .search-box li a.nav-link{
	padding: 6px 15px;
	border:1px solid #fff;
}
.top-nav.light-header .search-box li a.nav-link i{
	color:#fff!important;
}
.slide-area ul {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #fff;
    right: 0;
    padding: 2em 22% 2em 38%;
    text-align: left;
    list-style: outside none none;
    column-count: 2;
    text-shadow: 0 0 1px #00000082;
    color: white;
    box-shadow: 0 7px 26px #000c;
}
.slide-area ul li {
    font-size: 15px;
    color: #333 !important;
    font-variant: petite-caps;
    text-transform: uppercase;
    line-height: 3em;
}
.drop-slide {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.75);
    left: 0;
    opacity: 0;
    right: 0;
    top: 56px;
    transition: all 0.2s linear 0s;
    visibility: hidden;
    z-index: 1;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: 
    rgba(0,0,0,0);
}
.navbar-nav > li:hover .drop-slide {
    opacity: 1 !important;
    visibility: visible;
}
.column-count-1{
	column-count: 1!important;
}
.column-count-1 li {
    padding-left: 0 !important;
}
.slide-area ul li a {
    color: #1a2440;
}

/* ========== breadcrumbs ==========*/
.dropdown-menu {
    position: absolute;
    /*transform: translate3d(249px, 116px, 0px);*/
    top: 0px;
    left: 0px;
    /*will-change: transform;*/
}
.breadcrumb {
    font-size: 0.8em;
}
.breadcrumb {

    border: none;
    border-radius: 0;
    padding-top: 5.5rem;
    /*position: absolute;*/
    z-index: 9;
    width: 100%;
}
.breadcrumb-item{
	position: relative;
}
.breadcrumb-item div {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 0.9em;
    font-size: small;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    border-top: 2px solid darkorange;
}
.breadcrumb-item:hover div {
    display: block;
    color: darkorange;
}
.breadcrumb-item a:hover {
    color: darkorange;
}
/* ========== Intro Header ========== */
.intro{
	float: left;
	width:100%;
	display: flex;
	align-items:center;
	height:100%;
	position: relative;
	z-index: 1;
}
.intro.intro-small{
	height: 60%;
}
.intro-bg{
	background:url("/img/max_img2.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.caption-container{
	width:50rem;
	margin:0 auto;
}
.caption-two-panel{
	display: flex;
	align-items:center;
}
.intro h1{
	font-weight: 700;
	font-family: 'Abril Fatface', cursive;
	font-size: 3.8rem;
}
.intro-caption .btn i{
	float: left;
	margin-right:15px;
}
.carousel-caption{padding-bottom: 8vh;}
.intro .carousel-item{
	height: 100vh;
}
.intro .carousel-item::before{
	content:"";
	background:rgba(0,0,0,0.6);
	position: absolute;
	width:100%;
	height: 100vh;
}
.intro  .carousel-caption{
	top:25%;
}
.carousel {
    position: initial;
}
.carousel-item{
	background-size: cover;
	background-position: center;
	height: 100%;
}
.carousel-control-next, .carousel-control-prev{z-index: 1;}

/* ========== Who We Are ========== */

.info-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.info-section h2, .contact-section h2{
	font-weight: 700;
	font-size: 2.5rem;
}
.info-section .price-count{
	font-size: 2.5rem;
}

.info-section .head-sec{
	float: left;
	width:100%;
}
.secondary_info .card-img-top {
    width: 50%;
}

.adpt-service-bl {
    background-color: white;
    color: black;
    box-shadow: 0px 0px 32px 12px #0000004d;
}
.info-section .service-block-bg,.contact-section .service-block-bg{
	/*background-color: rgba(180,127,65,0.4);*/
	/*box-shadow: 0px 0px 32px 12px #0000004d;*/
	height: 100%;
	cursor: pointer;
	background-color: #00000045;
}
.info-section .service-block-bg:hover,.contact-section .service-block-bg:hover{
	background-color: rgba(180,127,65,1);
}
.info-section .service-block-bg-{
	background-color: rgba(180,127,65,0.4);
	height: 100%;
	box-shadow: 0px 0px 32px 12px #0000004d;
}
.info-section h3{
	/*font-size: 1.4rem;*/
}
.info-section p {
    font-size: 1rem;
    line-height: 1.3rem;
    /*font-weight: bold;*/
}
.info-section .box h2{
    font-size:24px;
    margin-bottom:20px;
    margin-top:0;
}

.info-section .box i{
    font-size:20px;
}
.info-section .box{
    display:flex;
}
.info-section .text-box{
    flex:1 1 0;
    text-align:left;
}
.info-section .icon-box{
    line-height: 1.2;
    width:70px;
}
.info-section .service-block-overlay{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.info-section .service-block-overlay:hover{
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -10px;
    position: relative;
    width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.info-section .service-block i img{
	width:50px;
}
.info-section .card-body h3 {
    font-size: 1.4rem;
    padding: 1.2em 0em 0em 0em;
    line-height: 1em;
    min-height: 4.2em;
    margin-top: auto;
    margin-bottom: auto;
}
.info-section .card-body p {
    font-size: 1.25rem;
    padding: 1.2em 0em 0em 0em;
    line-height: 1em;
    min-height: 6.2em;
    margin-top: auto;
    margin-bottom: auto;
}
.info-section .card-body a {
    text-decoration: none;
    /*color: #464646;*/
}
.text-decor-n{text-decoration: none!important;}
.content-half{
    color:#fff;
}
.content-half ul{
    padding:0;
    list-style:none;
}
.content-half ul li{
    margin:15px 0;
    float:left;
    width:100%;
}
.content-half ul li i{
    float:left;
    font-size:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.content-half ul li .list-content{
    float:left;
    margin-left:20px;
}
.content-half ul li strong{
    font-size:19px;
    font-weight:700;
}
.content-half .btn{
    margin-top:20px;
}
/*--- three Block Panel ---*/
.info-section img {
    opacity: 0.7;
}
/*#catalog .card-img-top, #complects */
.card-img-top {
    width: 4em;
}
.card-body:hover img {
    opacity: 1;
}
.card-body:hover h3 {
    color: #974e17 !important;
}
.card tr td:last-child {
    text-align: end;
}
.card-node{position: relative;}
.card-node a{color:inherit;}
.table-disable{display: none;}
.card-node:hover {box-shadow: 0px 0px 11px #929292;}
.card-mw{max-height: 17rem;}
.text_align_table tr td:last-child {
    text-align: end;
}
.three-panel-block{
	float: left;
	width: 100%;
}
.three-panel-block i{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.three-panel-block i.box-round{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	padding:16px;
	border-radius: 50%;
}

/*--- Two Block Panel ---*/
.two-panel-block{
	float: left;
	width: 100%;
}
.two-panel-block p{
	font-size:16px;
}


/*--- Two Block Panel ---*/
.four-panel-block{
	float: left;
	width:100%;
}
/*--- карточки из каталога продукции 2021 ---*/
.catimg {
        width: 48%;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 60%;
        padding-top: 70%;
        vertical-align: top;
    }  
    .card-seria{
        padding: 10px 12px 10px;
        margin: 0px 5px 29px;
        min-height: 19em;
    }
    .clr ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .clr li {
        display: inline-block;
        width: 15px;
        height: 10px;
        margin: 0 0px 4px;
    }
    .text-price {
        font-weight: 600;
        color: #4d4d4d;
        font-size: 1.1em;
    }
    /* НАСТРОЙКА ОТОБРАЖЕНИЯ КАРТОЧКИ С ПРОДУКЦИЕЙ - С ЭТИМ СЛАССОМ ОТОБРАЖАЕТСЯ ОДНА КАРТИНКА */
    .card-one-image > a:last-of-type {
        display: none;
    }
    .card-one-image a {
        width: 100% !important;
        background-position: 50%;
    }
/* END */

/* ========== Who We Are ========== */
.widget{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}

/* ========== Copy Content Styles ========== */
/*.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}*/
/*.copy-container{
	display: flex;
	align-items: center;
}*/
/*.copy-content{
	float: left;
	width:100%;
}*/
/*.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}*/

/* ========== Content block ========== */
.head-box-div {
    color: #271703;
    text-shadow: 0px 0px 3px #0009;
    /*background-color: #ffffffb3;*/
    /*padding: 10px 14px;*/
}

/* ========== Team Section ========== */

.team-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.team-footer{
	float: left;
	width:100%;
	padding: 15px;
}
.team-footer h3{
	font-size: 1.5rem;
	text-transform: capitalize;
}
.member-box{
  width:100%
  float:left;
  position:relative;
  overflow:hidden
}
.member-box:hover> img{
transform: scale(1.05);
transition:1s ease-in;  
}
.member-box img{
  transition:0.3s ease-in;  
}
.member-box.t-bottom .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.member-box.t-center .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.member-box i.box-circle-solid{
	padding: 0;
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
/* style 1 */
.member-box.anim-lf .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  left:-100%;
  bottom:0;
  width: 100%;
  height:100%;
  transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
  left:0;
  transition:0.4s ease-in;
}
/* style 1 */
.member-box.anim-bt .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  bottom:-100%;
  width: 100%;
  height:100%;
  transition:0.6s ease-in;
}

.member-box.anim-bt:hover>.overlay-content{
  bottom:0;
  transition:0.4s ease-in;
}

/* ========== Testimonial Section ========== */
/*.contact-section .service-block-bg {
    background-color: rgba(180,127,65,0.4);
    height: 100%;
}*/
.service-block-bg p {
	text-align: initial;
	}
.service-block-bg p i {
    padding: 0px 7px;
    font-size: 15px;
    line-height: inherit;
}
.testimonial-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
	min-height: 100%
}
.testimonial-section h2{
	font-size: 3rem;
}
.testimonial-section .single-testimonial .carousel-item {
    margin: 0 15%;
    width: 70%;
}
.testimonial-section .single-testimonial .carousel-item-next, .testimonial-section .single-testimonial .carousel-item-prev{
	top:3rem;
}
.testimonial-section .single-testimonial .carousel{
	text-align: center;
}
.testimonial-section .single-testimonial .navigator-box{
	display: inline-block;
	position: relative;
    top: 0px;
}
.testimonial-section .single-testimonial .carousel-control-next, .testimonial-section .single-testimonial .carousel-control-prev{
	 border: 1px solid #b47f41;
    border-radius: 50%;
    color: #b47f41;
    display: block;
    float: left;
    font-size: 37px;
    margin: 0 4px;
    opacity: 1;
    padding: 0 23px;
    position: relative;
    width: 43%;
}
.testimonial-section .single-testimonial .carousel-control-next:hover, .testimonial-section .single-testimonial .carousel-control-prev:hover{
	background-color: #b47f41;
	color: #fff;
}


/* ========== Footer Section ========== */
.footer-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.footer-section .list-box img {
    width: 70px;
}
.footer-section .list-box a.title{
	font-size: 14px;
	line-height: 0;
}
.footer-section .copy-text{
	font-size: 12px;
	border-top: 1px solid #555;
}
.social-box a.icoRss:hover {
	background-color: #F56505;
}
.social-box a.fa-box:hover {
	background-color:#3B5998;
}
.social-box a.tw-box:hover {
	background-color:#33ccff;
}
.social-box a.go-box:hover {
	background-color:#BD3518;
}
.social-box a.ld-box:hover {
	background-color:#007bb7;
}
ul.social-box {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-box li {
	display: inline;
	margin: 0 5px;
}
.social-box li a {
    background: #414344;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 30px;
}

.social-box li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-box li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-box i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-content-sec h2{
	font-size: 2.5rem;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i {
    float: left;
    width: 30px;
    color: #FF6E00;
    line-height: inherit;
    font-size: smaller;
}
.faq-box .card{
	border-color: #35CBDF;	
	margin-top: 10px;
}
.faq-box .card-header{
	background-color: #35CBDF;
	color: #fff;
}


/* ========== Price Table Styles ========== */
.price-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.price-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.price-section .price-block{

}
.price-section .currency{
	font-size: 25px;
    vertical-align: super;
}
.price-section .price-count{
	font-size: 60px;
	line-height: 60px;
}
.price-section .price-block small{
	display: block;
	font-size: 15px;
}

/* ========== Contact Section ========== */
.contact-section{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.contact-section .form-control{
	border-radius: 0;
}
.contact-section #map{
	height: 100vh;
	width:100%;
	position: absolute;
	opacity: 0.3;
}
.contact-section .form-control:focus{
	border-color: #B47F41;
}
.contact-section .form-sec{
	box-shadow: 0 0 30px rgba(0,0,0,1);
}
.contact_popup i {
    font-size: 1em !important;
    line-height: 0 !important;
    top: 2px;
    position: relative;
}
.contact_popup table {
    text-align: left;
    color: #3c3c3c;
}
.contact_popup td {
    height: 2.5em;
}
.contact_popup th{
	padding: 1em;
}
.service-block-bg:hover table {
    color: white;
}
/* ========== Copy Footer Styles ========== */
.copy-footer{
	float: left;
	width:100%;
	font-size: 14px;
	background: #111;
}
.copy-footer a{
	color: #fff;
}
.copy-footer a:hover{
	text-decoration: underline;
}
.info-section .service-block-bg:hover .text-primary, .contact-section .service-block-bg:hover .text-primary, .three-panel-block .service-block-bg:hover .text-primary {
    color: white !important;
}
.info-section a:hover {
    /*color: #0056b3;*/
}
.opacity-1 img {
    opacity: 1 !important;
}
.opacity-092{
    background-color: rgba(255, 255, 255, 0.92);
}
/* -- copy container --*/
#avialable_cover .copy-container {
    background-color: #e3e3e3;
}
/* ---blockquote---*/
.blockquote p {
    border-left: 2px solid darkorange;
    padding-left: 1em;
    font-size: initial;
    font-weight: initial;
}
/* ========== Responsive Stylings ========== */
@media (max-width: 376px){
	.h1, h1 {
    	font-size: 2.2rem;
	}
}
@media (max-width: 991px){
	.palitra{column-count: 2!important;}
	.container{
		width: 100%;
	}
	.intro .intro-box{
		padding-left: 0;
		margin-bottom: 0;
	}
	.intro .intro-box span{
		margin-right: 10px;
	}
	.intro .intro-box .list-item{
		width: 85%;
	}
	.content-half ul li i{
		font-size: 20px;
	}
	.content-half ul li .list-content{
		width:77%;
	}
	.content-half ul li strong{
		line-height: 0;
	}
	.testimonial-section .single-testimonial .carousel-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.widget h2 {
    	font-size: 1.5rem;
	}
	.widget .counter{
		line-height: 0;
		font-size: 1.7rem;
	}
	.widget .fa-3x{
		font-size: 2rem;
	}
	.widget .stat-content h4{
		font-size: 1.2rem;
	}
	.search-box{
		display: none;
	}
		.top-nav .navbar-nav li .nav-link{
		/*padding: 9px;*/
	}
}

@media (max-width: 767px){
	.top-nav{height: auto;}
	.palitra{column-count: 2!important;}
	.container{
		width:100%;
	}
	.intro .intro-form-small input[type="text"], .intro .intro-form-small input[type="password"]{
		width: 36%;
	}
	.h1, h1 {
    	font-size: 2rem;
  	}
  	.h2{
  		font-size: 1.7em!important;	
  	}
	.intro .carousel-caption{
		top:10%;
	}
	.widget.widget-counter .container{
		width: 100%;
	}
	.contact-section #map {
    	height: 400px
	}
	#navbarSupportedContent{
	/*background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0!important;*/
	/*background:rgb(200, 63, 0) none repeat scroll 0 0 !important;*/
	background-color: #fff;
	padding: 30px 0
	}
	#navbarSupportedContent li{
		text-align: center;
	}
	#about .copy-container, #template_head .copy-container {
	    /*background-color:rgba(255,255,255,0.9);*/
	    /*background-color: #555;*/
	    background-color: #fff;
	    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	    padding: 30px;
	    margin: initial!important;
	}
	.small, small {
	    font-size: 80%;
	    font-weight: 400;
	}
	.card-body h3{
		font-size: 1em!important;
	}

}

@media (max-width: 480px) {
  .col-xs-6 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
@media (min-width: 576px){}
.card-columns .card {
    display: inherit;
    /*width: 100%;*/
	}
}

@media (max-width: 576px){
	.card-body h3{
		font-size: 1.4em!important;
	}
	.palitra{column-count: 1!important;;}
}
@media (max-height: 530px){
	.carousel-caption div p{
		display: none!important;
	}
	.carousel-caption div{
		background-color: transparent!important;
	}
	.adpt-service-bl{
		background-color: white;
		color:black;
	}
	.small, small {
    	font-size: 56%;
    	font-weight: 400;
	}
}
@media (max-width: 793px) and (max-height: 553px){
	.head-box-div p:nth-child(2){
		display: none!important;
	}
	.carousel-caption,.carousel-indicators {
    	/*padding-bottom: 5vh;*/
    	display: none;
	}
	.adpt-service-bl{
		background-color: white;
		color:black;
	}
}
@media (max-width: 360px) and (max-height: 600px){
.carousel-caption,.carousel-indicators {
    	/*padding-bottom: 5vh;*/
    	display: none;
	}

}
@media (max-width: 1280px){
	.top-nav .navbar-nav li .nav-link {
		padding: 1em 0.6em;
		font-size: initial;
	}
	.navbar-brand img{
		width: 200px!important;
	}
}
/* responsive font style */
@include media-breakpoint-up(sm) {
  html {
    /*font-size: 1.2rem;*/
  }
  .palitra{column-count: 1;}
}

@include media-breakpoint-up(md) {
  html {
    /*font-size: 1.4rem;*/
  }
}

@include media-breakpoint-up(lg) {
  html {
    /*font-size: 1.6rem;*/
  }
}
