/*--------------------------------------------------------------------- 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=Roboto:300,400,500,700,900&display=swap');



@font-face {
     font-family: 'mrgvlovani';
     src: url('../fonts/bpg_mrgvlovani_caps_2010.ttf') format('truetype');
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'mrgvlovani';
     line-height: 1.80857;
     font-weight: normal;
}

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: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

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
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 24px;
}

a {
     color: #222222;
     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 {
     max-width: 100%;
     height: auto;
}

.img-fluid {
     width: 50% !important;
}
 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}



.col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.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 {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- 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 {
     background: #ffff;
     width: 100%;
     z-index: 9999999;
}

.top_header {
     width: 100%;
     background: #02306f;
     height: 43px;
     padding: 10px 0;
}

.p_there p {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
}

ul.infomaco {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.infomaco li {
     color: #fff;
     padding-right: 25px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.infomaco li:last-child {
     padding-right: 0;
}

ul.infomaco li i {
     padding-right: 10px;
     color: #000;
}

ul.infomaco li a {
     color: #fff;
}

.header_bottom {
     background-color: #fff;
     height: 110px;
     padding: 16px 0;
}

.navigation.navbar {
     float: right;
     padding: 0;
     padding-top: 32px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 25px;
     color: #000000;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #02306f;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #02306f;
}

.di_no {
     display: none;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/banner.jpg);
     background-size: 100% auto;
     box-shadow:0 0 0 500px rgba(0, 0, 0, 0.5) inset;
     background-position: top center;
     background-repeat: no-repeat;
     background-attachment: fixed;
}

.parts {
     text-align: left;
     margin-left: 100px;
     margin-right: 100px;
}

.relative {
     left: 0;
     right: 0;
     text-align: center;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     min-height: 400px;
     height: 100%;
     width: 100%;
}

.carousel-caption h3 {
     animation-delay: 1s;
}

.carousel-caption p {
     animation-delay: 2s;
}

.carousel-caption button {
     animation-delay: 3s;
}

.relative .read_more {
     border: none;
     background: #fff;
     color: #000000;
}

.relative .read_more:hover {
     background: #02306f;
     color: #fff;
}

.relative .read_more:focus {
     box-shadow: none;
}

.relative h3 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 30px;
}

.relative p {
     padding: 0;
     font-size: 17px;
     line-height: 25px;
     color: #fff;
     font-weight: 400;
     padding-bottom: 10px;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

* {
     box-sizing: border-box;
    }
     
    label[for] {
     cursor: pointer;
    }
     
    input[type="checkbox"] {
     display: none;
    }
     
    .colord{
     background-color: #000;
    }
     
    .lightbox, .grid {
     width: 100%;
     position: fixed;
     top: 0;
     left: 0;
    }
     
    .lightbox {
     z-index: 1;
     min-height: 100%;
     overflow: auto;
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
     -webkit-transition: -webkit-transform .5s ease-out;
     transition: transform .5s ease-out;
    }
    .lightbox img {
     position: fixed;
     top: 50%;
     left: 50%;
     max-width: 96%;
     max-height: 96%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    }
 
    .lightbox video {
     position: fixed;
     top: 50%;
     left: 50%;
     max-width: 96%;
     max-height: 96%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    }
 
 
    input[type="checkbox"]:checked + .lightbox {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
    }
     
    input[type="checkbox"]:checked ~ .grid {
     opacity: .125;
    }
 
 
    .grid {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-align-content: flex-start;
     -ms-flex-line-pack: start;
     align-content: flex-start;
     z-index: 0;
     height: 100%;
     padding: 16px;
     overflow: auto;
     background-color: #222;
     text-align: center;
     -webkit-transition: opacity .75s;
     transition: opacity .75s;
    }
    .grid .grid-item {
     display: inline-block;
     width: 25%;
     padding: 16px;
     opacity: .75;
     -webkit-transition: opacity .5s;
     transition: opacity .5s;
    }
    .grid .grid-item:hover {
     opacity: 1;
    }
 
    @media screen and (max-width: 1024px) {
     .grid .grid-item {
     width: 50%;
     }
    }
    @media screen and (max-width: 480px) {
     .grid .grid-item {
     width: 100%;
     }
    }
    .grid img {
     max-width: 100%;
     max-height: 100%;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    }
 
 
 
 

    
.carousel-caption button {
     border-color: #00bfff;
     margin-top: 1em;
}

.slider_main .carousel-indicators {
     display: none;
}
.slick-slide {
     margin: 0px 20px;
 }
 
 .slick-slide img {
     width: 100%;
 }
 
 .slick-slider
 {
     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;
 }
 
 .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;
 }
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 70px;
     height: 70px;
     background-color: #ffffff;
     color: #02306f;
     font-size: 35px;
     opacity: 1;
     border-radius: 50px;
     top: 45%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #02306f;
     color: #fff;
}


/** end banner section **/


