
* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

/* a:visited {
	color: #fff;
} */
body {
	min-width: 0px;
}

.preloader-wrapper {
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}
.preloader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
 
.preloader:before,
.preloader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid #e3a73e;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
 
.preloader:before {
  -webkit-animation: animate 2s infinite linear;
          animation: animate 2s infinite linear;
}
 
@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
   
  100% {
    -webkit-transform: rotate(180deg) skew(360deg);
            transform: rotate(180deg) skew(360deg);
  }
}
 
@keyframes animate {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
   
  100% {
    -webkit-transform: rotate(180deg) skew(360deg);
            transform: rotate(180deg) skew(360deg);
  }
}
 
 
.loader:after {
  -webkit-animation: animate2 3s infinite linear;
          animation: animate2 3s infinite linear;
}
 
@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
   
  100% {
    -webkit-transform: rotate(-180deg) skew(-360deg);
            transform: rotate(-180deg) skew(-360deg);
  }
}
 
@keyframes animate2 {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
   
  100% {
    -webkit-transform: rotate(-180deg) skew(-360deg);
            transform: rotate(-180deg) skew(-360deg);
  }
}


.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a, p, h1, h2, h3, h4, span, i, img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

header {
	width: 100%;
}

.mailto, .tel {
	color: #4e4e4e;
}

.row80 {
	width: 80%;
	margin: 0 auto;
}
.row60 {
	width: 60%;
	margin: 0 auto;
}

.row60_card {
	width: 50%;
	margin: 0 auto;
}

.row60_2 {
	width: 60%;
	margin: 0 auto;
}
.row60_3 {
	width: 60%;
	margin: 0 auto;
}
.row40 {
	width: 40%;
}
.row40 {
	width: 40%;
}
.row30 {
	width: 30%;
}
.row25 {
	width: 25%;
}
.row10 {
	width: 10%;
}
.row50 {
	width: 50%;
}

.row33 {
	width: 33%;
}


.row_wrapper100 {
    display: flex;
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #d3d3d3;
    background-color: #f8f8f8;
}

.mobile-menu {
	display: none;
}

.wrap-menu {
    margin: 0 auto;
    display: inline-flex;
}

