/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

html {
     scroll-behavior: smooth;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 68px;
}

/* h2 {
     font-size: 22px
} */

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {

     font-size: 21px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

.ONE_P {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;

}

.sed {

     background-color: #8b1310;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 15px;
     line-height: 28px;

}

.p_linecontrl {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}

a {
     color: #000;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -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;
}

img {
     width: 95%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/

header {
     height: 105px;
     background: #ffffff;
     width: 100%;
     padding: 33px 30px;
}


/** menu section **/

ul.email {
     padding-top: 8px;
     display: flex;
     align-items: center;
     justify-content: end;
     flex-wrap: wrap;
}

ul.email li {
     display: inline-block;
     color: #000;
     padding: 0 19px;
     font-size: 19px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     font-size: 16px;
}

ul.email li a {
     color: #000;
}

ul.email li i {
     color: #000;
     font-size: 20px;
     padding-right: 10px;
}

ul.email li a:hover {
     color: #fe9a0c;
}

ul.email li img {
     padding-right: 10px;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     right: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 24px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #fe9a0c;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}


/** banner_main **/

.banner_main {
     background: url(../images/banner1.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     height: 1034px;
     display: flex;
     justify-content: center;
     align-items: center;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 11px;
     background-color: #fe9a0c;
     margin: 0px 4px;
     cursor: pointer;
}

.carousel-indicators li.active {
     background-color: #000000;
}

/* .carousel-indicators {
     top: 122%;
     margin-left: 5%;
     right: inherit;
} */

.banner_main {
     position: relative;
}

/* .relative {
     position: inherit;
     bottom: 0;
     padding: 0;
} */

/* .bg_white {
     background: #fffffff0;
     padding: 0px 0px 500px 0px;

} */

.banner_main .bg_white h1 {
     color: #141111;
     font-size: 70px;
     line-height: 84px;
     font-weight: 700;
     padding-bottom: 22px;
}

.banner_main .bg_white p {
     color: #2d2d2d;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 0px;
}

.banner_main .ban_btn {
     display: block;
     background: #fff;
     color: #000;
     font-size: 17px;
     font-weight: 500;
     margin: 0 auto;
     margin-top: 55px;
}

.ban_btn .carousel-control-next-icon {
     display: none;
}


/** about **/

.top_layer {
     position: relative;
}


/* .top_layer::before {
     position: absolute;
     width: 100%;
     height: 260px;
     content: "";
     background: url(../images/croos.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     top: -257px;
}*/



.about {
     padding-top: 10px;
     padding-bottom: 10px;
     background-color: #efefef;
}

.about .titlepage p {
     line-height: 24px;
     padding-top: 19px;
     color: #000;
     font-weight: 400;
}

.about_box {
     padding: 20px 0;
     box-shadow: 4px 0 27px rgba(02, 3, 8, 0.20);
     background-color: #ffffff;
}

.about_box_text {
     padding-left: 50px;
}

.about_box_text h3 {
     font-size: 27px;
     text-transform: uppercase;
     font-weight: 700;
     color: #0b0d0a;
     line-height: 30px;
     padding-bottom: 20px;
}

.about_box_text p {
     font-size: 17px;
     line-height: 32px;
     color: #0b0d0a;
     font-weight: 400;
     padding-bottom: 0px;
}

.about_box_img {
     padding: 35px 0;
     margin-right: -60px;
}

.about_box_img figure {
     margin: 0;
}


.about_box_img figure img {
     width: 87.5%;
     height: 422px;
}


/** end about **/

.titlepage {
     /* padding-bottom: 60px; */
     box-shadow: 4px 0 27px rgb(2 3 8 / 20%);
}

.titlepage h2 {
     font-size: 40px;
     font-weight: 700;
     line-height: 46px;
     color: #251d12;
     text-transform: uppercase;
}

.titlepageing {
     padding-bottom: 15px;
     padding-top: 15px;
     font-size: 35px;
     font-weight: 500;
}

.read_more {
     display: block;
     background: #8b1310;
     color: #fff;
     max-width: 224px;
     height: 61px;
     padding: 14px 0px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #fd990c;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** building **/

.building {
     padding-top: 25px;
     background: url(../images/bg.png);
     background-size: 100% 193%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 25px;
}

.building .titlepage h2 {
     color: #fff;
}

.builbottom {
     bottom: 190px;
    
}

.banner_coul {
     height: 550px;
}

.viws_all {
     /*padding: 18px 10px 12px 92.5%;*/
     text-align: right;
     width: 100%;
     margin-right: 10px;
}

.building .titlepage p {
     color: #fff;
     line-height: 30px;
     padding-top: 30px;
     display: block;
}

.yello {
     color: #ff4639;
     font-weight: 600;
}


/** end building **/


/** services **/

.services_main {
     /* padding-top: 10px; */
     /* background: url(../images/service_bg.jpg); */
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 25px;

}

.services_main .titlepage {
     padding: 15px;
}

.services_main .titlepage span {
     color: #0f0f0e;
     font-size: 17px;
     line-height: 23px;
     padding-top: 15px;
     display: block;
}

.lisertab .servi_tab {
     border: inherit;
     border-radius: 0;
     padding: 12px 27px;
     line-height: 20px;
     font-size: 17px;
}

.lisertab .servi_tab.active {
     background: #7f1410e6;
     color: #fff;
}

.lisertab .servi_tab:focus,
.lisertab .servi_tab:hover {
     background: #7f1410e6;
     color: #fff;
}

.border_none {
     border: none;
}

.back_bg {
     background: transparent;
     border: inherit;
     padding-top: 70px;
}

.services_main .services_img {
     position: relative;
     margin: 0 auto;
}

.services_main .services_img figure {
     margin: 0;
}

.services_main .services_img figure img {
     width: 100%;
}

.ho_dist {
     position: absolute;
     z-index: 9999;
     top: 0px;
     right: 0;
     bottom: 0;
     left: 0;
     transition: .5s ease;
     background-color: #82171287;
     border-radius: 381px;
     margin: 0 auto;
     opacity: 0;
}

.ho_dist span {
     display: flex;
     align-items: center;
     justify-content: center;
     bottom: 0;
     top: 0;
     position: absolute;
     right: 0;
     left: 0;
     flex-wrap: wrap;
     font-size: 26px;
     color: #fff;
     font-weight: 600;
}

.ho_dist:hover {
     opacity: 1;
}

.padding_0 {
     padding: 0
}

.margin_top70p {
     margin-top: 170px;
}

.margin_left20 {
     margin-left: -20px;
}

.margin_right20 {
     margin-right: -20px;
}

.margin_top170 {
     margin-top: -170px;
}

.margin_left60 {
     margin-left: -108px;
     margin-right: 108px;
}

.margin_top40 {
     margin-top: -62px;
}


/** end services **/


/** instant **/

.instant {
     background: #910404;
     position: relative;
     padding-bottom: 24px;
}

.instant::before {
     /* background: url(../images/cr00s.png); */
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     /* content: ""; */
     width: 100%;
     height: 363px;
     bottom: -361px;
}

.instant::after {
     /* background: url(../images/cr00s1.png); */
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     /* content: ""; */
     width: 100%;
     height: 363px;
     top: -361px;
     z-index: 1;
}

.instant .titlepage {
     /* padding-top: 40px;
     max-width: 559px;
     float: right;
     width: 100%;
     padding-bottom: 0; */
     padding: 25px 166px 0px 178px;
}

.product {
     padding: 20px 0px 0px 0px;
     height: 63%;
}

.instant .titlepage h2 {
     font-weight: 600;
     text-transform: none;
     color: #fff;
     font-size: 85px;
     line-height: 95px;
}

.instant .titlepage p {
     color: #fff;
     line-height: 30px;
     font-weight: 500;
     padding: 30px 0 55px 0;
}

.instant .titlepage .read_more:hover {
     background: #fff;
     color: #000;
}

.instant_img {
     margin-top: 55px;
     z-index: 9999;
     position: relative;
}

.instant_img figure {
     margin: 0;
}

.instant_img figure img {
     width: 80%;
}


/** end instant **/


/** footer **/

/* .footer {
     background: #540705;
     padding-top: 362px
} */

ul.social_icon {
     padding-top: 5px;
     padding-bottom: 5px;
     border-bottom: #814948 solid 1px;
     margin-bottom: 15px;
}

.mybtn {
     display: none;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 190px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     /* background: #000;
     color: #540705; */
     width: 50px;
     height: 50px;
     display: inline-block;
     text-align: center;
     line-height: 53px;
     border-radius: 100%;
     font-size: 30px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     background: #fd990c;
     color: #fff;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.reader p {
     color: #000;
     padding-top: 0px;
     line-height: 30px;
}

.padd_flet40 {
     padding-right: 40px;
}

.reader h3 {
     color: #000;
     font-size: 21px;
     text-transform: uppercase;
     font-weight: 600;
     padding-top: 23px;
     padding-bottom: 20px;
}

ul.xple_menu {
     padding-top: 0px;
}

ul.xple_menu li a {
     font-size: 17px;
     color: #000;
     line-height: 31px;
     font-weight: 500;
     position: relative;
     padding-left: 21px;
}

ul.xple_menu li a:hover {
     color: #fd990c;
}

ul.xple_menu li a::before {
     position: absolute;
     content: "";
     background: #000;
     width: 12px;
     height: 12px;
     border-radius: 20px;
     left: 0;
     top: 5px;
}

ul.re_post {
     padding-top: 35px;
}

ul.re_post li {
     display: inline-block;
     padding: 3px;
}

.copyright p {
     margin-top: 17px;
     color: #000;
     padding: 20px 0px;
     border-top: #814948 solid 1px;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #fd990c;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .about {
     padding-bottom: 90px;
     padding-top: 80px;
}

.inner_page .services_main {
     padding-bottom: 90px;
}

.inner_page .footer {
     padding-top: 50px;
}


/** contact **/

.contact {
     padding-top: 90px;
     padding-bottom: 25px;
     background-color: #cece93;
}

#map {
     height: 100%;
     min-height: 477px;
}

.main_form {
     max-width: 566px;
     float: right;
}

.form-control {
     border-radius: 11px;
     margin-bottom: 20px;
     padding: 0 20px;
     background: white;
     border: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     height: 55px;
}

.form-control:focus {
     box-shadow: inherit;
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
}

.textarea {
     background: white;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     border: transparent;
     padding: 0 20px;
     width: 100%;
     height: 176px;
     color: #666666;
     opacity: 1;
     border-radius: 11px;
     padding-top: 25px;
     font-size: 17px;
}

.send {
     margin: 0 auto;
     display: block;
     background: #ba2f2cba;
     color: #fff;
     max-width: 160px;
     padding: 10px 0px;
     width: 100%;
     font-size: 18px;
     margin-top: 20px;
     border-radius: 11px;
}

.send:hover {
     background: #fd990c;
     color: #fff;
}

.padddd {
     width: 600px;
     height: 450px;
}

.slick-slide {
     margin: 0px 20px;
}

.slick-slide img {
     width: 100%;
     height: 100px;
}


.slick-slider {
     padding-top: 50px;
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}

.border-out {
     border: 1px solid;
     /* background-color: darkgrey; */
}

.slickey {
     font-size: 53px; 
     color: #fe9a0c;
     text-align: left;
}
.slickeyy {
     font-size: 53px; 
     color: #070177;
     text-align: left;
}
.slickeyyy {
     font-size: 53px; 
     color: #000000;
     text-align: left;
}

/* .new-wirth {
     width: 100%;
}


.slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}

.slick-list:focus {
     outline: none;
}

.slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}

.slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}

.slick-track:before,
.slick-track:after {
     display: table;
     content: '';
}

.slick-track:after {
     clear: both;
}

.slick-loading .slick-track {
     visibility: hidden;
}

.slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}

[dir='rtl'] .slick-slide {
     float: right;
} */

/* .slick-slide img {
     display: block;
}

.slick-slide.slick-loading img {
     display: none;
}

.slick-slide.dragging img {
     pointer-events: none;
}

.slick-initialized .slick-slide {
     display: block;
}

.slick-loading .slick-slide {
     visibility: hidden;
} */

/* .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
     display: none;
}

.cd-testimonials-wrapper {
     position: relative;
     width: 90%;
     max-width: 768px;
     background-color: #39393c;
     margin: 2em auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding: 20px 40px 70px;
     z-index: 1;
} */



/* .cd-testimonials {
     color: #ffffff;
     text-align: center;
}

.cd-testimonials::after {
     clear: both;
     content: "";
     display: table;
}

.cd-testimonials>li {
     position: absolute;
     opacity: 0;
}

.cd-testimonials>li:first-child {
     position: relative;
     opacity: 1;
} */

/* .cd-testimonials p {
     font-family: "Georgia", serif;
     font-style: italic;
     line-height: 1.4;
     margin-bottom: 1em;
     padding: 0 14px;
}

.cd-author img,
.cd-author .cd-author-info {
     display: inline-block;
     vertical-align: middle;
}

.cd-author img {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     margin-right: 5px;
     box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
} */



 
 
   
   
   
  
  
   
  
  
  
   /* .cd-testimonials-all .cd-testimonials-item {
     margin-bottom: 2em;
     opacity: 0;
     
     -webkit-transform: translate3d(0, 0, 0) scale(0.4);
     -moz-transform: translate3d(0, 0, 0) scale(0.4);
     -ms-transform: translate3d(0, 0, 0) scale(0.4);
     -o-transform: translate3d(0, 0, 0) scale(0.4);
     transform: translate3d(0, 0, 0) scale(0.4);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transition: -webkit-transform .3s, opacity .3s;
     -moz-transition: -moz-transform .3s, opacity .3s;
     transition: transform .3s, opacity .3s;
   } */
  
  
   .Auth{
     height: 80%;
   }
  
   
   
   .indentity {
     margin: 0!important
    }
    figure.testimonial {
  
     float: left;
     overflow: hidden;
     /* margin: 10px 1%;
     padding: 0 20px; */
     text-align: left;
     box-shadow: none !important;
    }
    /* figure.testimonial * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
     transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    } */
    /* figure.testimonial img {
     max-width: 100%;
     vertical-align: middle;
     height: 90px;
     width: 90px;
     border-radius: 50%;
     margin: 40px 0 0 10px;
    } */
    figure.testimonial blockquote {
     background-color: #fff;
     display: block;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5em;
     margin: 0;
     padding: 22px 38px 25px;
     position: relative;
    }
    figure.testimonial blockquote:before, figure.testimonial blockquote:after {
     content: "\201C";
     position: absolute;
     color: #ff5057;
     font-size: 50px;
     font-style: normal;
    }
    figure.testimonial blockquote:before {
     top: 25px;
     left: 20px;
    }
    figure.testimonial blockquote:after {
     content: "\201D";
     right: 20px;
     bottom: 0;
    }
    figure.testimonial .btn {
     top: 100%;
     width: 0;
     height: 0;
     border-left: 0 solid transparent;
     border-right: 25px solid transparent;
     border-top: 25px solid #fff;
     margin: 0;
     position: absolute;
    }
    figure.testimonial .peopl {

     bottom: 45px;
     padding: 0 10px 0 50px;
     margin: 0;
   
     /* -webkit-transform: translateY(50%);
     transform: translateY(50%); */
    }
    figure.testimonial .peopl h3 {
     opacity: 0.9;
     margin: 0;
    }
    .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
    }
    .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
    }
    .slick-list:focus {
     outline: none;
    }
    .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
    }
    .slick-slider .slick-track, .slick-slider .slick-list {
     transform: translate3d(0, 0, 0);
    }
    .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
    }
    .slick-track:before, .slick-track:after {
     display: table;
     content: '';
    }
    .slick-track:after {
     clear: both;
    }
    .slick-loading .slick-track {
     visibility: hidden;
    }
    .slick-slide {
     display: none;
     float: left;
  
     min-height: 1px;
    }
    .slick-slide img {
     display: block;
    }
    .slick-slide.slick-loading img {
     display: none;
    }
    .slick-slide.dragging img {
     pointer-events: none;
    }
    .slick-initialized .slick-slide {
     display: block;
    }
    .slick-loading .slick-slide {
     visibility: hidden;
    }
    .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
    }
    .slick-btn.slick-hidden {
     display: none;
    }
     
    .slick-prev, .slick-next {
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 40%;
     display: block;
     width: 20px;
     height: 20px;
     padding: 0;
     transform: translate(0, -50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     background: transparent;
    }
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     color: transparent;
     outline: none;
     background: transparent;
    }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     opacity: 1;
    }
    .slick-prev:before, .slick-next:before {
     font-family: "FontAwesome";
     font-size: 40px;
     line-height: 1;
     opacity: .75;
     color: white;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    }
    .slick-prev {
     left: -40px;
    }
    .slick-prev:before {
     content: "";
    }
    .slick-next {
     right: -40px;
    }
    .slick-next:before {
     content: "";
    }
   
  
  .five_yearlogo{
     height: 265px;
     width: 282px;
     margin: 0px 36px 0px 0;
  }
  
   

/** end contact **/