/*design*/

.desin {
     padding-top: 90px;
}

.design_box {
     background: #fffc;
     text-align: center;
     padding: 0 10px 35px 10px;
     margin-top: 85px;
}

.design_box i {
     background: #ffff;
     width: 90px;
     display: flex;
     height: 90px;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     margin-top: -45px;
     position: absolute;
     left: 0;
     right: 0;
     transform: rotate(45deg);
     border: #02306f solid 4px;
}

.design_box i img {
     transform: rotate(-45deg);
}

.design_box h3 {
     color: #02306f;
     font-size: 20px;
     font-weight: 500;
     line-height: 21px;
     padding-bottom: 15px;
     padding-top: 90px;
}

.design_box p {
     color: #000;
     font-size: 17px;
     font-weight: 400;
     line-height: 26px;
}


/* end design*/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 35px;
     color: #000000;
     line-height: 52px;
     font-weight: 800;
     padding: 0;
     display: inline-block;
}

.blue {
     font-weight: normal;
     color: #02306f;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #111111;
     color: #fff;
     padding: 13px 0px;
     ;
     width: 100%;
     max-width: 200px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 10px;
     height: 58px;
}

.read_more:hover {
     background: #02306f;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/** about section **/

.about {
     background: #efefefcc;
     padding-top: 90px;
     padding-bottom: 90px;
}

.about .titlepage {
     padding-bottom: 0;
}

.about .titlepage h2 {
     padding-bottom: 30px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #000000;
     padding-bottom: 29px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     box-shadow: 14px 10px 1px #02306f;
     border: #ddd solid 7px;
}

.about .read_more {
     display: block;
}

.youtvid {
     width: 960px;
     height: 450px;
}

.full_bg2 {
     background: url(../images/backtwo.png);
     background-size: 100% auto;
     box-shadow: 0 0 0 500px rgb(0 0 0 / 50%) inset;
     background-position: top center;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }

.esclift {
     width: 900px;
     height: 600px;
     display: block;
     margin: 0 auto;
 }

@media (max-width: 980px) {
     .topelv {
          padding-top: 50px;
     }

     .about .titlepage p {
          font-size: 13px;
     }

     .youtvid {
          width: 760px;
          height: 350px;
     }
}

@media (max-width: 775px) {

     .about .titlepage p {
          font-size: 15px;
     }

     .youtvid {
          width: 600px;
          height: 300px;
     }
}

@media (max-width: 600px) {

     .youtvid {
          width: 500px;
          height: 200px;
     }

     .esclift {
          height: 350px;
          display: block;
          margin: 0 auto;
     }

     .logo {
          width: 40%;
     }
     
}


@media (max-width: 400px) {

     .youtvid {
          width: 350px;
          height: 150px;
     }

     
     .esclift {
          height: 250px;
          display: block;
          margin: 0 auto;
     }
}


@media (max-width: 500px) {

     #specont {
          margin-top: 40px;
     }

}

@media (max-width: 360px) {

     #specont {
          margin-top: 100px;
     }

}

.servtext {
     font-size: 20px;
}
/** end about section **/


/** product **/