.middle-side-menu {
	height: 70px;
    background-color: #484848;
    padding-top: 0;
    position: relative;
    width: 760px;
/*     margin: 0 auto; */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-left: 4%;
    margin-right: 4.5%;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

.left-side-menu {
	height: 100%;
	width: 15%;
    position: relative;
}
.right-side-menu {
	height: 100%;
	width: 16%;
	position: relative;
}

.left-side-menu a,
.right-side-menu a {
	color: #000;
}

.logo-wrapper {
	display: flex;
}
.logo-wrapper h4 {
	color: #000;
}

.logo-img {
  height: 60px;
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: left; 
  margin-right: 10px;
}

.logo-text {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: left; 
  margin-right: 10px;
}

.logo-img img,
.logo-text strong {
  margin: 0;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.logo-text strong {
	text-transform: uppercase;
}

.middle-side-menu nav {
	height: 100%;
}

.middle-side-menu a:hover {
	color: #ec9f17;
}
.middle-side-menu a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.image_bg {
    padding-bottom: 92px;
    padding-top: 90px;
    width: 100%;
    background: url(../img/map.svg) no-repeat;
    -web-kit-background: url(../img/map.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    -web-kit-background-size: cover;
}

.section1 {
	padding-bottom: 5%;
	position: relative;
	/*background: url(../img/map.svg) no-repeat;
		-web-kit-background: url(../img/map.svg) no-repeat;
	background: url(../img/map.png) no-repeat;
		-web-kit-background: url(../img/map.png) no-repeat;		
    background-position: center center;
    background-size: cover;
	-web-kit-background-size: cover;*/
	
}

.text_wrapper {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding-top: 90px;
	position: relative;
}

.text_wrapper h3 {
	font-size: 26px;
	font-weight: 700;
	color: #ec9f17;
	text-transform: uppercase;
	position: relative;
}

.company-of-the-year {
	content: '';
	width: 120px;
	height: 120px;
	display: block;
	background: url(../img//company.png) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 155;
	position: absolute;
	top: 70px;
    right: 16%;


}

.company-of-the-year-2018 {
	content: '';
	width: 120px;
	height: 120px;
	display: block;
	background: url(../img//company2018.png) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 155;
	position: absolute;
	top: 70px;
    left: 12%;


}


.text_wrapper h4 {
	font-size: 20px;
	color: #404040;
	text-transform: uppercase;
}

.tiz_wrapper {
	position: relative;
}



/* .obl_card:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    border-top: 60px solid #d3d3d3;
    border-right: 60px solid transparent;
} */

.tiz_wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.card {
    position: relative;
    width: 250px;
    height: 200px;
    /* padding-right: 50px; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 42px;
}

.obl_card {
    width: 210px;
    height: 200px;
    /* border: 2px solid #000; */
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    background: url(../img/card_pattern.png) #fff;
}




.obl_card .a_wrapper {
	display: block;
	width: 100%;
    height: 100%;
}


.obl_card:before {
    content: '';
    position: absolute;
    /* left: 5px; */
    /* top: 5px; */
    border-bottom: 70px solid #ffffff00;
    border-left: 70px solid #b3b3b3;
}

.obl_card:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    border-bottom: 60px solid #e3a73e00;
    border-left: 60px solid #717171;
}


.obl_card_copy {
    width: 210px;
    height: 200px;
    background-color: #bababa90;
    position: absolute;
    z-index: 0;
    left: 8px;
    top: 8px;
}

.obl_card .text_wrapper1 {
    /* position: absolute; */
    /* margin: 0 auto; */
    display: block;
    width: 80%;
    margin: 0 auto;
}


.obl_card h4 {
    text-align: center;
    font-size: 17px;
    color: #454545;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 4px;
    position: relative;
    letter-spacing: 0.4;
    white-space: pre;
}



.obl_card .border-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.obl_card .box-border {
    height: 60px;
    width: 50%;
    border: 2px solid #edc681;
    border-radius: 12px;
    position: relative;
    top: 55px;
    left: 39%;
    overflow: hide;
    z-index: 0;
}




.obl_card .button_container {
    margin-top: 27px;
}

.obl_card .button_wrapper {
    width: 180px;
    height: 30px;
    border: 2px solid #e3a73e;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #e3a73e;
}

.obl_card .button {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
    display: block;
	
}

.obl_card .button a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 8px;
}

.obl_card .button_wrapper:hover {
   background-color: #fff; 
   color: #000;
}

.obl_card .button_wrapper:hover .button a:visited {
	color: #2f2f2f;
}

.obl_card .button_wrapper:hover .button a {
	color: #2f2f2f;
}


.section2 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../img/pattern1.png) no-repeat;
	background-position: center center;
	width: 100%;
	/* position: absolute; */

}

.security_tiz_wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33% 33% 33%;
	    grid-template-columns: 33% 33% 33%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-grid-column-align: center;
	    justify-items: center;
	/* display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around; */
}

.card_item {
	position: relative;
	width: 300px;
	height: 265px;
	/* padding-right: 50px; */
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.sec_card_copy {
	width: 300px;
	height: 265px;
	background-color: #efd4a5;
	position: absolute;
	z-index: 0;
	left: 5px;
    top: 5px;

}

.sec_card {
	width: 300px;
	height: 265px;
	/* border: 2px solid #000; */
	/* box-shadow: 2px 2px 10px rgba(0,0,0,0.5); */
	background-color: #fff;
	position: absolute;
	z-index: 1000;

}

.sec_card .wrap_p {
	width: 88%;
	height: 140px;
	margin-left: 20px;
	margin-top: 12px;
}

.sec_card p {
	font-size: 15px;
	line-height: 18px;
	color: #8f8f8f;
	width: 100%;
	text-align: justify;
}

.sec_text_wrapper1 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
}

.squad_wrapper {
	width: 30%;
}



.squad {
	height: 65px;
	width: 70px;
	background-color: #545454;
	position: relative;
	margin-left: 20px;
	/* top: 20px;
	left: 20px; */

}

.squad h3 {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-top: 13%;
	color: #fff;
}

.sec_card.text-box {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

.sec_card .text-box h4 {
	margin-top: -3px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
}

.sec_card .text-box .subtitle {
    font-size: 12px;
    color: #989898;
    padding-bottom: 7px;
}

.sec_card .text-box .title {
    font-size: 18px;
    color: #7491a1;
}

.line_wrapper {
	width: 100%;
	margin-top: 10px;
}

.line_iner {
	position: relative;
	width: 86%;
	height: 2px;
	background-color: #f1f1f1;
	margin-left: 20px;
}

.card_item_center {
	grid-row: 1/3;
	grid-column: 2/3;
	position: relative;
	width: 320px;
	height: 230px;
	/* padding-right: 50px; */
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.sec_card_center {
	width: 320px;
	height: 230px;
	/* border: 2px solid #000; */
	/* box-shadow: 2px 2px 10px rgba(0,0,0,0.5); */
	background-color: #fff;
	position: absolute;
	z-index: 1000;

}

.sec_card_center .sec_text_wrapper1 img {
	width: 100%;
	height: 78px;
    object-fit: contain;
	/*margin-left: 20px;*/

}

.sec_card_center .sec_text_wrapper1 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*padding-top: 20px;*/
	/*padding-bottom: 16px;*/
}


.sec_card_center .wrap_p {
	width: 88%;
	height: 80px;
	overflow-y: hidden;
	margin-left: 20px;
	margin-top: 12px;
}

.sec_card_center p {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	height: 150px;
	color: #8f8f8f;
	text-align: center;
}

.sec_card_center .text-box {
	/* width: 60%; */
	/* margin: 0 auto; */
	position: relative;
}

.sec_card_center .text-box h4 {
	margin-top: 14px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	color: #6c6c6c;
}

.section4 {
	/*height: 700px;*/
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/plans-1867745_1920.jpg);
	background-attachment: fixed;
	background-position: center center;

}
.section3 {
	padding-bottom: 120px;
}
.grid_2_column {
	/* width: 60%; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}


.colum_ p {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	margin-top: -14px;
	color: #e3a73e;

}

.colum_ {
	border-right: 1px solid #dad9d9;
	border-bottom: 1px solid #dad9d9;
	/* margin-right: 30px; */
	width: 90%;
}

.colum_white {
	width: 10%;
	height: 100%;
}

.colum_ span {
	margin: 0 10px 0 0;
}

.colum_ p:after {
	content: '';
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #dad9d9;
	display: inline-block;
}

.colum_ h3 {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	color: #4f4f4f;
	text-align: center;
}

.par {
	width: 94%;
	margin-bottom: 40px;
}

.par p {
	font-size: 20px;
	font-weight: 400;
	display: block;
	white-space: normal;
	margin-top: 20px;
	text-transform: none;
	color: #2c2c2c;
	line-height: 32px;
	text-align: justify;

}

.par p:after {
	content: '';
	display: none;
}


.colum_ .black {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	margin-top: -14px;
	color: #2c2c2c;

}

.colum_ ul {
	/*display: inline-block;*/
	position: relative;
	/*line-height: 30px;*/
	padding-left: 10px;
	padding-top: 32px;
	width: 90%;
}

.colum_ li {
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
	font-size: 20px;
	padding-top: 10px;
	color: #2c2c2c;
	display: block;
	line-height: 35px;

}
.colum_ li:nth-child(1){
	padding-top: 25px;
}

.colum_ li:before {
    content: url(../img/list_point.png);
    position: relative;
    /* position: absolute; */
    /* display: block; */
    /* height: 60px; */
    width: 34px;
    float: none;
    /* padding: 0; */
    /* margin: 0; */
    /* padding-right: 20px; */
    /* line-height: 0; */
    right: 10px;
    top: 6px;
  }

  .wrap_grid {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	position: relative;
    align-items: center;
    justify-content: space-around;
      flex-wrap: wrap;
  }


  .colum_wrapper1 {
  	width: 100%;
  }

  .colum_wrapper2 {
  	width: 100%;
  }

  .img_1 {
  	background: url(../img/img1.png) no-repeat;
  	background-size: contain;
    position: absolute;
    width: 350px;
    height: 400px;
  }

  .img_2 {
  	background: url(../img/img2.png) no-repeat;
  	background-size: contain;
    position: absolute;
    width: 350px;
    height: 400px;
    left: -136px;
    top: 60px;
  }

  .img_3 {
  	background: url(../img/img3.png) no-repeat;
  	background-size: contain;
    position: absolute;
    width: 350px;
    height: 400px;
    left: -50px;
    top: 150px;
  }

  .box_img_text {
      width: 375px;
      height: 158px;
      background-color: #fff;
      border-radius: 12px;
      -webkit-box-shadow: 0 0 10px #ec9f1761;
      box-shadow: 0 0 10px #ec9f1761;
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 40px;
  }


.img_4 {
    background: url(../img/question.png) no-repeat;
    /* background-size: contain; */
    position: absolute;
    width: 90%;
    height: 500px;
    left: 190px;
    top: -34px;
}