.product {
     background: url(../images/elback.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-bottom: 60px;
     padding-top: 80px;
     box-shadow:0 0 0 500px rgba(0, 0, 0, 0.6) inset;
}

.product .titlepage p {
     line-height: 30px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.product-box {
     background: #fff;
     margin-bottom: 30px;
}

.product-box figure {
     margin: 0;
     background: #02306f;
     transition: ease-in all 0.4s;
     overflow: hidden;
}

.product-box figure img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}

.product-box figure img:hover {
     opacity: 0.4;
     transition: ease-in all 0.4s;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.pro_text {
     padding: 30px 20px;
}

.pro_text h3 {
     color: #02306f;
     font-size: 20px;
     font-weight: bold;
}

.pro_text p {
     padding-top: 15px;
}


/** end product **/


/** service **/

.service {
     background: #fff;
     padding-bottom: 30px;
     padding-top: 80px;
}

.service .titlepage p {
     line-height: 30px;
     color: #000000;
     padding-top: 15px;
}

.service-box {
     background: #fff;
     margin-bottom: 60px;
}

.pro_text {
     padding: 30px 20px;
}

.service-box h3 {
     color: #02306f;
     font-size: 20px;
     font-weight: bold;
     padding-top: 50px;
}

.service-box p {
     padding-top: 15px;
}

.design_box {
     background: #fffc;
     text-align: center;
     padding: 0 10px 35px 10px;
     margin-top: 85px;
}

.service-box i {
     background: #ffff;
     width: 123px;
     display: flex;
     height: 123px;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     transform: rotate(45deg);
     border: #02306f solid 4px;
}

.service-box i img {
     transform: rotate(-45deg);
}


/** end service **/


/** team **/

.team {
     background: #02306f;
     padding-bottom: 60px;
     padding-top: 80px;
}

.team .titlepage p {
     line-height: 30px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.team-box {
     background: #fff;
     margin-bottom: 30px;
     position: relative;
     cursor: pointer;
}

.team-box figure {
     margin: 0;
     background: #000;
}

.team-box figure img {
     width: 100%;
     transition: 0.4s ease;
}

.tea_text {
     padding: 10px 17px;
     position: absolute;
     bottom: 40px;
     background: #ffffffa8;
     left: 0;
     right: 0;
     width: 203px;
     margin: 0 auto;
     text-align: center;
     border-radius: 16px;
     transition: 0.4s ease;
}

.tea_text h3 {
     color: #000;
     font-size: 19px;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 18px;
}

.tea_text p {
     padding-top: 5px;
     text-transform: uppercase;
     font-size: 15px;
     line-height: 12px;
}

ul.social_iconteam {
     position: absolute;
     left: 0;
     top: 90px;
     right: 0;
     display: flex;
     justify-content: center;
     opacity: 0;
     transition: 0.4s ease;
}

ul.social_iconteam li {
     display: inline-block;
     margin: 0 2px;
}

ul.social_iconteam li a i {
     background: #fff;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     border-radius: 20px;
     color: #000;
     transition: ease-in all 0.5s;
}

ul.social_iconteam li a i:hover {
     color: #fff;
     background: #02306f;
     transition: ease-in all 0.5s;
}

#hoop:hover.team-box figure img {
     opacity: 0.3;
     transition: ease-in all 0.4s;
}

#hoop:hover ul.social_iconteam {
     opacity: 1;
     transition: 0.4s ease;
}

#hoop:hover .tea_text {
     background: #fff;
     transition: 0.4s ease;
}


/** end team **/


/** contact **/

.contact {
     background: #fff;
     padding-bottom: 90px;
     padding-top: 88px;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     border-radius: 11px;
     border: dashed 1px #d2d2d2;
}

.custom-select {
     padding: 0px 10px;
     color: #021626;
     font-size: 17px;
     height: 50px;
     border: dashed 1px #d2d2d2;
     margin-bottom: 20px;
     border-radius: 11px;
}