.button_video_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.buton_video {
    position: absolute;
    background: url(../img/triangl.png) no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    border: 2px solid #fff;
    border-radius: 50%;
    width: 130px;
    height: 120px;
    left: 44%;
    top: 35%;
}

.box_img_text h3{
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.box_img_text p{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #626262;
    padding-top: 4px;
}

.buton_video a{
	display: block;
	width: 130px;
	height: 120px;
}


.line_wrapper1 {
	width: 35%;
	/* margin-top: 2px; */
	margin: 0 auto;
}

.line_iner1 {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #e3a73e;
}


.contact {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}

/* .contact .border-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.contact .box-border {
    height: 60px;
    width: 110px;
    border: 3px solid #edc681;
    border-radius: 12px;
    position: relative;
    top: 35px;
    left: 19%;
    overflow: hide;
    z-index: 0;
 } */

.contact span {
	margin: 0 64px 0 0;
	position: relative;

}

.grid_2_column1 {
	/* width: 60%; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
}


.contact p {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	margin-top: -14px;
	color: #4e4e4e;
	position: absolute;
	width: 100%;
}

.contact p:after {
	content: '';
	height: 2px;
	width: 100%;
	position: relative;
	background-color: #edc681;
	display: inline-block;
}

.contact span:before {
    content: '';
    display: inline-block;
    height: 58px;
    width: 34%;
    border: 3px solid #edc681;
    border-radius: 12px;
    position: absolute;
    left: 81%;
    z-index: 0;
    top: -11px;
    /* padding: 10px; */
}

.section5 {
	padding-top: 80px;
}

.colum_1 {
	/* margin-right: 30px; */
	width: 70%;
}

.colum_2 {
	/* margin-right: 30px; */
	width: 50%;
}

.colum_white1 {
	width: 10%;
	height: 100%;
}

.colum_1 p {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	margin-top: -14px;
	color: #e3a73e;

}

.colum_1 p:after {
	content: '';
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #f1f1f1;
	display: inline-block;
}

/* .colum_1 > ul > li {
	padding-bottom: 20px;
} */

.list_item_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dotted #e0e0e0;
}

.list_item1 {
	width: 60%;
	display: block;
	position: relative;
}

.list_item1 i{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	/* padding-right: 90px; */
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e3a73e;
}

.list_item2 {
/* 	margin-left: 20px;
margin-right: 20px; */
	padding-left: 20px;
	border-left: 1px dotted #e0e0e0;
	border-right: 1px dotted #e0e0e0;
	/* width: 40%; */
	display: block;
	position: relative;
	width: 100%;
}

.list_item2 > ul > li {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #4e4e4e;
	text-align: center;
}

.list_item2 ul li:first-child {
	margin-top: 15px;
}
.list_item2 ul li:last-child {
	margin-bottom: 15px;
}
.list_item2 ul li:nth-child(2) {
	margin-top: 5px;
}