.custom-select:focus {
     border: dashed 1px #d2d2d2;
     box-shadow: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     height: 155px;
     border-radius: 11px;
     border: dashed 1px #d2d2d2;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #000;
     text-transform: uppercase;
     color: #fff;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 53px;
     float: right;
     border-radius: 10px;
     padding: 13px 0;
}

.main_form .send_btn:hover {
     background-color: #02306f;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #021626;
     opacity: 1;
}

.bor_no {
     border: inherit;
}

.bor_no .card-header {
     padding: 0;
     background: inherit;
     border: inherit;
}

.card-header>a {
     background: #02306f;
     border-radius: 29px !important;
     border: inherit;
     margin-bottom: 5px;
     padding: 17px 20px;
     width: 100%;
     float: left;
}

.card-header>a[aria-expanded="true"] {
     background: #000;
}

.variat {
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
}

.variat i {
     text-align: right;
     float: right;
}


/** end contact **/


/** blog **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-bottom: 60px;
     padding-top: 80px;
}

.blog .titlepage p {
     line-height: 30px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.blog-box {
     background: #fff;
     margin-bottom: 30px;
}

.blog-box figure {
     margin: 0;
     background: #02306f;
     transition: ease-in all 0.4s;
     overflow: hidden;
     position: relative;
}

.blog-box figure img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}

.blog-box figure img:hover {
     opacity: 0.4;
     transition: ease-in all 0.4s;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.blog_text {
     padding: 30px 20px;
}

.blog_text h3 {
     color: #000;
     font-size: 20px;
     font-weight: bold;
     padding-bottom: 15px;
}

.comment {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.comment a i {
     padding-right: 10px;
}

.comment a {
     color: #000;
     font-size: 16px;
     font-weight: 500;
}

.comment a:hover {
     color: #02306f;
}

.blog_text p {
     margin-top: 15px;
     padding-top: 15px;
     border-top: #02306f solid 1px;
}

.date {
     padding: 16px 17px;
     position: absolute;
     bottom: 0px;
     background: #02306f;
     left: 0;
     right: 0;
     width: 203px;
     margin: 0 auto;
     text-align: center;
     border-radius: 31px;
     transition: 0.4s ease;
}

.date h3 {
     color: #fff;
     font-size: 19px;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 18px;
}


/** end blog **/


/** footer **/