.contact_img_wrapper {
	width: 100%;
	height: 100%;
	background: url(../img/tech_support.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

.text-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;

}

.text-img i {
    background-color: #e3a73e14;
    width: 77%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.title_wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
} 


.title_wrapper h4 {
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	padding-top: 7%;
}


.line_wrapper2{
	width: 29%;
	/* margin-top: 2px; */
	margin: 0 auto;
}

.line_iner2 {
	margin-top: 2px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #e3a73e;
}


.grid_2_column2 {
	/* width: 60%; */
/* 	display: flex;
flex-direction: row; */
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;

}

.colum_3 {
	/* margin-right: 30px; */
	width: 100%;
}

.colum_4 {
	/* margin-right: 30px; */
	width: 100%;
	padding-top: 50px;
}

.colum_white2 {
	width: 10%;
	height: 100%;
}

.wrapper-back {
	width: 50%;
	margin: 0 auto;
}

.wrapper-back p {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: justify;
}

.form_wrapper {
	width: 50%;
	margin: 0 auto;
}

.iner_form_wrapper {
    position: relative;
    display: block;
    /* width: 80%; */
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 90px;
}


input, textarea, select {
    background-color: transparent;
    border-radius: 4px;
    border: #ec9f17 1px solid;
    border-bottom: #ec9f17 2px solid;
    outline: none;
    /* padding: 8px 22px; */
    /* display: inline-block; */
    font-size: 16px;
    width: 94%;
    margin-top: 19px;
    padding-bottom: 8px;
    padding-top: 8px;
    /* margin-left: 8px; */
    padding-left: 5%;
    /* margin-left: 9px; */
    /* position: absolute; */
}

.call_back {
    /* margin: 10% 0; */
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(203,193,176, 0.9);
            box-shadow: 0 0 10px rgba(203,193,176, 0.9);
    padding: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
    /* width: 100%; */
}

.succsess_mail {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	/* display: flex; */
	z-index: 10;
} 


.succsess_mail span {
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    color: #e3a73e;
}

.succsess_mail ~ * {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sended ~ * {
	opacity: .5;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.formheader {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5a5959;
}


.call_back p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6d6c6c;
    line-height: 30px;
}

.call_back button {
    position: relative;
    /* margin: 0 auto; */
    margin-top: 3%;
    width: 196px;
    height: 42px;
    border-radius: 4px;
    background-color: #e3a73e;
    border: #fff 1px solid;
    border-bottom: #edc47d 2px solid;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    float: right;
}

.section6 {
	/* background-color: #edc6810d; */
	background: url(../img/pattern1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 90px;
}


/* footer {
	height: 400px;
}
 */
.row100 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.top-line {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-bottom: #e3a73e 3px solid;
}

.bottom-line {
	width: 100%;
	height: 30px;
	background-color: #fff;
	border-top: #e3a73e 3px solid;
}

.column_wrapper_footer {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 4%;
}

.col1 {
	width: 90%;
	padding-left: 3%;
	border-left: 2px solid #d0cfcf;
}
.col2 {
	width: 90%;
	padding-right: 3%;
	border-right: 2px solid #d0cfcf;
}

.col_beetwen {
	width: 2%;
	padding-left: 5%;
	padding-right: 5%;
}

.title_footer h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
}
footer nav {
	width: 100%;
	height: auto;
}


.menu_footer ul {
	margin: 0 auto;
	position: relative;
}

.menu_footer li {
    font-size: 14px;
    font-weight: 500;
    /* padding-right: 8px; */
    text-transform: uppercase;
    color: #282222;
    padding-top: 4px;
    padding-bottom: 4px;
    /* padding-left: 27px; */
    margin-left: 11px;
    border-bottom: 2px solid #f4f4f4;
}

.menu_footer li:hover {
	color: #ec9f17;
	border-bottom: 2px solid #555454d6;
}

.menu_footer li:before {
    content: "";
    background: url(../img/list_item_grey.png);
    background-size: cover;
    position: relative;
    width: 16px;
    height: 18px;
    display: inline-block;
    float: none;
    /* right: 10px; */
    top: 3px;
    margin-right: 10px;
}


.menu_footer li:hover:before {
	content: "";
    background: url(../img/list_item_orange.png);
    background-size: cover;
    margin-right: 6px;
}
/* .menu_footer .active {
	color: ;
}
 */
.col2 span {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #535151
}

.line_vertical {
	display: block;
	position: relative;
	height: 100%;
	width: 2px;
	background-color: #d0cfcf;
}

.col1 h3{
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	color: #535151;
}

.col1 p {
	width: 90%;
	color: #676666;
}



.buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
}

.buttons button {
	position: relative;
	left: 0;
	margin-top: 34%;
	margin-right: 5%;
	width: 160px;
	height: 38px;
	border-radius: 4px;
	background-color: #e3a73e;
	border: #fff 1px solid;
	border-bottom: #edc47d 2px solid;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;

}


.copyright {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyright span {
	color: #e3a73e;
	font-weight: bold;
}








.section7 {
	padding: 30px 0;
	height: 320px;
	width: 100%;
	/*background-color: white;*/
	background: url(../img/news.png);
	background-color: transparent;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	z-index: 1;
	position: relative;
	box-shadow: inset 0px 1px 3px 1px #ec9f1724;
	/*opacity: .1;*/

}

.content-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 280px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-wrapper img {
 	height: 140px;
 	width: 140px;
 	margin-right: 60px;
 	margin-top: 40px;
 }

.text-content {
	height: 140px;
}

.text-content h3 {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #676666;
}
.text-content p {
	margin-top: 20px;
	text-align: justify;
	font-size: 18px;
	color: #4c4949;
}

.pb-link {
	color: #e1816f;
	/*text-decoration: underline;*/
}


.buton_video:hover {
	background-color: #676666;
	overflow: hidden;
}