.animate-border {
     position: relative;
     display: block;
     width: 150px;
     height: 3px;
     background: #007bff; }
   
   .animate-border:after {
     position: absolute;
     content: "";
     width: 35px;
     height: 3px;
     left: 0;
     bottom: 0;
     border-left: 10px solid #fff;
     border-right: 10px solid #fff;
     -webkit-animation: animborder 2s linear infinite;
     animation: animborder 2s linear infinite; }
   
   @-webkit-keyframes animborder {
     0% {
       -webkit-transform: translateX(0px);
       transform: translateX(0px); }
     100% {
       -webkit-transform: translateX(113px);
       transform: translateX(113px); } }
   
   @keyframes animborder {
     0% {
       -webkit-transform: translateX(0px);
       transform: translateX(0px); }
     100% {
       -webkit-transform: translateX(113px);
       transform: translateX(113px); } }
   
   .animate-border.border-white:after {
     border-color: #fff; }
   
   .animate-border.border-yellow:after {
     border-color: #F5B02E; }
   
   .animate-border.border-orange:after {
     border-right-color: #007bff;
     border-left-color: #007bff; }
   
   .animate-border.border-ash:after {
     border-right-color: #EEF0EF;
     border-left-color: #EEF0EF; }
   
   .animate-border.border-offwhite:after {
     border-right-color: #F7F9F8;
     border-left-color: #F7F9F8; }
   
   /* Animated heading border */
   @keyframes primary-short {
     0% {
       width: 15%; }
     50% {
       width: 90%; }
     100% {
       width: 10%; } }
   
   @keyframes primary-long {
     0% {
       width: 80%; }
     50% {
       width: 0%; }
     100% {
       width: 80%; } } 
   
   .dk-footer {
     padding: 75px 0 0;
     background-color: #151414;
     position: relative;
     z-index: 2; }
     .dk-footer .contact-us {
       margin-top: 0;
       margin-bottom: 30px;
       padding-left: 80px; }
       .dk-footer .contact-us .contact-info {
         margin-left: 50px; }
       .dk-footer .contact-us.contact-us-last {
         margin-left: -50px; }
     .dk-footer .contact-icon i {
       font-size: 24px;
       top: -15px;
       position: relative;
       color:#007bff; }
   
   .dk-footer-box-info {
     position: absolute;
     top: -122px;
     background: #202020;
     padding: 40px;
     z-index: 2; }
     .dk-footer-box-info .footer-social-link h3 {
       color: #fff;
       font-size: 24px;
       margin-bottom: 25px; }
     .dk-footer-box-info .footer-social-link ul {
       list-style-type: none;
       padding: 0;
       margin: 0; }
     .dk-footer-box-info .footer-social-link li {
       display: inline-block; }
     .dk-footer-box-info .footer-social-link a i {
       display: block;
       width: 40px;
       height: 40px;
       border-radius: 50%;
       text-align: center;
       line-height: 40px;
       background: #000;
       margin-right: 5px;
       color: #fff; }
       .dk-footer-box-info .footer-social-link a i.fa-facebook {
         background-color: #3B5998; }
       .dk-footer-box-info .footer-social-link a i.fa-twitter {
         background-color: #55ACEE; }
       .dk-footer-box-info .footer-social-link a i.fa-google-plus {
         background-color: #DD4B39; }
       .dk-footer-box-info .footer-social-link a i.fa-linkedin {
         background-color: #0976B4; }
       .dk-footer-box-info .footer-social-link a i.fa-instagram {
         background-color: #B7242A; }
   
   .footer-awarad {
     margin-top: 285px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center; }
     .footer-awarad p {
       color: #fff;
       font-size: 24px;
       font-weight: 700;
       margin-left: 20px;
       padding-top: 15px; }
   
   .footer-info-text {
     margin: 26px 0 32px; }
   
   .footer-left-widget {
     padding-left: 80px; }
   
   .footer-widget .section-heading {
     margin-bottom: 35px; }
   
   .footer-widget h3 {
     font-size: 24px;
     color: #fff;
     position: relative;
     margin-bottom: 15px;
     max-width: -webkit-fit-content;
     max-width: -moz-fit-content;
     max-width: fit-content; }
   
   .footer-widget ul {
     width: 50%;
     float: left;
     list-style: none;
     margin: 0;
     padding: 0; }
   
   .footer-widget li {
     margin-bottom: 18px; }
   
   .footer-widget p {
     margin-bottom: 27px; }
   
   .footer-widget a {
     color: #878787;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s; }
     .footer-widget a:hover {
       color: #007bff; }
   
   .footer-widget:after {
     content: "";
     display: block;
     clear: both; }
   
   .dk-footer-form {
     position: relative; }
     .dk-footer-form input[type=email] {
       padding: 14px 28px;
       border-radius: 50px;
       background: #2E2E2E;
       border: 1px solid #2E2E2E; }
     .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
       color: #878787;
       font-size: 14px; }
     .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
       color: #878787;
       font-size: 14px; }
     .dk-footer-form button[type=submit] {
       position: absolute;
       top: 0;
       right: 0;
       padding: 12px 24px 12px 17px;
       border-top-right-radius: 25px;
       border-bottom-right-radius: 25px;
       border: 1px solid #007bff;
       background: #007bff;
       color: #fff; }
     .dk-footer-form button:hover {
       cursor: pointer; }
   
   /* ==========================
   
       Contact
   
   =============================*/
   .contact-us {
     position: relative;
     z-index: 2;
     margin-top: 65px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center; }
   
   .contact-icon {
     position: absolute; }
     .contact-icon i {
       font-size: 36px;
       top: -5px;
       position: relative;
       color: #007bff; }
   
   .contact-info {
     margin-left: 75px;
     color: #fff; }
     .contact-info h3 {
       font-size: 20px;
       color: #fff;
       margin-bottom: 0; }
   
   .copyright {
     padding: 28px 0;
     margin-top: 55px;
     background-color: #202020; }
     .copyright span,
     .copyright a {
       color: #878787;
       -webkit-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       transition: all 0.3s linear; }
     .copyright a:hover {
       color:#007bff; }
   
   .copyright-menu ul {
     text-align: right;
     margin: 0; }
   
   .copyright-menu li {
     display: inline-block;
     padding-left: 20px; }
   
   .back-to-top {
     position: relative;
     z-index: 2; }
     .back-to-top .btn-dark {
       width: 35px;
       height: 35px;
       border-radius: 50%;
       padding: 0;
       position: fixed;
       bottom: 20px;
       right: 20px;
       background: #2e2e2e;
       border-color: #2e2e2e;
       display: none;
       z-index: 999;
       -webkit-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       transition: all 0.3s linear; }
       .back-to-top .btn-dark:hover {
         cursor: pointer;
         background: #FA6742;
         border-color: #FA6742; }
         

/** end footer **/


/**  inner page css **/

.inner_page .header {
     box-shadow: 0px 0px 9px 0px #02306fc7;
     margin-bottom: 10px;
}



.animate-border {
     position: relative;
     display: block;
     width: 150px;
     height: 3px;
     background: #007bff; }
   
   .animate-border:after {
     position: absolute;
     content: "";
     width: 35px;
     height: 3px;
     left: 0;
     bottom: 0;
     border-left: 10px solid #fff;
     border-right: 10px solid #fff;
     -webkit-animation: animborder 2s linear infinite;
     animation: animborder 2s linear infinite; }
   
   @-webkit-keyframes animborder {
     0% {
       -webkit-transform: translateX(0px);
       transform: translateX(0px); }
     100% {
       -webkit-transform: translateX(113px);
       transform: translateX(113px); } }
   
   @keyframes animborder {
     0% {
       -webkit-transform: translateX(0px);
       transform: translateX(0px); }
     100% {
       -webkit-transform: translateX(113px);
       transform: translateX(113px); } }
   
   .animate-border.border-white:after {
     border-color: #fff; }
   
   .animate-border.border-yellow:after {
     border-color: #F5B02E; }
   
   .animate-border.border-orange:after {
     border-right-color: #007bff;
     border-left-color: #007bff; }
   
   .animate-border.border-ash:after {
     border-right-color: #EEF0EF;
     border-left-color: #EEF0EF; }
   
   .animate-border.border-offwhite:after {
     border-right-color: #F7F9F8;
     border-left-color: #F7F9F8; }
   
   /* Animated heading border */
   @keyframes primary-short {
     0% {
       width: 15%; }
     50% {
       width: 90%; }
     100% {
       width: 10%; } }
   
   @keyframes primary-long {
     0% {
       width: 80%; }
     50% {
       width: 0%; }
     100% {
       width: 80%; } } 
   
   .dk-footer {
     padding: 75px 0 0;
     background-color: #151414;
     position: relative;
     z-index: 2; }
     .dk-footer .contact-us {
       margin-top: 0;
       margin-bottom: 30px;
       padding-left: 80px; }
       .dk-footer .contact-us .contact-info {
         margin-left: 50px; }
       .dk-footer .contact-us.contact-us-last {
         margin-left: -50px; }
     .dk-footer .contact-icon i {
       font-size: 24px;
       top: -15px;
       position: relative;
       color:#007bff; }
   
   .dk-footer-box-info {
     position: absolute;
     top: -122px;
     background: #202020;
     padding: 40px;
     z-index: 2; }
     .dk-footer-box-info .footer-social-link h3 {
       color: #fff;
       font-size: 24px;
       margin-bottom: 25px; }
     .dk-footer-box-info .footer-social-link ul {
       list-style-type: none;
       padding: 0;
       margin: 0; }
     .dk-footer-box-info .footer-social-link li {
       display: inline-block; }
     .dk-footer-box-info .footer-social-link a i {
       display: block;
       width: 40px;
       height: 40px;
       border-radius: 50%;
       text-align: center;
       line-height: 40px;
       background: #000;
       margin-right: 5px;
       color: #fff; }
       .dk-footer-box-info .footer-social-link a i.fa-facebook {
         background-color: #3B5998; }
       .dk-footer-box-info .footer-social-link a i.fa-twitter {
         background-color: #55ACEE; }
       .dk-footer-box-info .footer-social-link a i.fa-google-plus {
         background-color: #DD4B39; }
       .dk-footer-box-info .footer-social-link a i.fa-linkedin {
         background-color: #0976B4; }
       .dk-footer-box-info .footer-social-link a i.fa-instagram {
         background-color: #B7242A; }
   
   .footer-awarad {
     margin-top: 285px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center; }
     .footer-awarad p {
       color: #fff;
       font-size: 24px;
       font-weight: 700;
       margin-left: 20px;
       padding-top: 15px; }
   
   .footer-info-text {
     margin: 26px 0 32px; }
   
   .footer-left-widget {
     padding-left: 80px; }
   
   .footer-widget .section-heading {
     margin-bottom: 35px; }
   
   .footer-widget h3 {
     font-size: 24px;
     color: #fff;
     position: relative;
     margin-bottom: 15px;
     max-width: -webkit-fit-content;
     max-width: -moz-fit-content;
     max-width: fit-content; }
   
   .footer-widget ul {
     width: 50%;
     float: left;
     list-style: none;
     margin: 0;
     padding: 0; }
   
   .footer-widget li {
     margin-bottom: 18px; }
   
   .footer-widget p {
     margin-bottom: 27px; }
   
   .footer-widget a {
     color: #878787;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s; }
     .footer-widget a:hover {
       color: #007bff; }
   
   .footer-widget:after {
     content: "";
     display: block;
     clear: both; }
   
   .dk-footer-form {
     position: relative; }
     .dk-footer-form input[type=email] {
       padding: 14px 28px;
       border-radius: 50px;
       background: #2E2E2E;
       border: 1px solid #2E2E2E; }
     .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
       color: #878787;
       font-size: 14px; }
     .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
       color: #878787;
       font-size: 14px; }
     .dk-footer-form button[type=submit] {
       position: absolute;
       top: 0;
       right: 0;
       padding: 12px 24px 12px 17px;
       border-top-right-radius: 25px;
       border-bottom-right-radius: 25px;
       border: 1px solid #007bff;
       background: #007bff;
       color: #fff; }
     .dk-footer-form button:hover {
       cursor: pointer; }
   
   /* ==========================
   
       Contact
   
   =============================*/
   .contact-us {
     position: relative;
     z-index: 2;
     margin-top: 65px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center; }
   
   .contact-icon {
     position: absolute; }
     .contact-icon i {
       font-size: 36px;
       top: -5px;
       position: relative;
       color: #007bff; }
   
   .contact-info {
     margin-left: 75px;
     color: #fff; }
     .contact-info h3 {
       font-size: 20px;
       color: #fff;
       margin-bottom: 0; }
   
   .copyright {
     padding: 28px 0;
     margin-top: 55px;
     background-color: #202020; }
     .copyright span,
     .copyright a {
       color: #878787;
       -webkit-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       transition: all 0.3s linear; }
     .copyright a:hover {
       color:#007bff; }
   
   .copyright-menu ul {
     text-align: right;
     margin: 0; }
   
   .copyright-menu li {
     display: inline-block;
     padding-left: 20px; }
   
   .back-to-top {
     position: relative;
     z-index: 2; }
     .back-to-top .btn-dark {
       width: 35px;
       height: 35px;
       border-radius: 50%;
       padding: 0;
       position: fixed;
       bottom: 20px;
       right: 20px;
       background: #2e2e2e;
       border-color: #2e2e2e;
       display: none;
       z-index: 999;
       -webkit-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
       transition: all 0.3s linear; }
       .back-to-top .btn-dark:hover {
         cursor: pointer;
         background: #FA6742;
         border-color: #FA6742; }
         
