@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Bemax
Version:  1.0
Last change:  21/09/2017 [Add Define a table of contents Link]
Assigned to:  PDD
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
    + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Text Color (text): #666666
# Text Color Deep (Text, title): #333333

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:    18px/1.6 'Lato', Arial, "Helvetica Neue", sans-serif;
Heading Section:  39px/1.5 'Poppins', Arial, "Helvetica Neue", sans-serif;

Notes:  decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   ALL STYLES                        */
/*-----------------------------------------------------*/

@font-face {
    font-family: Aileron-Heavy;
    src: url('../fonts/Aileron-Heavy.otf');
}

@font-face {
    font-family: beinarnormal;
    src: url('../fonts/beinarnormal.otf');
}


@font-face {
    font-family: 'beinarnormal';
    src: url('../admin/fonts/HBKU-Regular.eot');
    src: url('../admin/fonts/HBKU-Regular.eot?#iefix') format('embedded-opentype'),
        url('../admin/fonts/HBKU-Regular.woff2') format('woff2'),
        url('../admin/fonts/HBKU-Regular.woff') format('woff'),
        url('../admin/fonts/HBKU-Regular.ttf') format('truetype'),
        url('../admin/fonts/HBKU-Regular.svg#HBKU-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'beinarnormal';
    src: url('../admin/fonts/HBKU-Bold.eot');
    src: url('../admin/fonts/HBKU-Bold.eot?#iefix') format('embedded-opentype'),
        url('../admin/fonts/HBKU-Bold.woff2') format('woff2'),
        url('../admin/fonts/HBKU-Bold.woff') format('woff'),
        url('../admin/fonts/HBKU-Bold.ttf') format('truetype'),
        url('../admin/fonts/HBKU-Bold.svg#HBKU-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



@font-face {
font-family:beinarnormal;
src: url('../bein-ar-normal.otf') format('opentype'), 
       url('../bein-ar-normal.WOFF') format('woff'),
       url('../bein-ar-normal.ttf') format('truetype');
}



.rev_slider .slide-heading
 
 {
     font-size:30px !important ;
     color:White;
     font-weight:800;
     
     }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.p-l-1 {
  padding-left: 1px !important;
}

.p-t-1 {
  padding-top: 1px !important;
}

.p-r-1 {
  padding-right: 1px !important;
}

.p-b-1 {
  padding-bottom: 1px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-r-1 {
  margin-right: 1px !important;
}

.m-b-1 {
  margin-bottom: 1px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.p-l-2 {
  padding-left: 2px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-r-2 {
  padding-right: 2px !important;
}

.p-b-2 {
  padding-bottom: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.m-l-2 {
  margin-left: 2px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-r-2 {
  margin-right: 2px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.p-l-3 {
  padding-left: 3px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-r-3 {
  padding-right: 3px !important;
}

.p-b-3 {
  padding-bottom: 3px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-l-4 {
  padding-left: 4px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-r-4 {
  padding-right: 4px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.p-l-7 {
  padding-left: 7px !important;
}

.p-t-7 {
  padding-top: 7px !important;
}

.p-r-7 {
  padding-right: 7px !important;
}

.p-b-7 {
  padding-bottom: 7px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.m-l-7 {
  margin-left: 7px !important;
}

.m-t-7 {
  margin-top: 7px !important;
}

.m-r-7 {
  margin-right: 7px !important;
}

.m-b-7 {
  margin-bottom: 7px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.p-l-9 {
  padding-left: 9px !important;
}

.p-t-9 {
  padding-top: 9px !important;
}

.p-r-9 {
  padding-right: 9px !important;
}

.p-b-9 {
  padding-bottom: 9px !important;
}

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.m-l-9 {
  margin-left: 9px !important;
}

.m-t-9 {
  margin-top: 9px !important;
}

.m-r-9 {
  margin-right: 9px !important;
}

.m-b-9 {
  margin-bottom: 9px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.p-l-11 {
  padding-left: 11px !important;
}

.p-t-11 {
  padding-top: 11px !important;
}

.p-r-11 {
  padding-right: 11px !important;
}

.p-b-11 {
  padding-bottom: 11px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.m-l-11 {
  margin-left: 11px !important;
}

.m-t-11 {
  margin-top: 11px !important;
}

.m-r-11 {
  margin-right: 11px !important;
}

.m-b-11 {
  margin-bottom: 11px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.p-r-12 {
  padding-right: 12px !important;
}

.p-b-12 {
  padding-bottom: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-l-12 {
  margin-left: 12px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-r-12 {
  margin-right: 12px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.p-l-13 {
  padding-left: 13px !important;
}

.p-t-13 {
  padding-top: 13px !important;
}

.p-r-13 {
  padding-right: 13px !important;
}

.p-b-13 {
  padding-bottom: 13px !important;
}

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.m-l-13 {
  margin-left: 13px !important;
}

.m-t-13 {
  margin-top: 13px !important;
}

.m-r-13 {
  margin-right: 13px !important;
}

.m-b-13 {
  margin-bottom: 13px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.p-l-14 {
  padding-left: 14px !important;
}

.p-t-14 {
  padding-top: 14px !important;
}

.p-r-14 {
  padding-right: 14px !important;
}

.p-b-14 {
  padding-bottom: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.m-l-14 {
  margin-left: 14px !important;
}

.m-t-14 {
  margin-top: 14px !important;
}

.m-r-14 {
  margin-right: 14px !important;
}

.m-b-14 {
  margin-bottom: 14px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-r-16 {
  margin-right: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.p-l-17 {
  padding-left: 17px !important;
}

.p-t-17 {
  padding-top: 17px !important;
}

.p-r-17 {
  padding-right: 17px !important;
}

.p-b-17 {
  padding-bottom: 17px !important;
}

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.m-l-17 {
  margin-left: 17px !important;
}

.m-t-17 {
  margin-top: 17px !important;
}

.m-r-17 {
  margin-right: 17px !important;
}

.m-b-17 {
  margin-bottom: 17px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.p-l-18 {
  padding-left: 18px !important;
}

.p-t-18 {
  padding-top: 18px !important;
}

.p-r-18 {
  padding-right: 18px !important;
}

.p-b-18 {
  padding-bottom: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.m-l-18 {
  margin-left: 18px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-r-18 {
  margin-right: 18px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.p-l-19 {
  padding-left: 19px !important;
}

.p-t-19 {
  padding-top: 19px !important;
}

.p-r-19 {
  padding-right: 19px !important;
}

.p-b-19 {
  padding-bottom: 19px !important;
}

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.m-l-19 {
  margin-left: 19px !important;
}

.m-t-19 {
  margin-top: 19px !important;
}

.m-r-19 {
  margin-right: 19px !important;
}

.m-b-19 {
  margin-bottom: 19px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.p-l-21 {
  padding-left: 21px !important;
}

.p-t-21 {
  padding-top: 21px !important;
}

.p-r-21 {
  padding-right: 21px !important;
}

.p-b-21 {
  padding-bottom: 21px !important;
}

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.m-l-21 {
  margin-left: 21px !important;
}

.m-t-21 {
  margin-top: 21px !important;
}

.m-r-21 {
  margin-right: 21px !important;
}

.m-b-21 {
  margin-bottom: 21px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.p-l-22 {
  padding-left: 22px !important;
}

.p-t-22 {
  padding-top: 22px !important;
}

.p-r-22 {
  padding-right: 22px !important;
}

.p-b-22 {
  padding-bottom: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.m-l-22 {
  margin-left: 22px !important;
}

.m-t-22 {
  margin-top: 22px !important;
}

.m-r-22 {
  margin-right: 22px !important;
}

.m-b-22 {
  margin-bottom: 22px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.p-l-23 {
  padding-left: 23px !important;
}

.p-t-23 {
  padding-top: 23px !important;
}

.p-r-23 {
  padding-right: 23px !important;
}

.p-b-23 {
  padding-bottom: 23px !important;
}

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.m-l-23 {
  margin-left: 23px !important;
}

.m-t-23 {
  margin-top: 23px !important;
}

.m-r-23 {
  margin-right: 23px !important;
}

.m-b-23 {
  margin-bottom: 23px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-r-24 {
  margin-right: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.p-l-26 {
  padding-left: 26px !important;
}

.p-t-26 {
  padding-top: 26px !important;
}

.p-r-26 {
  padding-right: 26px !important;
}

.p-b-26 {
  padding-bottom: 26px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.m-l-26 {
  margin-left: 26px !important;
}

.m-t-26 {
  margin-top: 26px !important;
}

.m-r-26 {
  margin-right: 26px !important;
}

.m-b-26 {
  margin-bottom: 26px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.p-l-27 {
  padding-left: 27px !important;
}

.p-t-27 {
  padding-top: 27px !important;
}

.p-r-27 {
  padding-right: 27px !important;
}

.p-b-27 {
  padding-bottom: 27px !important;
}

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.m-l-27 {
  margin-left: 27px !important;
}

.m-t-27 {
  margin-top: 27px !important;
}

.m-r-27 {
  margin-right: 27px !important;
}

.m-b-27 {
  margin-bottom: 27px !important;
  font-family:beinarnormal;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.p-l-28 {
  padding-left: 28px !important;
}

.p-t-28 {
  padding-top: 28px !important;
}

.p-r-28 {
  padding-right: 28px !important;
}

.p-b-28 {
  padding-bottom: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.m-l-28 {
  margin-left: 28px !important;
}

.m-t-28 {
  margin-top: 28px !important;
}

.m-r-28 {
  margin-right: 28px !important;
}

.m-b-28 {
  margin-bottom: 28px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.p-l-29 {
  padding-left: 29px !important;
}

.p-t-29 {
  padding-top: 29px !important;
}

.p-r-29 {
  padding-right: 29px !important;
}

.p-b-29 {
  padding-bottom: 29px !important;
}

.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

.my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.m-l-29 {
  margin-left: 29px !important;
}

.m-t-29 {
  margin-top: 29px !important;
}

.m-r-29 {
  margin-right: 29px !important;
}

.m-b-29 {
  margin-bottom: 29px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.px-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.p-l-31 {
  padding-left: 31px !important;
}

.p-t-31 {
  padding-top: 31px !important;
}

.p-r-31 {
  padding-right: 31px !important;
}

.p-b-31 {
  padding-bottom: 31px !important;
}

.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

.my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.m-l-31 {
  margin-left: 31px !important;
}

.m-t-31 {
  margin-top: 31px !important;
}

.m-r-31 {
  margin-right: 31px !important;
}

.m-b-31 {
  margin-bottom: 31px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-b-32 {
  padding-bottom: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-l-32 {
  margin-left: 32px !important;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-r-32 {
  margin-right: 32px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.px-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.p-l-33 {
  padding-left: 33px !important;
}

.p-t-33 {
  padding-top: 33px !important;
}

.p-r-33 {
  padding-right: 33px !important;
}

.p-b-33 {
  padding-bottom: 33px !important;
}

.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.m-l-33 {
  margin-left: 33px !important;
}

.m-t-33 {
  margin-top: 33px !important;
}

.m-r-33 {
  margin-right: 33px !important;
}

.m-b-33 {
  margin-bottom: 33px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.p-l-34 {
  padding-left: 34px !important;
}

.p-t-34 {
  padding-top: 34px !important;
}

.p-r-34 {
  padding-right: 34px !important;
}

.p-b-34 {
  padding-bottom: 34px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.m-l-34 {
  margin-left: 34px !important;
}

.m-t-34 {
  margin-top: 34px !important;
}

.m-r-34 {
  margin-right: 34px !important;
}

.m-b-34 {
  margin-bottom: 34px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.p-l-36 {
  padding-left: 36px !important;
}

.p-t-36 {
  padding-top: 36px !important;
}

.p-r-36 {
  padding-right: 36px !important;
}

.p-b-36 {
  padding-bottom: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.m-l-36 {
  margin-left: 36px !important;
}

.m-t-36 {
  margin-top: 36px !important;
}

.m-r-36 {
  margin-right: 36px !important;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.px-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.p-l-37 {
  padding-left: 37px !important;
}

.p-t-37 {
  padding-top: 37px !important;
}

.p-r-37 {
  padding-right: 37px !important;
}

.p-b-37 {
  padding-bottom: 37px !important;
}

.mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.m-l-37 {
  margin-left: 37px !important;
}

.m-t-37 {
  margin-top: 37px !important;
}

.m-r-37 {
  margin-right: 37px !important;
}

.m-b-37 {
  margin-bottom: 37px !important;
}

.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.p-l-38 {
  padding-left: 38px !important;
}

.p-t-38 {
  padding-top: 38px !important;
}

.p-r-38 {
  padding-right: 38px !important;
}

.p-b-38 {
  padding-bottom: 38px !important;
}

.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.m-l-38 {
  margin-left: 38px !important;
}

.m-t-38 {
  margin-top: 38px !important;
}

.m-r-38 {
  margin-right: 38px !important;
}

.m-b-38 {
  margin-bottom: 38px !important;
}

.px-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.p-l-39 {
  padding-left: 39px !important;
}

.p-t-39 {
  padding-top: 39px !important;
}

.p-r-39 {
  padding-right: 39px !important;
}

.p-b-39 {
  padding-bottom: 39px !important;
}

.mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.m-l-39 {
  margin-left: 39px !important;
}

.m-t-39 {
  margin-top: 39px !important;
}

.m-r-39 {
  margin-right: 39px !important;
}

.m-b-39 {
  margin-bottom: 39px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.px-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.p-l-41 {
  padding-left: 41px !important;
}

.p-t-41 {
  padding-top: 41px !important;
}

.p-r-41 {
  padding-right: 41px !important;
}

.p-b-41 {
  padding-bottom: 41px !important;
}

.mx-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

.my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.m-l-41 {
  margin-left: 41px !important;
}

.m-t-41 {
  margin-top: 41px !important;
}

.m-r-41 {
  margin-right: 41px !important;
}

.m-b-41 {
  margin-bottom: 41px !important;
}

.px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.p-l-42 {
  padding-left: 42px !important;
}

.p-t-42 {
  padding-top: 42px !important;
}

.p-r-42 {
  padding-right: 42px !important;
}

.p-b-42 {
  padding-bottom: 42px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.m-l-42 {
  margin-left: 42px !important;
}

.m-t-42 {
  margin-top: 42px !important;
}

.m-r-42 {
  margin-right: 42px !important;
}

.m-b-42 {
  margin-bottom: 42px !important;
}

.px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.p-l-43 {
  padding-left: 43px !important;
}

.p-t-43 {
  padding-top: 43px !important;
}

.p-r-43 {
  padding-right: 43px !important;
}

.p-b-43 {
  padding-bottom: 43px !important;
}

.mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.m-l-43 {
  margin-left: 43px !important;
}

.m-t-43 {
  margin-top: 43px !important;
}

.m-r-43 {
  margin-right: 43px !important;
}

.m-b-43 {
  margin-bottom: 43px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.p-l-44 {
  padding-left: 44px !important;
}

.p-t-44 {
  padding-top: 44px !important;
}

.p-r-44 {
  padding-right: 44px !important;
}

.p-b-44 {
  padding-bottom: 44px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.m-l-44 {
  margin-left: 44px !important;
}

.m-t-44 {
  margin-top: 44px !important;
}

.m-r-44 {
  margin-right: 44px !important;
}

.m-b-44 {
  margin-bottom: 44px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.p-l-46 {
  padding-left: 46px !important;
}

.p-t-46 {
  padding-top: 46px !important;
}

.p-r-46 {
  padding-right: 46px !important;
}

.p-b-46 {
  padding-bottom: 46px !important;
}

.mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.m-l-46 {
  margin-left: 46px !important;
}

.m-t-46 {
  margin-top: 46px !important;
}

.m-r-46 {
  margin-right: 46px !important;
}

.m-b-46 {
  margin-bottom: 46px !important;
}

.px-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.p-l-47 {
  padding-left: 47px !important;
}

.p-t-47 {
  padding-top: 47px !important;
}

.p-r-47 {
  padding-right: 47px !important;
}

.p-b-47 {
  padding-bottom: 47px !important;
}

.mx-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

.my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.m-l-47 {
  margin-left: 47px !important;
}

.m-t-47 {
  margin-top: 47px !important;
}

.m-r-47 {
  margin-right: 47px !important;
}

.m-b-47 {
  margin-bottom: 47px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.px-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

.py-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}

.p-l-49 {
  padding-left: 49px !important;
}

.p-t-49 {
  padding-top: 49px !important;
}

.p-r-49 {
  padding-right: 49px !important;
}

.p-b-49 {
  padding-bottom: 49px !important;
}

.mx-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

.my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.m-l-49 {
  margin-left: 49px !important;
}

.m-t-49 {
  margin-top: 49px !important;
}

.m-r-49 {
  margin-right: 49px !important;
}

.m-b-49 {
  margin-bottom: 49px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.px-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

.py-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}

.p-l-51 {
  padding-left: 51px !important;
}

.p-t-51 {
  padding-top: 51px !important;
}

.p-r-51 {
  padding-right: 51px !important;
}

.p-b-51 {
  padding-bottom: 51px !important;
}

.mx-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

.my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.m-l-51 {
  margin-left: 51px !important;
}

.m-t-51 {
  margin-top: 51px !important;
}

.m-r-51 {
  margin-right: 51px !important;
}

.m-b-51 {
  margin-bottom: 51px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.p-l-52 {
  padding-left: 52px !important;
}

.p-t-52 {
  padding-top: 52px !important;
}

.p-r-52 {
  padding-right: 52px !important;
}

.p-b-52 {
  padding-bottom: 52px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.m-l-52 {
  margin-left: 52px !important;
}

.m-t-52 {
  margin-top: 52px !important;
}

.m-r-52 {
  margin-right: 52px !important;
}

.m-b-52 {
  margin-bottom: 52px !important;
}

.px-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

.py-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}

.p-l-53 {
  padding-left: 53px !important;
}

.p-t-53 {
  padding-top: 53px !important;
}

.p-r-53 {
  padding-right: 53px !important;
}

.p-b-53 {
  padding-bottom: 53px !important;
}

.mx-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

.my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.m-l-53 {
  margin-left: 53px !important;
}

.m-t-53 {
  margin-top: 53px !important;
}

.m-r-53 {
  margin-right: 53px !important;
}

.m-b-53 {
  margin-bottom: 53px !important;
}

.px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.p-l-54 {
  padding-left: 54px !important;
}

.p-t-54 {
  padding-top: 54px !important;
}

.p-r-54 {
  padding-right: 54px !important;
}

.p-b-54 {
  padding-bottom: 54px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.m-l-54 {
  margin-left: 54px !important;
}

.m-t-54 {
  margin-top: 54px !important;
}

.m-r-54 {
  margin-right: 54px !important;
}

.m-b-54 {
  margin-bottom: 54px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.px-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

.py-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}

.p-l-57 {
  padding-left: 57px !important;
}

.p-t-57 {
  padding-top: 57px !important;
}

.p-r-57 {
  padding-right: 57px !important;
}

.p-b-57 {
  padding-bottom: 57px !important;
}

.mx-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

.my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.m-l-57 {
  margin-left: 57px !important;
}

.m-t-57 {
  margin-top: 57px !important;
}

.m-r-57 {
  margin-right: 57px !important;
}

.m-b-57 {
  margin-bottom: 57px !important;
}

.px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.p-l-58 {
  padding-left: 58px !important;
}

.p-t-58 {
  padding-top: 58px !important;
}

.p-r-58 {
  padding-right: 58px !important;
}

.p-b-58 {
  padding-bottom: 58px !important;
}

.mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.m-l-58 {
  margin-left: 58px !important;
}

.m-t-58 {
  margin-top: 58px !important;
}

.m-r-58 {
  margin-right: 58px !important;
}

.m-b-58 {
  margin-bottom: 58px !important;
}

.px-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

.py-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}

.p-l-59 {
  padding-left: 59px !important;
}

.p-t-59 {
  padding-top: 59px !important;
}

.p-r-59 {
  padding-right: 59px !important;
}

.p-b-59 {
  padding-bottom: 59px !important;
}

.mx-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

.my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.m-l-59 {
  margin-left: 59px !important;
}

.m-t-59 {
  margin-top: 59px !important;
}

.m-r-59 {
  margin-right: 59px !important;
}

.m-b-59 {
  margin-bottom: 59px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.px-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

.py-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}

.p-l-61 {
  padding-left: 61px !important;
}

.p-t-61 {
  padding-top: 61px !important;
}

.p-r-61 {
  padding-right: 61px !important;
}

.p-b-61 {
  padding-bottom: 61px !important;
}

.mx-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

.my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.m-l-61 {
  margin-left: 61px !important;
}

.m-t-61 {
  margin-top: 61px !important;
}

.m-r-61 {
  margin-right: 61px !important;
}

.m-b-61 {
  margin-bottom: 61px !important;
}

.px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

.py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.p-l-62 {
  padding-left: 62px !important;
}

.p-t-62 {
  padding-top: 62px !important;
}

.p-r-62 {
  padding-right: 62px !important;
}

.p-b-62 {
  padding-bottom: 62px !important;
}

.mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.m-l-62 {
  margin-left: 62px !important;
}

.m-t-62 {
  margin-top: 62px !important;
}

.m-r-62 {
  margin-right: 62px !important;
}

.m-b-62 {
  margin-bottom: 62px !important;
}

.px-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

.py-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}

.p-l-63 {
  padding-left: 63px !important;
}

.p-t-63 {
  padding-top: 63px !important;
}

.p-r-63 {
  padding-right: 63px !important;
}

.p-b-63 {
  padding-bottom: 63px !important;
}

.mx-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

.my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.m-l-63 {
  margin-left: 63px !important;
}

.m-t-63 {
  margin-top: 63px !important;
}

.m-r-63 {
  margin-right: 63px !important;
}

.m-b-63 {
  margin-bottom: 63px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

.py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.p-l-66 {
  padding-left: 66px !important;
}

.p-t-66 {
  padding-top: 66px !important;
}

.p-r-66 {
  padding-right: 66px !important;
}

.p-b-66 {
  padding-bottom: 66px !important;
}

.mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.m-l-66 {
  margin-left: 66px !important;
}

.m-t-66 {
  margin-top: 66px !important;
}

.m-r-66 {
  margin-right: 66px !important;
}

.m-b-66 {
  margin-bottom: 66px !important;
}

.px-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

.py-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}

.p-l-67 {
  padding-left: 67px !important;
}

.p-t-67 {
  padding-top: 67px !important;
}

.p-r-67 {
  padding-right: 67px !important;
}

.p-b-67 {
  padding-bottom: 67px !important;
}

.mx-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

.my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.m-l-67 {
  margin-left: 67px !important;
}

.m-t-67 {
  margin-top: 67px !important;
}

.m-r-67 {
  margin-right: 67px !important;
}

.m-b-67 {
  margin-bottom: 67px !important;
}

.px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.p-l-68 {
  padding-left: 68px !important;
}

.p-t-68 {
  padding-top: 68px !important;
}

.p-r-68 {
  padding-right: 68px !important;
}

.p-b-68 {
  padding-bottom: 68px !important;
}

.mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.m-l-68 {
  margin-left: 68px !important;
}

.m-t-68 {
  margin-top: 68px !important;
}

.m-r-68 {
  margin-right: 68px !important;
}

.m-b-68 {
  margin-bottom: 68px !important;
}

.px-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

.py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}

.p-l-69 {
  padding-left: 69px !important;
}

.p-t-69 {
  padding-top: 69px !important;
}

.p-r-69 {
  padding-right: 69px !important;
}

.p-b-69 {
  padding-bottom: 69px !important;
}

.mx-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

.my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.m-l-69 {
  margin-left: 69px !important;
}

.m-t-69 {
  margin-top: 69px !important;
}

.m-r-69 {
  margin-right: 69px !important;
}

.m-b-69 {
  margin-bottom: 69px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.px-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

.py-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}

.p-l-71 {
  padding-left: 71px !important;
}

.p-t-71 {
  padding-top: 71px !important;
}

.p-r-71 {
  padding-right: 71px !important;
}

.p-b-71 {
  padding-bottom: 71px !important;
}

.mx-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

.my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.m-l-71 {
  margin-left: 71px !important;
}

.m-t-71 {
  margin-top: 71px !important;
}

.m-r-71 {
  margin-right: 71px !important;
}

.m-b-71 {
  margin-bottom: 71px !important;
}

.px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.p-l-72 {
  padding-left: 72px !important;
}

.p-t-72 {
  padding-top: 72px !important;
}

.p-r-72 {
  padding-right: 72px !important;
}

.p-b-72 {
  padding-bottom: 72px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.m-l-72 {
  margin-left: 72px !important;
}

.m-t-72 {
  margin-top: 72px !important;
}

.m-r-72 {
  margin-right: 72px !important;
}

.m-b-72 {
  margin-bottom: 72px !important;
}

.px-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

.py-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}

.p-l-73 {
  padding-left: 73px !important;
}

.p-t-73 {
  padding-top: 73px !important;
}

.p-r-73 {
  padding-right: 73px !important;
}

.p-b-73 {
  padding-bottom: 73px !important;
}

.mx-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

.my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.m-l-73 {
  margin-left: 73px !important;
}

.m-t-73 {
  margin-top: 73px !important;
}

.m-r-73 {
  margin-right: 73px !important;
}

.m-b-73 {
  margin-bottom: 73px !important;
}

.px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

.py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.p-l-74 {
  padding-left: 74px !important;
}

.p-t-74 {
  padding-top: 74px !important;
}

.p-r-74 {
  padding-right: 74px !important;
}

.p-b-74 {
  padding-bottom: 74px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.m-l-74 {
  margin-left: 74px !important;
}

.m-t-74 {
  margin-top: 74px !important;
}

.m-r-74 {
  margin-right: 74px !important;
}

.m-b-74 {
  margin-bottom: 74px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.p-l-76 {
  padding-left: 76px !important;
}

.p-t-76 {
  padding-top: 76px !important;
}

.p-r-76 {
  padding-right: 76px !important;
}

.p-b-76 {
  padding-bottom: 76px !important;
}

.mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.m-l-76 {
  margin-left: 76px !important;
}

.m-t-76 {
  margin-top: 76px !important;
}

.m-r-76 {
  margin-right: 76px !important;
}

.m-b-76 {
  margin-bottom: 76px !important;
}

.px-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

.py-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}

.p-l-77 {
  padding-left: 77px !important;
}

.p-t-77 {
  padding-top: 77px !important;
}

.p-r-77 {
  padding-right: 77px !important;
}

.p-b-77 {
  padding-bottom: 77px !important;
}

.mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.m-l-77 {
  margin-left: 77px !important;
}

.m-t-77 {
  margin-top: 77px !important;
}

.m-r-77 {
  margin-right: 77px !important;
}

.m-b-77 {
  margin-bottom: 77px !important;
}

.px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.p-l-78 {
  padding-left: 78px !important;
}

.p-t-78 {
  padding-top: 78px !important;
}

.p-r-78 {
  padding-right: 78px !important;
}

.p-b-78 {
  padding-bottom: 78px !important;
}

.mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.m-l-78 {
  margin-left: 78px !important;
}

.m-t-78 {
  margin-top: 78px !important;
}

.m-r-78 {
  margin-right: 78px !important;
}

.m-b-78 {
  margin-bottom: 78px !important;
}

.px-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

.py-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}

.p-l-79 {
  padding-left: 79px !important;
}

.p-t-79 {
  padding-top: 79px !important;
}

.p-r-79 {
  padding-right: 79px !important;
}

.p-b-79 {
  padding-bottom: 79px !important;
}

.mx-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

.my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.m-l-79 {
  margin-left: 79px !important;
}

.m-t-79 {
  margin-top: 79px !important;
}

.m-r-79 {
  margin-right: 79px !important;
}

.m-b-79 {
  margin-bottom: 79px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.px-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

.py-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

.p-l-81 {
  padding-left: 81px !important;
}

.p-t-81 {
  padding-top: 81px !important;
}

.p-r-81 {
  padding-right: 81px !important;
}

.p-b-81 {
  padding-bottom: 81px !important;
}

.mx-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

.my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.m-l-81 {
  margin-left: 81px !important;
}

.m-t-81 {
  margin-top: 81px !important;
}

.m-r-81 {
  margin-right: 81px !important;
}

.m-b-81 {
  margin-bottom: 81px !important;
}

.px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

.p-l-82 {
  padding-left: 82px !important;
}

.p-t-82 {
  padding-top: 82px !important;
}

.p-r-82 {
  padding-right: 82px !important;
}

.p-b-82 {
  padding-bottom: 82px !important;
}

.mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.m-l-82 {
  margin-left: 82px !important;
}

.m-t-82 {
  margin-top: 82px !important;
}

.m-r-82 {
  margin-right: 82px !important;
}

.m-b-82 {
  margin-bottom: 82px !important;
}

.px-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

.py-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}

.p-l-83 {
  padding-left: 83px !important;
}

.p-t-83 {
  padding-top: 83px !important;
}

.p-r-83 {
  padding-right: 83px !important;
}

.p-b-83 {
  padding-bottom: 83px !important;
}

.mx-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

.my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.m-l-83 {
  margin-left: 83px !important;
}

.m-t-83 {
  margin-top: 83px !important;
}

.m-r-83 {
  margin-right: 83px !important;
}

.m-b-83 {
  margin-bottom: 83px !important;
}

.px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.p-l-84 {
  padding-left: 84px !important;
}

.p-t-84 {
  padding-top: 84px !important;
}

.p-r-84 {
  padding-right: 84px !important;
}

.p-b-84 {
  padding-bottom: 84px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.m-l-84 {
  margin-left: 84px !important;
}

.m-t-84 {
  margin-top: 84px !important;
}

.m-r-84 {
  margin-right: 84px !important;
}

.m-b-84 {
  margin-bottom: 84px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

.py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}

.p-l-86 {
  padding-left: 86px !important;
}

.p-t-86 {
  padding-top: 86px !important;
}

.p-r-86 {
  padding-right: 86px !important;
}

.p-b-86 {
  padding-bottom: 86px !important;
}

.mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.m-l-86 {
  margin-left: 86px !important;
}

.m-t-86 {
  margin-top: 86px !important;
}

.m-r-86 {
  margin-right: 86px !important;
}

.m-b-86 {
  margin-bottom: 86px !important;
}

.px-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

.py-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.p-l-87 {
  padding-left: 87px !important;
}

.p-t-87 {
  padding-top: 87px !important;
}

.p-r-87 {
  padding-right: 87px !important;
}

.p-b-87 {
  padding-bottom: 87px !important;
}

.mx-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

.my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.m-l-87 {
  margin-left: 87px !important;
}

.m-t-87 {
  margin-top: 87px !important;
}

.m-r-87 {
  margin-right: 87px !important;
}

.m-b-87 {
  margin-bottom: 87px !important;
}

.px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.p-l-88 {
  padding-left: 88px !important;
}

.p-t-88 {
  padding-top: 88px !important;
}

.p-r-88 {
  padding-right: 88px !important;
}

.p-b-88 {
  padding-bottom: 88px !important;
}

.mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.m-l-88 {
  margin-left: 88px !important;
}

.m-t-88 {
  margin-top: 88px !important;
}

.m-r-88 {
  margin-right: 88px !important;
}

.m-b-88 {
  margin-bottom: 88px !important;
}

.px-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

.py-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}

.p-l-89 {
  padding-left: 89px !important;
}

.p-t-89 {
  padding-top: 89px !important;
}

.p-r-89 {
  padding-right: 89px !important;
}

.p-b-89 {
  padding-bottom: 89px !important;
}

.mx-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

.my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.m-l-89 {
  margin-left: 89px !important;
}

.m-t-89 {
  margin-top: 89px !important;
}

.m-r-89 {
  margin-right: 89px !important;
}

.m-b-89 {
  margin-bottom: 89px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.px-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

.py-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}

.p-l-91 {
  padding-left: 91px !important;
}

.p-t-91 {
  padding-top: 91px !important;
}

.p-r-91 {
  padding-right: 91px !important;
}

.p-b-91 {
  padding-bottom: 91px !important;
}

.mx-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

.my-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

.m-l-91 {
  margin-left: 91px !important;
}

.m-t-91 {
  margin-top: 91px !important;
}

.m-r-91 {
  margin-right: 91px !important;
}

.m-b-91 {
  margin-bottom: 91px !important;
}

.px-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.p-l-92 {
  padding-left: 92px !important;
}

.p-t-92 {
  padding-top: 92px !important;
}

.p-r-92 {
  padding-right: 92px !important;
}

.p-b-92 {
  padding-bottom: 92px !important;
}

.mx-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.m-l-92 {
  margin-left: 92px !important;
}

.m-t-92 {
  margin-top: 92px !important;
}

.m-r-92 {
  margin-right: 92px !important;
}

.m-b-92 {
  margin-bottom: 92px !important;
}

.px-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

.py-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}

.p-l-93 {
  padding-left: 93px !important;
}

.p-t-93 {
  padding-top: 93px !important;
}

.p-r-93 {
  padding-right: 93px !important;
}

.p-b-93 {
  padding-bottom: 93px !important;
}

.mx-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

.my-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

.m-l-93 {
  margin-left: 93px !important;
}

.m-t-93 {
  margin-top: 93px !important;
}

.m-r-93 {
  margin-right: 93px !important;
}

.m-b-93 {
  margin-bottom: 93px !important;
}

.px-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

.py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}

.p-l-94 {
  padding-left: 94px !important;
}

.p-t-94 {
  padding-top: 94px !important;
}

.p-r-94 {
  padding-right: 94px !important;
}

.p-b-94 {
  padding-bottom: 94px !important;
}

.mx-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

.my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.m-l-94 {
  margin-left: 94px !important;
}

.m-t-94 {
  margin-top: 94px !important;
}

.m-r-94 {
  margin-right: 94px !important;
}

.m-b-94 {
  margin-bottom: 94px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.p-l-96 {
  padding-left: 96px !important;
}

.p-t-96 {
  padding-top: 96px !important;
}

.p-r-96 {
  padding-right: 96px !important;
}

.p-b-96 {
  padding-bottom: 96px !important;
}

.mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.m-l-96 {
  margin-left: 96px !important;
}

.m-t-96 {
  margin-top: 96px !important;
}

.m-r-96 {
  margin-right: 96px !important;
}

.m-b-96 {
  margin-bottom: 96px !important;
}

.px-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

.py-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}

.p-l-97 {
  padding-left: 97px !important;
}

.p-t-97 {
  padding-top: 97px !important;
}

.p-r-97 {
  padding-right: 97px !important;
}

.p-b-97 {
  padding-bottom: 97px !important;
}

.mx-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

.my-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

.m-l-97 {
  margin-left: 97px !important;
}

.m-t-97 {
  margin-top: 97px !important;
}

.m-r-97 {
  margin-right: 97px !important;
}

.m-b-97 {
  margin-bottom: 97px !important;
}

.px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

.py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}

.p-l-98 {
  padding-left: 98px !important;
}

.p-t-98 {
  padding-top: 98px !important;
}

.p-r-98 {
  padding-right: 98px !important;
}

.p-b-98 {
  padding-bottom: 98px !important;
}

.mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.m-l-98 {
  margin-left: 98px !important;
}

.m-t-98 {
  margin-top: 98px !important;
}

.m-r-98 {
  margin-right: 98px !important;
}

.m-b-98 {
  margin-bottom: 98px !important;
}

.px-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

.py-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}

.p-l-99 {
  padding-left: 99px !important;
}

.p-t-99 {
  padding-top: 99px !important;
}

.p-r-99 {
  padding-right: 99px !important;
}

.p-b-99 {
  padding-bottom: 99px !important;
}

.mx-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

.my-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

.m-l-99 {
  margin-left: 99px !important;
}

.m-t-99 {
  margin-top: 99px !important;
}

.m-r-99 {
  margin-right: 99px !important;
}

.m-b-99 {
  margin-bottom: 99px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}
/*
========================================================================
    HEADER
========================================================================
*/
header .header-wrapper {
  background-color: white
}

header .header-wrapper .header-wrapper-desktop .header {
  border-bottom: 5px solid #5262ad;


 /* -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);*/
}

header .header-wrapper .header-wrapper-desktop .header .main-header {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header .main-header .main-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-wrapper .header-wrapper-desktop .header .main-header .main-header-container .header-logo {
  margin-right: 20px;
  margin-top: 7px;
  padding-top:15px;
}

header .header-wrapper .header-wrapper-desktop .header.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}

header .header-wrapper .header-wrapper-desktop .header.header__fixed .header-navbar .navbar-menu > li > a {
  line-height: 80px;
}

header .header-wrapper .header-wrapper-desktop .header.header__fixed .header-navbar .navbar-menu > li > .sub-menu {
  top: 77px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 {
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .main-header .main-header-container {
  height: 101px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .main-header .main-header-container .header-button .header-line {
  margin-right: 27px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header {
  border-top: 1px solid #f0f0f0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header .sub-header-container {
  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;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header .sub-header-container .header-navbar .navbar-menu > li > a {
  line-height: 55px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header .sub-header-container .header-navbar .navbar-menu > li > .sub-menu {
  top: 52px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header .sub-header-container .header-button {
  margin-left: auto;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1 .sub-header .sub-header-container .header-button .header-search {
  margin-left: 0;
  padding-right: 15px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-1.header__fixed .main-header {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  display: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 {
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .main-header .main-header-container {
  height: 101px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .main-header .main-header-container .header-button .header-line {
  margin-right: 27px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header {
  border-top: 1px solid #f0f0f0;
  background-color: #6ec037;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container {
  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;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-navbar .navbar-menu > li.active > a {
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-navbar .navbar-menu > li > a {
  line-height: 55px;
  color: #b5ccff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-navbar .navbar-menu > li > a:hover {
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-navbar .navbar-menu > li > .sub-menu {
  top: 52px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-button {
  margin-left: auto;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-button .header-search {
  margin-left: 0;
  padding-right: 15px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-button .header-search span {
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2 .sub-header .sub-header-container .header-button .header-search span:hover {
  color: #333;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2.header__fixed .main-header {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  display: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-2.header__fixed .sub-header {
  border-top: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-3 .main-header .main-header-container .header-info {
 
}

header .header-wrapper .header-wrapper-desktop .header.header-style-3 .main-header .main-header-container .header-button .header-line {
  margin-right: 30px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-3 .main-header .main-header-container .header-navbar {
  margin-right: auto;
  margin-left:25px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-left {
  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;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-top,
header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-top {
  height: 60px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-bottom {
  margin-bottom: 3px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar .navbar-menu {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar .navbar-menu > li > a {
  line-height: 52px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar .navbar-menu > li > .sub-menu {
  top: 52px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-button .header-line {
  margin-right: 27px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-button .social-media {
  margin-top: 5px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-right-top,
header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-right-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-navbar .navbar-menu > li > a {
  line-height: 70px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-navbar .navbar-menu > li > .sub-menu {
  top: 70px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-right-bottom {
  margin: 0 auto;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-info {
  display: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-4.header__fixed .main-header .header-right .header-line {
  display: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-left {
  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;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-right-top,
header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-right-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-right-top {
  height: 60px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-right-bottom {
  margin-bottom: 3px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar .navbar-menu {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar .navbar-menu > li.active {
  color: #6ec037;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar .navbar-menu > li > a {
  line-height: 52px;
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar .navbar-menu > li > a:hover {
  color: #6ec037;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-navbar .navbar-menu > li > .sub-menu {
  top: 52px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-button .header-line {
  margin-right: 27px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-button .social-media {
  margin-top: 5px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-button .social-media ul li a {
  background-color: transparent;
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-button .social-media ul li a:hover {
  background-color: #6ec037;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-info .header-info-item {
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5 .main-header .header-right .header-info .header-info-item i {
  color: #fff;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed {
  -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.05);
  background-color: #333;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-right-top,
header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-right-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-navbar .navbar-menu > li > a {
  line-height: 70px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-navbar .navbar-menu > li > .sub-menu {
  top: 70px;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-right-bottom {
  margin: 0 auto;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-info {
  display: none;
}

header .header-wrapper .header-wrapper-desktop .header.header-style-5.header__fixed .main-header .header-right .header-line {
  display: none;
}

header .header-wrapper .header-wrapper-mobile {
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.1);
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button {
  position: relative;
  width: 36px;
  height: 36px;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 6px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -moz-transition: transform 0.15s ease, -moz-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
  line-height: 1;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:before, header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -moz-transition: transform 0.15s ease, -moz-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:before {
  top: -6px;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:after {
  top: 6px;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box.active .hamburger__inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box.active .hamburger__inner:after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-90deg);
  -moz-transform: translate3d(0, -6px, 0) rotate(-90deg);
  transform: translate3d(0, -6px, 0) rotate(-90deg);
}

header .header-wrapper .header-wrapper-mobile .header-mobile__bar .header-mobile__button .humburger-box.active .hamburger__inner:before {
  opacity: 0;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar {
  display: none;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul {
  padding-bottom: 10px;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li {
  position: relative;
  border-top: 1px solid #ccc;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li:first-child {
  border-top: none;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li.active li {
  border-top: 1px solid #ccc;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li.active > a {
  color: #6ec037;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li.active > a span {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  text-align:right;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li a:hover {
  color: #0e3a6b;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li a span {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-width: 0 0 1px 1px;
  border-color: #333;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

header .header-wrapper .header-wrapper-mobile .header-mobile__navbar > ul li .sub-menu {
  padding-left: 20px;
  display: none;
}

header .header-wrapper .header-wrapper-mobile.mobile-style-2 {
  background-color: #333;
}

header .header-wrapper .header-wrapper-mobile.mobile-style-2 .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner {
  background-color: #fff;
}

header .header-wrapper .header-wrapper-mobile.mobile-style-2 .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:after, header .header-wrapper .header-wrapper-mobile.mobile-style-2 .header-mobile__bar .header-mobile__button .humburger-box .hamburger__inner:before {
  background-color: #fff;
}

header .header-wrapper .header-wrapper-mobile.mobile-style-2 .header-mobile__navbar > ul li a {
  color: #fff;
}

header .header-wrapper .header-wrapper-mobile.mobile-style-2 .header-mobile__navbar > ul li a span {
  border-color: #fff;
}

.header-navbar .navbar-menu > li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.header-navbar .navbar-menu > li:first-child {
  padding-left: 0;
}

.header-navbar .navbar-menu > li:last-child {
  padding-right: 0;
}

.header-navbar .navbar-menu > li:hover > a {
  color: white;
}


.header-navbar .navbar-menu > li > a {
  background: #5262ad;
    border-radius: 5px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  line-height: 115px;
  font-size: 12px;
  font-family:beinarnormal !important;
    font-weight: 800;
}

.header-navbar .navbar-menu > li > a:hover {
  color: white;
  background: linear-gradient(to bottom, #262366 0%,#516bb2 100%);
}

.header-navbar .navbar-menu > li .sub-menu {
  display: none;
  position: absolute;
  width: 260px;
  border-top: 3px solid #516bb2;
  z-index: 999;
}

.header-navbar .navbar-menu > li .sub-menu li {
  background-color: #516bb2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  text-align:right;
}

.header-navbar .navbar-menu > li .sub-menu li:last-child {
  border: none;
}

.header-navbar .navbar-menu > li .sub-menu li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  -webkit-transition: all .35s linear;
  -o-transition: all .35s linear;
  -moz-transition: all .35s linear;
  transition: all .35s linear;
}

.header-navbar .navbar-menu > li .sub-menu li a:hover {
  background-color:  #5262ad;
}

.header-navbar .navbar-menu > li > .sub-menu {
  top: 112px;
 right: 0;
}

.header-navbar .navbar-menu > li > .sub-menu .sub-menu {
  left: 261px;
  top: -3px;
}

.header-button {
  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;
}

.header-button span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2222222222;
 background:#5262ad;
    border-radius: 5px;
   text-align: center;
    color: #fff;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
  
    padding:7px 15px 7px 15px;
   
}

.header-button span:hover {
    color: white;
  background: linear-gradient(to bottom, #262366 0%,#516bb2 100%);
}

.header-button .header-line {
  color:black;
  margin-left: 25px;
  line-height: 1;
}

.header-button .header-search {
  margin-top: 3px;
  margin-left: 31px;
}

.header-button .header-bar {
  margin-left: 25px;
  margin-right: 15px;
  font-size: 24px;
  line-height: 0.9166666667;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info .header-info-item {
  line-height: 1.4666666667;
  color:black;font-weight:600;
  margin-right: 45px;
  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;
}

.header-info .header-info-item:last-child {
  margin-right: 0;
}

.header-info .header-info-item i {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: white;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.2222222222;
}

.header-info .header-info-item i.fa-phone {
  margin-top: 3px;
  font-size: 20px;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-top {
    height: 50px;
  }
  header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-right-bottom {
    margin-bottom: 0;
  }
  header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar .navbar-menu > li > a {
    line-height: 40px;
  }
  header .header-wrapper .header-wrapper-desktop .header.header-style-4 .main-header .header-right .header-navbar .navbar-menu > li > .sub-menu {
    top: 40px;
  }
}

/*
========================================================================
    FOOTER
========================================================================
*/

footer .footer-wrapper {
  background-color:#5262ad
}

footer .footer-wrapper .footer-style-1 .footer-item:first-child {
  padding-right: 15px;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.6;
  font-weight: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-content {
  padding-top: 30px;
  padding-bottom: 13px;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-content p {
  font-size: 15px;
  line-height: 1.6923076923;
  color: white;
  margin-bottom: 11px;
  text-align:right;
  font-family:beinarnormal !important;
}

footer .footer-wrapper .footer-style-1 .footer-item .list-style li a {
  font-size: 16px;
  line-height: 2.6153846154;
  color: #ccc;
  font-family:beinarnormal !important;
}

footer .footer-wrapper .footer-style-1 .footer-item .list-style li a:hover {
  color: #fff;
}

footer .footer-wrapper .footer-style-1 .footer-item .list-style li:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-form input {
  height: 40px;
  border: none;
  display: block;
  max-width: 100%;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-form input[type=text] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.2962962963%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.2962962963%;
  flex: 0 0 66.2962962963%;
  width: 66.2962962963%;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ccc;
  font-size: 15px;
  line-height: 1.8666666667;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-form input[type=submit] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.7037037037%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.7037037037%;
  flex: 0 0 33.7037037037%;
  width: 33.7037037037%;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  padding: 0;
  background-color: #6ec037;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

footer .footer-wrapper .footer-style-1 .footer-item .footer-form input[type=submit]:hover {
  background-color: #fff;
  color: #6ec037;
}

footer .footer-wrapper .footer-style-1 .sub-footer {
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.6923076923;
  color: #999;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer .footer-wrapper .footer-style-1 .sub-footer p {
  margin-bottom: 0;
  font-size:17px;
  color:White;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item {
  padding-top: 13px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-title {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content {
  padding-top: 13px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content p {
  color: #999;
  line-height: 1.6923076923;
  font-size: 13px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment {
  margin-top: 24px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment:first-child {
  margin-top: 0;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-author {
  font-size: 13px;
  line-height: 1.6923076923;
  color: #ccc;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-author:hover {
  color: #fff;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-content p {
  margin-bottom: 18px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-content p a {
  color: #ccc;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-content p a:hover {
  color: #fff;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .twitter-comment .twitter-comment-body .comment-time {
  color: #555;
  font-size: 13px;
  line-height: 1.9230769231;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .footer-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .footer-gallery .gallery-item {
  padding: 5px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .list-info li {
  font-size: 13px;
  line-height: 1.6923076923;
  color: #999;
  padding-left: 24px;
  position: relative;
  margin-bottom: 14px;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .list-info li:last-child {
  margin-bottom: 0;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .list-info li i {
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 1.375;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content .list-info li i.fa-envelope {
  font-size: 13px;
  line-height: 1.6923076923;
}

footer .footer-wrapper .footer-style-2 .main-footer .footer-item .footer-content.bg-map {
  background-image: url(../images/icon/map.png);
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .footer-wrapper .footer-style-2 .sub-footer {
  background-color: #111111;
}

footer .footer-wrapper .footer-style-2 .sub-footer .sub-footer-container {
  height: 47px;
  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;
}

footer .footer-wrapper .footer-style-2 .sub-footer .sub-footer-container .sub-footer-text {
  margin-left: auto;
}

footer .footer-wrapper .footer-style-2 .sub-footer .sub-footer-container .sub-footer-text p {
  color: #999;
  line-height: 1.4666666667;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-form input[type=submit] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  
  
        p.all-lang
      {
          margin-left:400px !important;
          }
          
  .footer-form input[type=text] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  
   .su1
  {
   margin-right:0px  !important;
      }
      
   .su2
  {
   margin-right:0px  !important;
      }
      
      
      
      
      header .header-wrapper .header-wrapper-desktop .header .main-header .main-header-container .header-logo {
  margin-right: 0px;
  margin-top: 0px;
  padding-top:0px;
  width:100px;
}


header .header-wrapper .header-wrapper-desktop .header.header-style-3 .main-header .main-header-container .header-navbar {
     margin-right: 0px; 
    margin-left: 20px;
}




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-form input[type=submit] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .footer-form input[type=text] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
        p.all-lang
      {
          margin-left:300px !important;
          }
  
    .su1
  {
   margin-right:0px  !important;
      }
      
   .su2
  {
   margin-right:0px  !important;
      }
}

@media only screen and (max-width: 575px) {
  .footer-wrapper .footer-style-2 .sub-footer .sub-footer-container {
    padding: 20px 0;
    height: auto !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer-wrapper .footer-style-2 .sub-footer .sub-footer-container .sub-footer-text {
    margin-top: 15px;
  }
  .footer-form {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-form input[type=submit] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .footer-form input[type=text] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  
   .su1
  {margin-left:0px !important;
   margin-right:0px  !important;
      }
      
      .su2
  {
   margin-right:0px  !important;
      }
      
      
      
      
      p.all-lang
      {
          margin-left:0px !important;
          }
          
          
          
          
         .rev_slider_wrapper
          {}
          
          
          
           .rev_slider .slide-heading
        {font-size:15px !important;
         font-weight:700;
         color:White;
            
            }
}

/*
========================================================================
    ABOUT
========================================================================
*/



  p.all-lang
      {
          margin-left:500px ;
          }



.play-video {
  display: none;
  width: 100%;
  height: 100%;
}

.play-video iframe {
  width: 100%;
  height: 100%;
}

.about {
  width: 100%;
}

.about .about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about .about-container .about-video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

.about .about-container .about-video .video-thumbnail {
  overflow: hidden;
}

.about .about-container .about-video .video-thumbnail img {
  width: auto;
}

.about .about-container .about-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about .about-container .about-video .video-play a {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.about .about-container .about-video .video-play a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
}

.about .about-container .about-video .video-play a:hover {
  border-color: #6ec037;
  color: #6ec037;
}

.about .about-container .about-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about .about-container .about-content .about-content-container {
  width: 586px;
  padding-left: 75px;
}

.about .about-container .about-content .about-content-container .about-content-text p {
  line-height: 1.6666666667;
  margin-bottom: 10px;
}

.about .about-container .about-content .about-content-container .about-content-text.style-1 {
  color: #e5e5e5;
}

.about .about-container .about-content .about-content-container .about-content-text.style-1 .about-list {
  color: #e5e5e5;
}

.about .about-container .about-content .about-content-container .about-content-text.style-1 .about-list li {
  line-height: 2;
}

.about .about-container .about-content .about-content-container .about-content-text.style-1 .about-list li i {
  margin-right: 8px;
}

.about .about-container .about-content .about-content-container .about-content-text.style-1 .about-readmore {
  margin-top: 31px;
}

.about.ltr .about-container .about-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about.ltr .about-container .about-content .about-content-container {
  margin-left: auto;
  padding-left: 0;
  padding-right: 85px;
}

.about.about-style-1 .about-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about.about-style-1 .about-container .about-video {
  padding-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35.0649350649%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 35.0649350649%;
  flex: 0 0 35.0649350649%;
}

.about.about-style-1 .about-container .about-video .video-thumbnail img {
  width: 100%;
}

.about.about-style-1 .about-container .about-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.9350649351%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 64.9350649351%;
  flex: 0 0 64.9350649351%;
}

.about.about-style-1 .about-container .about-content .about-content-container {
  width: 100%;
  padding-left: 30px;
}

.about.about-style-2 .about-container .about-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.about.about-style-2 .about-container .about-content p {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  font-family:beinarnormal !important;
}

.about.about-style-2 .about-container .about-content .about-readmore {
  margin-top: 30px;
}

.about.about-style-2 .about-container .about-video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.about.about-style-2 .about-container .about-video .video-thumbnail img {
  width: 100%;
}

.about-list li {
  line-height: 2;
}

.about-list li i {
  margin-right: 8px;
}

.about-readmore.style-1 a {
  background-color: #6ec037;
  color: #fff;
}

.about-readmore.style-1 a:hover {
  background-color: #333;
}

.about-readmore a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 118px;
  height: 40px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #6ec037;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.about-readmore a:hover {
  color: #fff;
  background-color: #333;
}

.about-us {
  height: 590px;
  padding-top: 70px;
  text-align: center;
  position: relative;
}

.about-us .title {
  padding: 0 50px;
}

.about-us .title h2 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}

.about-us .title p {
  color: #888;
  font-size: 20px;
  line-height: 1.6;
}

.about-us .video {
  position: absolute;
  width: 100%;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 404px;
  overflow: hidden;
}

.about-us .video .video-image-thumbnail img {
  width: auto;
}

.about-us .video .video-play a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #333;
  border: none;
  font-size: 26px;
  line-height: 1.2307692308;
}

.about-us .video .video-play a:hover {
  color: #fff;
  background-color: #6ec037;
}

.about-us .video .play-video {
  width: 100%;
  height: 100%;
}

.about-us .video .play-video iframe {
  width: 100%;
  height: 100%;
}

.choose-reason {
  padding-top: 65px;
}

.choose-reason h6 {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .about .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .about-container .about-video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .about .about-container .about-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .about .about-container .about-content .about-content-container {
    width: 100%;
    padding-left: 75px !important;
    padding-right: 85px;
  }
  .about.about-style-1 .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about.about-style-1 .about-container .about-video {
    padding-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35.0649350649%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35.0649350649%;
    flex: 0 0 35.0649350649%;
  }
  .about.about-style-1 .about-container .about-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.9350649351%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 64.9350649351%;
    flex: 0 0 64.9350649351%;
  }
  .about.about-style-1 .about-container .about-content .about-content-container {
    padding-left: 30px !important;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .about-container .about-video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .about .about-container .about-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .about .about-container .about-content .about-content-container {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px;
  }
}

@media screen and (max-width: 576px) {
  .about .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .about-container .about-video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about .about-container .about-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about .about-container .about-content .about-content-container {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about.about-style-1 .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about.about-style-1 .about-container .about-video {
    padding-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about.about-style-1 .about-container .about-content {
    padding-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about.about-style-1 .about-container .about-content .about-content-container {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us .title {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us {
    height: 500px;
  }
  .about-us .title {
    padding: 0;
  }
  .about-us .video {
    width: 100%;
    height: auto;
  }
  .about-us .video .video-image-thumbnail img {
    width: 100%;
  }
  .about-us .video .play-video iframe {
    min-height: 280px;
  }
  .choose-reason {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us {
    height: 500px;
  }
  .about-us .title {
    padding: 0;
  }
  .about-us .video {
    width: 100%;
    height: auto;
  }
  .about-us .video .video-image-thumbnail img {
    width: 100%;
  }
  .about-us .video .video-play a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .choose-reason {
    padding-top: 30px;
  }
}

.btn {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 170px;
  background-color: #6ec037;
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  border: none;
  margin: 0;
  text-transform: unset;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
}

.btn i {
  margin-right: 5px;
}

.btn:hover {
  color: #fff !important;
  background-color: #333 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.bordered {
  border: 2px solid #ccc;
}

.btn.bordered:hover {
  border-color: #333;
}

.btn.round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn.rounded {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}

.btn.btn-bgwhite {
  background-color: #fff !important;
  color: #999 !important;
}

.btn.btn-bgwhite:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bgblue {
  background-color: #6ec037 !important;
  color: #fff !important;
}

.btn.btn-bgblue:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bggreen {
  background-color: #4caf50 !important;
  color: #fff !important;
}

.btn.btn-bggreen:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bgorange {
  background-color: #ff9800 !important;
  color: #fff !important;
}

.btn.btn-bgorange:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bgred {
  background-color: #f44336 !important;
  color: #fff !important;
}

.btn.btn-bgred:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bgyellow {
  background-color: #ffeb3b !important;
  color: #333 !important;
}

.btn.btn-bgyellow:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bgblack {
  background-color: #555 !important;
  color: #fff !important;
}

.btn.btn-bgblack:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-bggray {
  background-color: #e5e5e5 !important;
  color: #555 !important;
}

.btn.btn-bggray:hover {
  color: #fff !important;
  background-color: #333 !important;
}

.btn.btn-small {
  width: 140px;
  height: 40px;
  font-size: 13px;
  line-height: 0.9230769231;
}

.list-button a:nth-child(even) {
  margin-right: 0;
}

/*
========================================================================
    HIRE US
========================================================================
*/

.hire-us .hire-us-container {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hire-us .hire-us-container .hire-us-text {
  color: #fff;
  font-weight: bold;
}

.hire-us .hire-us-container .hire-us-text p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family:beinarnormal !important;
}

.hire-us .hire-us-container .hire-us-text p span {
  font-size: 30px;
  line-height: 1;
}

.hire-us .hire-us-container .hire-us-button {
  margin-left: auto;
}

.hire-us .hire-us-container .hire-us-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 2px solid #fff;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.hire-us .hire-us-container .hire-us-button a:hover {
  background-color: #333;
}

.hire-us.hire-us-style-1 .hire-us-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-text p {
  font-size: 20px;
  line-height: 1.5;
  color: #555;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-text p span {
  font-size: 20px;
  line-height: 1.5;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-button {
  margin-left: 0px;
  margin-top: 20px;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-button a {
  background-color: #6ec037;
  border: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.hire-us.hire-us-style-1 .hire-us-container .hire-us-button a:hover {
  background-color: #333;
}

.hire-us.hire-us-style-2 .hire-us-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hire-us.hire-us-style-2 .hire-us-container .hire-us-button {
  margin-left: 75px;
}

.hire-us.hire-us-style-2 .hire-us-container .hire-us-button a {
  border: none;
  background-color: #6ec037;
}

.hire-us.hire-us-style-2 .hire-us-container .hire-us-button a:hover {
  background-color: #333;
}

.hire-us.hire-us-style-2 .hire-us-container .hire-us-button .style-2 {
  border: 2px solid #fff;
}

.hire-us.hire-us-style-2 .hire-us-container .hire-us-button .style-2:hover {
  border-color: #333;
}

.hire-us.hire-us-style-3 .hire-us-container {
  height: 389px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hire-us.hire-us-style-3 .hire-us-container .hire-us-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.hire-us.hire-us-style-3 .hire-us-container .hire-us-button {
  margin-top: 45px;
  margin-left: unset;
}

.hire-us.hire-us-style-3 .hire-us-container .hire-us-button a {
  width: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hire-us.hire-us-style-1 .hire-us-image img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hire-us .hire-us-container {
    padding: 30px 0;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .hire-us .hire-us-container .hire-us-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hire-us .hire-us-container .hire-us-button {
    margin-right: auto;
    margin-top: 30px;
  }
  .hire-us.hire-us-style-1 {
    padding: 70px 0 50px;
  }
  .hire-us.hire-us-style-1 .hire-us-image {
    display: none;
  }
  .hire-us.hire-us-style-2 .hire-us-container .hire-us-button {
    margin-left: auto;
  }
  .hire-us.hire-us-style-3 .hire-us-container .hire-us-button {
    margin-top: 38px;
    margin-right: unset;
  }
}

@media only screen and (max-width: 575px) {
  .hire-us .hire-us-container {
    padding: 30px 0 40px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .hire-us .hire-us-container .hire-us-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hire-us .hire-us-container .hire-us-button {
    margin-right: auto;
    margin-top: 30px;
  }
  .hire-us .hire-us-container .hire-us-button a {
    width: 120px;
    height: 40px;
  }
  .hire-us.hire-us-style-1 {
    padding: 70px 0 50px;
  }
  .hire-us.hire-us-style-1 .hire-us-image {
    display: none;
  }
  .hire-us.hire-us-style-2 .hire-us-container .hire-us-button {
    margin-left: auto;
  }
  .hire-us.hire-us-style-3 .hire-us-container .hire-us-button {
    margin-top: 38px;
    margin-right: unset;
  }
}

/*
========================================================================
    NEWSLETTER
========================================================================
*/

.newsletter .newsletter-container {
  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;
}

.newsletter .newsletter-container .newsletter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

.newsletter .newsletter-container .newsletter-content .newsletter-content-title {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #f8f8f8;
  text-transform: uppercase;
  margin-bottom: 0;
}

.newsletter .newsletter-container .newsletter-content p {
  color: #e5e5e5;
  line-height: 1.6;
  margin-bottom: 0;
}

.newsletter .newsletter-container .newsletter-form {
  padding-right: 56px;
}

.newsletter .newsletter-container .newsletter-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .newsletter-container .newsletter-form form .form-group {
  padding: 15px 0;
  margin-bottom: 0;
}

.newsletter .newsletter-container .newsletter-form form .form-group input {
  height: 50px;
  width: 270px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 0 20px;
  color: #999;
  line-height: 1.4666666667;
}

.newsletter .newsletter-container .newsletter-form form .form-group button {
  display: block;
  height: 50px;
  width: 160px;
  border: none;
  background-color: #555;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  line-height: 1.4;
}

.newsletter .newsletter-container .newsletter-form form .form-group button i {
  margin-right: 5px;
}

.newsletter .newsletter-container .newsletter-form form .form-group button:hover {
  background-color: #333;
}

.newsletter .newsletter-container .newsletter-form form > * {
  margin-right: 20px;
}

.newsletter .newsletter-container .newsletter-form form > *:last-child {
  margin-right: 0;
}

.newsletter.newsletter-style-1 .newsletter-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter.newsletter-style-1 .newsletter-container .newsletter-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.newsletter.newsletter-style-1 .newsletter-container .newsletter-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.newsletter.newsletter-style-1 .newsletter-container .newsletter-form form {
  padding-right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter .newsletter-container .newsletter-content {
    padding-left: 0;
  }
  .newsletter .newsletter-container .newsletter-content .newsletter-content-title {
    white-space: nowrap;
  }
  .newsletter .newsletter-container .newsletter-form {
    padding-right: 0;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group {
    margin-right: 10px;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group:last-child {
    margin-right: 0;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group input {
    width: 240px;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group button {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter .newsletter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content .newsletter-content-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .newsletter .newsletter-container .newsletter-form {
    padding-right: 0;
    margin-top: 20px;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group {
    margin-right: 10px;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group:last-child {
    margin-right: 0;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group input {
    width: 240px;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group button {
    width: 140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter {
    padding: 20px 0;
  }
  .newsletter .newsletter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content .newsletter-content-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .newsletter .newsletter-container .newsletter-form {
    padding-right: 0;
    margin-top: 20px;
  }
  .newsletter .newsletter-container .newsletter-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group input {
    width: 100%;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group button {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter {
    padding: 20px 0;
  }
  .newsletter .newsletter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter .newsletter-container .newsletter-content .newsletter-content-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .newsletter .newsletter-container .newsletter-form {
    padding-right: 0;
    margin-top: 20px;
  }
  .newsletter .newsletter-container .newsletter-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group input {
    width: 100%;
  }
  .newsletter .newsletter-container .newsletter-form form .form-group button {
    margin-right: auto;
    margin-left: auto;
  }
  .newsletter.newsletter-style-1 .newsletter-container .newsletter-form form > * {
    margin-right: 0;
  }
}

/*
========================================================================
    PROJECT
========================================================================
*/

.project .project-container {
  position: relative;
  cursor: pointer;
}

.project .project-container .project-image img {
  width: 100%;
}

.project .project-container .project-content {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#5262ad;
  padding: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.project .project-container .project-content .project-content-body {
  text-align: center;
}

.project .project-container .project-content .project-content-body .project-title {
  display: inline-block;
  color: #e5e5e5;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-bottom: 10px;
}

.project .project-container .project-content .project-content-body .project-title:hover {
  color: #fff;
}

.project .project-container .project-content .project-content-body .project-label {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}

.project .project-container .project-content .project-content-body .project-label a {
  color: #ccc;
  font-size: 13px;
  line-height: 1.6923076923;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.project .project-container .project-content .project-content-body .project-label a::before {
  content: ' , ';
}

.project .project-container .project-content .project-content-body .project-label a:first-child:before {
  content: '';
}

.project .project-container .project-content .project-content-body .project-label a:hover {
  color: #fff;
}

.project .project-container:hover .project-content {
  opacity: 1;
  visibility: visible;
}

.project .project-container:hover .project-content .project-content-body .project-title,
.project .project-container:hover .project-content .project-content-body .project-label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.list-project {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-project .project {
  width: 25%;
}

.list-project .project-intro {
  width: 25%;
  padding: 20px 20px 20px 35px;
  color: #f2f2f2;
}

.list-project .project-intro p {
  margin-bottom: 0;
}

.project-detail .project-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.project-detail .project-detail-container .project-detail-image {
  width: 73.2478632479%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.2478632479%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 73.2478632479%;
  flex: 0 0 73.2478632479%;
}

.project-detail .project-detail-container .project-detail-image .owl-carousel {
  width: 100%;
}

.project-detail .project-detail-container .project-detail-image img {
  width: 100%;
}

.project-detail .project-detail-container .project-detail-content {
  padding-left: 40px;
}

.project-detail .project-detail-container .project-detail-content .title {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-detail .project-detail-container .project-detail-content .description p {
  font-size: 15px;
  line-height: 1.6666666667;
}

.project-detail .project-detail-container .project-detail-content .project-info {
  margin-top: 28px;
  width: 100%;
}

.project-detail .project-detail-container .project-detail-content .project-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.project-detail .project-detail-container .project-detail-content .project-info li span {
  font-size: 13px;
  line-height: 1.6923076923;
  color: #666;
}

.project-detail .project-detail-container .project-detail-content .project-info li span:first-child {
  color: #333;
  width: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-project .project, .list-project .project-intro {
    width: 33.3333333333%;
  }
  .list-project .project-intro {
    padding: 15px 15px 0;
  }
  .list-project .project-intro .title-border {
    margin-bottom: 15px !important;
  }
  .project-detail .project-detail-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-detail .project-detail-container .project-detail-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .project-detail .project-detail-container .project-detail-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .list-project .project, .list-project .project-intro {
    width: 50%;
  }
  .list-project .project-intro {
    padding: 15px;
  }
  .project-detail .project-detail-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-detail .project-detail-container .project-detail-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .project-detail .project-detail-container .project-detail-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .list-project .project, .list-project .project-intro {
    width: 100%;
  }
  .list-project .project-intro {
    padding: 25px 20px;
  }
  .project-detail .project-detail-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-detail .project-detail-container .project-detail-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .project-detail .project-detail-container .project-detail-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/*
========================================================================
    BLOG
========================================================================
*/

.blog {
  padding: 20px 0;
}

.blog .blog-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .blog-container .blog-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 35.0877192982%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 35.0877192982%;
  flex: 1 0 35.0877192982%;
}

.blog .blog-container .blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
}

.blog .blog-container .blog-content .blog-content-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #363636;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  margin-bottom: 12px;
  text-align:right;
}


.blog .blog-container .blog-content .blog-content-title:hover {
  color: #333;
}

.blog .blog-container .blog-content .blog-content-text {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 18px;
  color:black;
  font-family:beinarnormal !important;
  
}

.blog.blog-style-1 {
  margin-left: -15px;
  padding-bottom: 25px;
}

.blog.blog-style-1 .blog-container {
  padding: 0 15px;
}

.blog.blog-style-1 .blog-content {
  padding-right: 20px;
}

.blog.blog-style-1 .blog-content .blog-button .blog-tags i {
  color: #6ec037;
}

.blog.blog-style-1 .blog-content .blog-button .blog-readmore {
  margin-right: auto;
}

.blog.blog-style-1 .blog-content .blog-button .blog-readmore i {
  color: #0e3a6b;
}

.blog.blog-style-2 .blog-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog.blog-style-2 .blog-container .blog-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.blog.blog-style-2 .blog-container .blog-image .blog-image-container img {
  width: 100%;
}

.blog.blog-style-2 .blog-container .blog-image .blog-image-container .blog-date {
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding-top: 5px;
}

.blog.blog-style-2 .blog-container .blog-image .blog-image-container .blog-date .day {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #6ec037;
}

.blog.blog-style-2 .blog-container .blog-image .blog-image-container .blog-date .month {
  color: #fff;
  font-size: 12px;
  line-height: 1.6666666667;
}

.blog.blog-style-2 .blog-container .blog-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 25px 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog.blog-style-2 .blog-container .blog-content .blog-content-title {
  color: #26225f;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5;
  padding: 0 ;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-align:center;
}

.blog.blog-style-2 .blog-container .blog-content .blog-content-title:hover {
  color: #f6931e;
}

.blog.blog-style-3 .blog-container .blog-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.5287356322%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 42.5287356322%;
  flex: 0 0 42.5287356322%;
}

.blog.blog-style-3 .blog-container .blog-image .blog-image-container img {
  width: 100%;
}

.blog.blog-style-3 .blog-container .blog-image .blog-image-container .blog-date {
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.blog.blog-style-3 .blog-container .blog-image .blog-image-container .blog-date .day {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #6ec037;
}

.blog.blog-style-3 .blog-container .blog-image .blog-image-container .blog-date .month {
  color: #fff;
  font-size: 12px;
  line-height: 1.6666666667;
}

.blog.blog-style-3 .blog-container .blog-content {
  padding-left: 30px;
  padding-right: 20px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-content-title {
  line-height: 1.6666666667;
  color: #333;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 3px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-content-title:hover {
  color: #6ec037;
}

.blog.blog-style-3 .blog-container .blog-content .blog-content-text {
  margin-bottom: 8px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-content-text p {
  margin-bottom: 0;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info {
  margin-bottom: 8px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info li {
  display: inline-block;
  font-size: 13px;
  margin-right: 35px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info li:last-child {
  margin-right: 0;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info li a {
  color: #555;
  line-height: 1.6923076923;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info li a:hover {
  color: #333;
  text-decoration: underline;
}

.blog.blog-style-3 .blog-container .blog-content .blog-info li a i {
  color: #6ec037;
  line-height: 1.8461538462;
  margin-right: 5px;
}

.blog.blog-style-3 .blog-container .blog-content .blog-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6;
  color: #999;
  border: 2px solid #ccc;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.blog.blog-style-3 .blog-container .blog-content .blog-button:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.blog-list .blog {
  margin-bottom: 10px;
}

.blog-list .blog:first-child {
  padding-top: 10px;
}

.blog-list .blog:last-child {
  margin-bottom: 0;
}

.blog-image .blog-image-container {
  position: relative;
}

.blog-image .blog-image-container .blog-date {
  position: absolute;
  width: 100%;
  height: 25px;
  font-size: 11px;
  line-height: 2.2727272727;
  bottom: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  background-color: rgba(12, 20, 38, 0.9);
}

.blog-button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-button .blog-tags a {
  color: #555;
  font-size: 13px;
  line-height: 2;
}

.blog-button .blog-tags a:hover {
  color: #6ec037;
}

.blog-button .blog-tags i {
  color: #ccc;
  font-size: 13px;
  line-height: 1.8461538462;
}

.blog-button .blog-readmore {
  margin-left: 22px;
}

.blog-button .blog-readmore a {
  font-size: 13px;
  line-height: 1.8461538462;
  color: #555;
}

.blog-button .blog-readmore a:hover {
  color: #0e3a6b;
}

.blog-button .blog-readmore i {
  color: #ccc;
  font-size: 13px;
  line-height: 1.8461538462;
  margin-right: 3px;
}

.blog-detail .blog-container {
  padding-right: 15px;
}

.blog-detail .blog-container .blog-title {
  margin-bottom: 10px;
  text-align:right;
   font-family:beinarnormal;
}

.blog-detail .blog-container .blog-title-2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
   text-align:right;
    font-family:beinarnormal;
}

.blog-detail .blog-container .blog-image {
  padding: 17px 0 30px;
  width: 100%;
}

.blog-detail .blog-container .blog-image img {
  width: 100%;
}

.blog-detail .blog-container .blog-info {
  margin-bottom: 8px;
   text-align:right;
}

.blog-detail .blog-container .blog-info li {
  display: inline-block;
  font-size: 13px;
  margin-right: 35px;
}

.blog-detail .blog-container .blog-info li:last-child {
  margin-right: 0;
}

.blog-detail .blog-container .blog-info li a {
  color: #555;
  line-height: 1.9230769231;
}

.blog-detail .blog-container .blog-info li a:hover {
  color: #333;
  text-decoration: underline;
}

.blog-detail .blog-container .blog-info li a i {
  color: #29b6f6;
  font-size: 15px;
  line-height: 1.6666666667;
  margin-right: 5px;
}

.blog-detail .blog-container blockquote {
  margin-left: 30px;
  border-left: 2px solid #ccc;
  padding: 0 0 0 28px;
}

.blog-detail .blog-container blockquote p {
  padding: 0;
  color: #999;
  font-size: 15px;
  line-height: 1.6666666667;
}

.blog-detail .blog-container blockquote cite {
  color: #555;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: bold;
  text-transform: uppercase;
  font-style: unset;
}

.blog-detail .blog-container .blog-detail-footer {
  margin-top: 40px;
  border-bottom: 1px solid #f2f2f2;
  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;
  padding-bottom: 18px;
}

.blog-detail .blog-container .blog-detail-footer .blog-tags {
  font-size: 13px;
}

.blog-detail .blog-container .blog-detail-footer .blog-tags i {
  color: #29b6f6;
  line-height: 1.8461538462;
}

.blog-detail .blog-container .blog-detail-footer .blog-tags a {
  color: #555;
  font-size: 13px;
  line-height: 2;
}

.blog-detail .blog-container .blog-detail-footer .blog-tags a:hover {
  color: #6ec037;
}

.blog-detail .blog-container .blog-detail-footer .social-media {
  margin-top: 5px;
  margin-left: auto;
}

.blog-panigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.blog-panigation .blog-prev,
.blog-panigation .blog-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-panigation .blog-prev a,
.blog-panigation .blog-next a {
  color: #555;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4666666667;
}

.blog-panigation .blog-prev a span,
.blog-panigation .blog-next a span {
  display: inline-block;
  color: #999 !important;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 4px;
}

.blog-panigation .blog-prev a:hover,
.blog-panigation .blog-next a:hover {
  color: #6ec037;
}

.blog-panigation .blog-next {
  text-align: right;
  margin-left: auto;
}

.comment-form .title {
  margin-bottom: 35px;
}

.comment-form .title h2 {
  color: #333;
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}

.comment-form .title p {
  font-size: 13px;
  line-height: 1.8461538462;
}

.comment-place {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comment-place .title {
  margin-bottom: 10px;
}

.comment-place .title h2 {
  color: #333;
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}

.comment-place .title p {
  font-size: 13px;
  line-height: 1.8461538462;
}

.comment-place .comment-body .comment-content .user-comment {
  width: 100%;
  height: 125px;
  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;
  border-bottom: 1px solid #f2f2f2;
}

.comment-place .comment-body .comment-content .user-comment.reply {
  padding-left: 70px;
}

.comment-place .comment-body .comment-content .user-comment .comment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .author-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .author-image img {
  width: 100%;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text {
  padding-left: 20px;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text p {
  margin-bottom: 0;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info a {
  font-size: 13px;
  line-height: 2.3846153846;
  margin-right: 15px;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info a.author {
  color: #555;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info a.author:hover {
  color: #6ec037;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info a.time {
  color: #999;
}

.comment-place .comment-body .comment-content .user-comment .comment-item .comment-text .comment-info a.reply i {
  color: #6ec037;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog.blog-style-3 .blog-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog.blog-style-3 .blog-container .blog-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog.blog-style-3 .blog-container .blog-content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog.blog-style-3 .blog-container .blog-content .blog-content-title {
    margin-top: 20px;
  }
  .blog.blog-style-3 .blog-container .blog-content .blog-content-text {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .blog .blog-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog .blog-container .blog-content {
    padding-top: 30px;
    padding-left: 0;
  }
  .blog.blog-style-1 {
    margin-left: 0;
  }
  .blog.blog-style-1 .blog-container {
    padding: 0;
  }
  .blog.blog-style-3 .blog-container .blog-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog.blog-style-3 .blog-container .blog-content {
    padding-left: 0;
    padding-right: 0;
  }
  .comment-place .comment-body .user-comment {
    height: auto !important;
    padding: 20px 0;
  }
  .comment-place .comment-body .user-comment.reply {
    padding-left: 40px !important;
  }
}

/*
========================================================================
    TESTIMONIALS
========================================================================
*/

.testimonial.testi-style-1 .testi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
}

.testimonial.testi-style-1 .testi-container .testi-content {
  line-height: 1.6666666667;
  position: relative;
}

.testimonial.testi-style-1 .testi-container .testi-content:before {
  content: '“';
  font-family: beinarnormal;
  position: absolute;
  left: -40px;
  top: 15px;
  color: #ccc;
  font-size: 60px;
  line-height: 0.3666666667;
  font-weight: bold;
}

.testimonial.testi-style-1 .testi-container .testi-author {
  border-top: 1px solid #e5e5e5;
  padding-top: 17px;
}

.testimonial.testi-style-2 .testi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial.testi-style-2 .testi-container .testi-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.testimonial.testi-style-2 .testi-container .testi-content p {
  padding: 0 30px;
}

.testimonial.testi-style-2 .testi-container .testi-content span {
  position: relative;
}

.testimonial.testi-style-2 .testi-container .testi-content span:before {
  content: '“';
  font-family: beinarnormal;
  position: absolute;
  top: 5px;
  left: -36px;
  color: #ccc;
  font-size: 60px;
  line-height: 0.3666666667;
  font-weight: bold;
}

.testimonial.testi-style-2 .testi-container .testi-author {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.testimonial.testi-style-3 .testi-container .testi-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 26px;
  padding-top: 40px;
  color: #ccc;
}

.testimonial.testi-style-3 .testi-container .testi-content p {
  padding: 0 30px;
}

.testimonial.testi-style-3 .testi-container .testi-content span {
  position: relative;
}

.testimonial.testi-style-3 .testi-container .testi-content span:before {
  content: '“';
  font-family:beinarnormal;
  position: absolute;
  top: 5px;
  left: -36px;
  color: #ccc;
  font-size: 60px;
  line-height: 0.3666666667;
  font-weight: bold;
}

.testimonial.testi-style-3 .testi-container .testi-author {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.testimonial.testi-style-3 .testi-container .testi-author .testi-author-content {
  padding-left: 0;
}

.testimonial.testi-style-3 .testi-container .testi-author .testi-author-content .testi-author-name {
   color: #363636;
}
.testimonial.testi-style-3 .testi-container .testi-author .testi-author-content .testi-author-job {
  color: #ccc;
}

.testimonial.testi-style-3 .testi-container .testi-author .testi-author-content .testi-author-name {
  margin-bottom: 2px;
}

.testimonial.testi-style-3 .testi-container .testi-author .testi-author-content .testi-author-name:hover {
  color: #fff;
}

.testimonial.testi-style-4 {
  padding: 10px 0 15px;
}

.testimonial.testi-style-4 .testi-container {
  padding-left: 40px;
}

.testimonial.testi-style-4 .testi-container .testi-content p {
  line-height: 1.6666666667;
}

.testimonial.testi-style-4 .testi-container .testi-content span {
  position: relative;
}

.testimonial.testi-style-4 .testi-container .testi-content span:before {
  content: '“';
  font-family:beinarnormal;
  position: absolute;
  top: 14px;
  left: -40px;
  color: #ccc;
  font-size: 60px;
  line-height: 0.3666666667;
  font-weight: bold;
}

.testimonial.testi-style-4 .testi-container .testi-author {
  margin-top: 20px;
}

.testi-content {
  line-height: 1.6666666667;
  position: relative;
}

.testi-author {
  width: 100%;
  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;
}

.testi-author .testi-author-image {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testi-author .testi-author-image img {
  width: 100%;
}

.testi-author .testi-author-content {
  padding-left: 16px;
  
  padding-left: 16px;
    width: 300px;
    text-align: right;
  
}

.testi-author .testi-author-content .testi-author-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 13px;
  line-height: 1.2307692308;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
}

.testi-author .testi-author-content .testi-author-name:hover {
  color: #6ec037;
}

.testi-author .testi-author-content .testi-author-job {
  font-size: 13px;
  line-height: 1.6923076923;
  color: #555;
  margin-bottom: 0;
}

/*
========================================================================
    ICON BOX STYLE
========================================================================
*/

.iconbox .iconbox-container .iconbox-image img {
  width: 100%;
}

.iconbox.iconbox-style-1 {
  padding: 20px 0;
}

.iconbox.iconbox-style-1 .iconbox-container {
  position: relative;
  overflow: hidden;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: rgba(110, 192, 56, 0.9);
  padding: 0 20px 31px 30px;
  cursor: pointer;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-heading {
  height: 60px;
  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;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-heading i {
  font-size: 30px;
  line-height: 0.7333333333;
  margin-right: 12px;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body {
  margin-top: 0px;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body p {
  color: #e5e5e5;
  line-height: 1.6666666667;
  margin-bottom: 14px;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body a {
  color: #fff;
  font-size: 13px;
  line-height: 1.8461538462;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body a i {
  margin-right: 8px;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body a:hover {
  text-decoration: underline;
}

.iconbox.iconbox-style-1 .iconbox-container .iconbox-content:hover {
  padding-top: 17px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.iconbox.iconbox-style-2 {
  padding: 13px 0;
}

.iconbox.iconbox-style-2 .iconbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-image {
  padding-top: 4px;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-image a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #6ec037;
  color: #fff;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-image a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 0.9230769231;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-image a:hover {
  background-color: #fff;
  color: #6ec037;
  border: 1px solid #6ec037;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-content {
  padding-left: 18px;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-content .iconbox-content-heading {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #363636;
  font-weight: 900;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-content .iconbox-content-heading:hover {
  color: #6ec037;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-content .iconbox-content-body {
  font-size: 15px;
  color: #666;
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-2 .iconbox-container .iconbox-content .iconbox-content-body p {
  margin-bottom: 0;
}

.iconbox.iconbox-style-3 {
  padding: 9px 0;
}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content .iconbox-content-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #363636;
  line-height: 36px;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content .iconbox-content-heading i {
  font-size: 18px;
  margin-right: 15px;

}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content .iconbox-content-heading:hover {
  color: #6ec037;
}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content .iconbox-content-body {
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-3 .iconbox-container .iconbox-content .iconbox-content-body p {
  margin-bottom: 0;
}

.iconbox.iconbox-style-4 {
  padding: 15px 0;
}

.iconbox.iconbox-style-4 .iconbox-container {
  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;
}

.iconbox.iconbox-style-4 .iconbox-container .iconbox-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21.6216216216%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 21.6216216216%;
  flex: 0 0 21.6216216216%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.iconbox.iconbox-style-4 .iconbox-container .iconbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-top: 10px;
}

.iconbox.iconbox-style-4 .iconbox-container .iconbox-content .iconbox-content-heading {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
}

.iconbox.iconbox-style-4 .iconbox-container .iconbox-content .iconbox-content-body p {
  margin-bottom: 0;
  color: #ccc;
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-5 {
  padding: 15px 0;
  height: 362px !important;
}

.iconbox.iconbox-style-5 .iconbox-container {
  border: 1px solid #e5e5e5;
  height: 100%;
  padding: 38px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-image {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  height: 80px;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-image img {
  width: auto;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-content .iconbox-content-heading {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin-top: 28px;
  font-weight: 900;
}


.iconbox.iconbox-style-5 .iconbox-container .iconbox-content .iconbox-content-body {
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-content .iconbox-content-body p {
  margin-bottom: 0;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-button {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -59px;
  -webkit-transform: translate3d(0, 35px, 0);
  -moz-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-button a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  width: 118px;
  height: 40px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #0e3a6b;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox.iconbox-style-5 .iconbox-container .iconbox-button a:hover {
  background-color: #333;
}

.iconbox.iconbox-style-5 .iconbox-container:hover {
  padding-top: 0;
}

.iconbox.iconbox-style-5 .iconbox-container:hover .iconbox-image {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.iconbox.iconbox-style-5 .iconbox-container:hover .iconbox-content {
  -webkit-transform: translate(0, -70px);
  -moz-transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  -o-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

.iconbox.iconbox-style-5 .iconbox-container:hover .iconbox-content .iconbox-content-heading {
  margin-top: 0;
}

.iconbox.iconbox-style-5 .iconbox-container:hover .iconbox-button {
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
}

.iconbox.iconbox-style-6 {
  padding: 11px 0 14px;
}

.iconbox.iconbox-style-6 .iconbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-image {
  padding-top: 4px;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-image a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  color: #6ec037;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  border: 1px solid #6ec037;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-image a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 0.9230769231;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-image a:hover {
  background-color: #6ec037;
  color: #fff;
  border: 1px solid #6ec037;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-content {
  padding-left: 18px;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-content .iconbox-content-heading {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: 900;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-content .iconbox-content-heading:hover {
  color: #6ec037;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-content .iconbox-content-body {
  font-size: 15px;
  color: #666;
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-6 .iconbox-container .iconbox-content .iconbox-content-body p {
  margin-bottom: 0;
}

.iconbox.iconbox-style-7 {
  padding: 15px 0;
}

.iconbox.iconbox-style-7 .iconbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iconbox.iconbox-style-7 .iconbox-container .iconbox-image img {
  width: auto;
}

.iconbox.iconbox-style-7 .iconbox-container .iconbox-content {
  text-align: center;
  margin-top: 30px;
}

.iconbox.iconbox-style-7 .iconbox-container .iconbox-content .iconbox-content-heading {
  display: inline-block;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 10px;
}

.iconbox.iconbox-style-7 .iconbox-container .iconbox-content .iconbox-content-heading:hover {
  color: #6ec037;
}

.iconbox.iconbox-style-7 .iconbox-container .iconbox-content .iconbox-content-body p {
  line-height: 1.6666666667;
}

.iconbox.iconbox-style-8 {
  padding: 20px 0;
}

.iconbox.iconbox-style-8 .iconbox-container {
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
}

.iconbox.iconbox-style-8 .iconbox-container .iconbox-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 16px;
}

.iconbox.iconbox-style-8 .iconbox-container .iconbox-image img {
  width: auto;
}

.iconbox.iconbox-style-8 .iconbox-container .iconbox-content {
  padding: 0 35px;
}

.iconbox.iconbox-style-8 .iconbox-container .iconbox-content .iconbox-content-heading {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  font-weight: bold;
  margin-bottom: 6px;
}

.iconbox.iconbox-style-8 .iconbox-container .iconbox-content .iconbox-content-heading:hover {
  color: #6ec037;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content {
    padding: 0 15px 15px 15px;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-heading {
    height: 50px;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body {
    margin-top: 0;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content:hover {
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content {
    padding: 0 15px 15px 15px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-heading {
    height: 50px;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-heading i {
    font-size: 25px;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body {
    margin-top: 0;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content .iconbox-content-body p {
    margin: 0;
    font-size: 14px;
  }
  .iconbox.iconbox-style-1 .iconbox-container .iconbox-content:hover {
    padding-top: 0;
  }
}

/*
========================================================================
    PRICING TABLE
========================================================================
*/

.princing {
  padding: 20px 0;
}

.princing .princing-container {
  background-color: #fff;
  border-top: 5px solid #0e3a6b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 55px 5px 40px;
  text-align: center;
  height: 372px;
}

.princing .princing-container .princing-price {
  width: auto;
}

.princing .princing-container .princing-price span {
  color: #333;
  font-size: 60px;
  line-height: 0.6;
  font-weight: bold;
  position: relative;
}

.princing .princing-container .princing-price span:before {
  content: '$';
  color: #333;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  left: -20px;
}

.princing .princing-container .princing-type {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  margin-top: 6px;
}

.princing .princing-container .list-services {
  margin-top: 17px;
}

.princing .princing-container .list-services li {
  line-height: 1.4666666667;
  margin-bottom: 10px;
}

.princing .princing-container .princing-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 118px;
  height: 40px;
  background-color: #6ec037;
  color: #fff;
  line-height: 1.4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 24px;
}

.princing .princing-container .princing-button:hover {
  background-color: #333;
}

.princing.best-sale .princing-container {
  border-top-color: #0e3a6b;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.princing.best-sale .princing-container .princing-button {
  background-color: #ffa037;
}

.princing.best-sale .princing-container .princing-button:hover {
  background-color: #333;
}

.princing-1 {
  height: 100%;
  padding-bottom: 22px;
}

.princing-1 .princing-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 40px 32px;
  border: 1px solid #e5e5e5;
}

.princing-1 .princing-container > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.princing-1 .princing-container .princing-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0f5f8;
  color: #333;
  font-size: 36px;
  line-height: 1;
  position: relative;
}

.princing-1 .princing-container .princing-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.princing-1 .princing-container .princing-type {
  color: #333;
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 18px;
}

.princing-1 .princing-container .princing-price {
  margin-top: 8px;
  color: #57b846;
  font-size: 36px;
  line-height: 36px;
}

.princing-1 .princing-container .princing-price:after {
  content: '/mon';
  font-size: 18px;
  margin-left: -8px;
}

.princing-1 .princing-container .princing-button {
  margin-top: 40px;
}

.princing-1 .princing-container .princing-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background-color: #6ec037;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.princing-1 .princing-container .princing-button a:hover {
  background-color: #333;
}

.princing-1 .princing-container .princing-ulti {
  margin-top: 25px;
}

.princing-1 .princing-container .princing-ulti ul li {
  line-height: 1.4666666667;
  margin-bottom: 8px;
}

.princing-1 .princing-container .princing-ulti ul li:last-child {
  margin-bottom: 0;
}

.princing-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.princing-2 .princing-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  border: 1px solid #e5e5e5;
}

.princing-2 .princing-item.best-sale {
  position: relative;
}

.princing-2 .princing-item.best-sale:before {
  position: absolute;
  display: block;
  content: 'Best Sale';
  padding: 0 19px;
  font-size: 13px;
  line-height: 2.1538461538;
  background-color: #ffa037;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 900;
  left: 50%;
  -webkit-transform: translate(-50%, -14px);
  -moz-transform: translate(-50%, -14px);
  -ms-transform: translate(-50%, -14px);
  -o-transform: translate(-50%, -14px);
  transform: translate(-50%, -14px);
}

.princing-2 .princing-item.best-sale .princing-container .princing-button a {
  background-color: #ffa037;
}

.princing-2 .princing-item:nth-child(2) {
  border-left: none;
  border-right: none;
}

.princing-2 .princing-item .princing-container {
  padding: 43px 50px 40px;
  text-align: center;
}

.princing-2 .princing-item .princing-container .princing-type {
  margin-bottom: 40px;
}

.princing-2 .princing-item .princing-container .princing-type .type-name {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #333;
  margin-bottom: 0;
}

.princing-2 .princing-item .princing-container .princing-type .sub-name {
  font-size: 15px;
  line-height: 1.8666666667;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}

.princing-2 .princing-item .princing-container .princing-price {
  margin-bottom: 50px;
}

.princing-2 .princing-item .princing-container .princing-price span {
  line-height: 36px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
}

.princing-2 .princing-item .princing-container .princing-price span:after {
  content: '/mo';
  font-size: 18px;
}

.princing-2 .princing-item .princing-container .princing-ulti {
  width: 100%;
  text-align: left;
  margin-bottom: 35px;
}

.princing-2 .princing-item .princing-container .princing-ulti li {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-bottom: 8px;
}

.princing-2 .princing-item .princing-container .princing-ulti li:last-child {
  margin-bottom: 0;
}

.princing-2 .princing-item .princing-container .princing-ulti li i {
  margin-right: 15px;
}

.princing-2 .princing-item .princing-container .princing-button {
  width: 100%;
}

.princing-2 .princing-item .princing-container .princing-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background-color: #6ec037;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.princing-2 .princing-item .princing-container .princing-button a:hover {
  background-color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .princing-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .princing-2 .princing-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-bottom: 40px;
  }
  .princing-2 .princing-item:nth-child(2) {
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
  }
  .princing-2 .princing-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .princing-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .princing-2 .princing-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-bottom: 40px;
  }
  .princing-2 .princing-item:nth-child(2) {
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
  }
  .princing-2 .princing-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .princing-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .princing-2 .princing-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .princing-2 .princing-item:nth-child(2) {
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
  }
  .princing-2 .princing-item:last-child {
    margin-bottom: 0;
  }
  .princing-2 .princing-item .princing-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
========================================================================
    SKILLS
========================================================================
*/

.au-skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.au-skills .au-skill-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  font-weight: bold;
  margin-bottom: 5px;
}

.au-skills .au-skill-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.au-skills .au-skill-container .au-progress {
  padding: 11.5px 0;
}

/*
========================================================================
    PROGRESS
========================================================================
*/

.au-progress .au-progress__title {
  font-size: 13px;
  line-height: 1.8461538462;
  color: #555;
}

.au-progress.skill-style-1 .au-progress__title {
  color: #ccc;
}

.au-progress.skill-style-1 .au-progress__bar .au-progress__inner .au-progress__value {
  color: #ccc;
}

.au-progress .au-progress__bar {
  position: relative;
  height: 10px;
  background: #d9d9d9;
}

.au-progress .au-progress__bar.progress-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.au-progress .au-progress__bar.progress-rounded .au-progress__inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.au-progress .au-progress__bar.progress-stripped .au-progress__inner {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.au-progress .au-progress__bar .au-progress__inner {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  background-color: #6ec037;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: visible;
}

.au-progress .au-progress__bar .au-progress__inner .au-progress__value {
  position: absolute;
  top: -30px;
  right: -17px;
  font-size: 13px;
  color: #333;
}

.au-progress .au-progress__bar .au-progress__inner.au-progress__warning {
  background-color: #ff9800;
}

.au-progress .au-progress__bar .au-progress__inner.au-progress__success {
  background-color: #4caf50;
}
/*
========================================================================
    CONTACT
========================================================================
*/
.contact .title {
  text-align: center;
  margin-bottom: 70px;
  font-family:beinarnormal !important;
}

.contact .title h2 {
  font-size: 50px;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family:beinarnormal !important;
}

.contact .title p {
  font-size: 20px;
  line-height: 1.6;
  color: #888;
  font-family:beinarnormal !important;
}

.contact .contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.contact .contact-form .w-30 {
  width: 33.333333%;
  position: relative;
}

.contact .contact-form .w-100 {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .contact .contact-form .w-30 {
    width: 100%;
  }
}

.au-nav-1 {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.au-nav-1.tp-leftarrow:before, .au-nav-1.tp-rightarrow:before {
  font-family: 'FontAweSome';
  font-size: 18px;
  line-height: 1.2222222222;
  top: 50%;
  left: 50%;
  padding-top: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.au-nav-1.tp-leftarrow:before {
  content: '\f053';
}

.au-nav-1.tp-rightarrow:before {
  content: '\f054';
}

.au-bullet-1 .tp-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.au-bullet-1 .tp-bullet.selected {
  -webkit-transform: scale(1.3333333333);
  -moz-transform: scale(1.3333333333);
  -ms-transform: scale(1.3333333333);
  -o-transform: scale(1.3333333333);
  transform: scale(1.3333333333);
  background-color: rgba(110, 192, 55, 0.89);
}

.au-bullet-2 .tp-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.au-bullet-2 .tp-bullet.selected {
  -webkit-transform: scale(1.3333333333);
  -moz-transform: scale(1.3333333333);
  -ms-transform: scale(1.3333333333);
  -o-transform: scale(1.3333333333);
  transform: scale(1.3333333333);
  background-color: #fff;
}

.au-bullet-2 .tp-bullet.selected span {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #5262ad
}

.au-bullet-3 .tp-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(21, 85, 222, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.au-bullet-3 .tp-bullet.selected {
  -webkit-transform: scale(1.3333333333);
  -moz-transform: scale(1.3333333333);
  -ms-transform: scale(1.3333333333);
  -o-transform: scale(1.3333333333);
  transform: scale(1.3333333333);
  background-color: #1555de;
}

.rev_slider .slide-heading-1 {
  font-size: 72px;
  line-height: 0.2916666667;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.rev_slider .slide-heading-2 {
  font-size: 30px;
  line-height: 0.9333333333;
  color: #fff;
  text-transform: uppercase;
}

.rev_slider .slide-heading-3 {
  font-size: 50px;
  line-height: 1.44;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
}

.rev_slider .slide-heading-4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #555;
}

.rev_slider .slide-heading-5 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.rev_slider .slide-heading-6 {
  font-size: 30px;
  line-height: 0.9333333333;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px !important;
}

.rev_slider .slide-heading-7 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.rev_slider .slide-button {
  width: 165px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  background-color: #6ec037;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.rev_slider .slide-button:hover {
  background-color: #333;
}

.rev_slider .slide-button-1 {
  width: 144px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  background-color: #6ec037;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.rev_slider .slide-button-1:hover {
  background-color: #333;
}

.rev_slider .slide-button-2 {
  width: 165px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.rev_slider .slide-button-2:hover {
  background-color: #333;
  border-color: #333;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rev_slider .slide-heading-1 {
    font-size: 50px;
  }
  .rev_slider .slide-heading-2 {
    font-size: 25px;
  }
  .rev_slider .slide-button, .rev_slider .slide-button-2 {
    width: 125px;
  }
}

@media only screen and (max-width: 575px) {
  .rev_slider .slide-heading-1 {
    font-size: 34px;
  }
  .rev_slider .slide-heading-2 {
    font-size: 25px;
  }
  .rev_slider .slide-heading-6 {
    font-size: 25px;
  }
  .rev_slider .slide-button, .rev_slider .slide-button-1, .rev_slider .slide-button-2 {
    width: 120px;
    height: 40px;
  }
  .rev_slider .tparrows {
    display: none;
  }
}

.counter-up .counter-intro {
  text-align: center;
}

.counter-up .counter-intro p {
  line-height: 1.6666666667;
}

.counter-up .counter-up-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-up .counter-up-container .counter-item {
  width: 300px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #555;
}

.counter-up .counter-up-container .counter-item .counter-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 50px;
  line-height: 0.48;
  margin-bottom: 26px;
  color: #333;
}

.counter-up .counter-up-container .counter-item .counter-text {
  line-height: 1.8461538462;
  font-size: 13px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .counter-up .counter-up-container .counter-item {
    width: 180px;
  }
}

@media screen and (max-width: 575px) {
  .counter-up .counter-up-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter-up .counter-up-container .counter-item {
    width: 200px;
    padding: 20px 0;
  }
}

.loading {
  position: fixed;
  z-index: 99999999;
  background-color: black;
  width: 100%;
  height: 100vh;
  top: 0;
}

.loading .load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 50px;
  text-align: center;
}

.loading .load > div {
  background-color: #5262ad;
  height: 100%;
  width: 8px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading .load > div.rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .load > div.rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading .load > div.rect-4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .load > div.rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -moz-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-o-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

body {
  font-family: beinarnormal !important;
  font-size: 13px;
  color: #666;
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #e5e5e5 !important;
}

.text-gray-1 {
  color: #ccc !important;
}

.text-gray-2 {
  color: #999 !important;
}

.text-gray-3 {
  color: #aaa !important;
}

.text-black-1 {
  color: #666 !important;
}

.text-black-2 {
  color: #555 !important;
}

.bg-gray {
  background-color: #f0f0f0;
  padding-top:50px;
  padding-bottom:50px;
}

.bg-gray-1 {
  background-color: #f2f2f2;
}

.bg-gray-2 {
  background-color: #f7f7f7;
}

.bg-gray-3 {
  background-color: #f8f8f8;
}

.bg-black {
  background-color: #333;
}

.bg-black-1 {
 background-image:url(../images/111.jpg);
      border-top: 5px solid #6ec037;
}

.bg-black-2 {
  background-color: #555;
}

.bg-black-3 {
  background-color: #171a21;
}

.bg-black-4 {
  background-color: #212121;
}

p {
  font-size: 15px;
  line-height: 1.6666666667;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  color: #333;
  font-weight: 900;
}

.h1 {
  font-size: 36px;
  line-height: 1.1944444444;
}

.h2 {
  font-size: 30px;
  line-height: 1.2;
}

.h3 {
  font-size: 24px;
  line-height: 1.25;
}

.h4 {
  font-size: 20px;
  line-height: 1.2;
}

.h5 {
  font-size: 15px;
  line-height: 1.3333333333;
}

.h6 {
  font-size: 13px;
  line-height: 1.3846153846;
}


.bg-blue {
  background-color: #212529;
}

.bg-pattern {
  background-image: url(../images/icon/bg-pattern.png);
}

.bg-pattern-2 {
  background-image: url(../images/icon/bg-pattern_01.png);
}

.section-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
text-align:left;
}

.section-title h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
text-align:left;
  font-size: 22px;
  line-height: 1.8;
  color: #5262ad;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align:right;
}

.section-title h3 span.au-owl-next, .section-title h3 span.au-owl-prev {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  position: relative;
  cursor: pointer;
  margin-bottom: -3px;
  color: #999;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.section-title h3 span.au-owl-next.style-2, .section-title h3 span.au-owl-prev.style-2 {
  background-color: #fff;
  border: none;
}

.section-title h3 span.au-owl-next:hover, .section-title h3 span.au-owl-prev:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.section-title h3 span.au-owl-next i, .section-title h3 span.au-owl-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 2;
}

.section-title h3 span.au-owl-prev {
  margin-left: 20px;
}

.section-title .title-border {
  width: 39px;
  height: 2px;
  background-color: #adadad;
  margin-left: 1150px;
}

.section-title.section-title-style-1 h3 {
  color: #fff;
}

section {
  position: relative;
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
}

.overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-wrapper {
  position: relative;
}

.owl-nav-1 {
  position: relative;
}

.owl-nav-1 .au-owl-next,
.owl-nav-1 .au-owl-prev {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-family: "FontAweSome";
  color: #999;
  background-color: #fff;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
}

.owl-nav-1 .au-owl-next i,
.owl-nav-1 .au-owl-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-nav-1 .au-owl-next:hover,
.owl-nav-1 .au-owl-prev:hover {
  background-color: #6ec037;
  color: #fff;
  border-color: #6ec037;
}

.owl-nav-1 .au-owl-next {
  right: -20px;
}

.owl-nav-1 .au-owl-prev {
  left: -20px;
}

.owl-nav-2 {
  position: relative;
}

.owl-nav-2 .au-owl-next,
.owl-nav-2 .au-owl-prev {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-family: "FontAweSome";
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  cursor: pointer;
}

.owl-nav-2 .au-owl-next i,
.owl-nav-2 .au-owl-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-nav-2 .au-owl-next:hover,
.owl-nav-2 .au-owl-prev:hover {
  background-color: #333;
}

.owl-nav-2 .au-owl-next {
  right: 20px;
}

.owl-nav-2 .au-owl-prev {
  left: 20px;
}

.au-owl-dots .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
}

.au-owl-dots .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 5px;
}

.au-owl-dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.au-owl-dots .owl-dots .owl-dot.active span {
  background-color: #5262ad;
}

.au-owl-dots .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(66, 114, 215, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.contact-form .au-form {
  padding: 0 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .au-form input,
.contact-form .au-form textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #f2f2f2;
  color: #999;
  font-size: 15px;
  line-height: 1.2;
  border: none;
}

.contact-form .au-form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: unset;
}

.contact-form .au-form textarea:focus {
  outline: none;
}

.contact-form .au-form .au-checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}

.contact-form .au-form .au-checkbox input {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 1;
  background-color: #333;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.contact-form .au-form .au-checkbox span {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  z-index: 0;
}

.contact-form .au-form .au-checkbox span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '\f00c';
  font-family: 'FontAweSome';
  font-size: 13px;
  line-height: 1.6923076923;
  opacity: 0;
  color: #2c93d5;
}

.contact-form .au-form .au-checkbox input:checked ~ span:after {
  opacity: 1;
}

.contact-form .au-form .au-checkbox label {
  padding-left: 35px;
  font-size: 13px;
  line-height: 1.6923076923;
  margin-bottom: 0;
}

.contact-form .au-form button {
  width: 150px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  background-color: #6ec037;
  color: #fff;
  border: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.contact-form .au-form button:hover {
  background-color: #333;
}

.contact-form .w-30 {
  width: 33.333333%;
}

.contact-form .w-100 {
  width: 100%;
}

.owl-carousel-1 .owl-dots {
  position: absolute;
  bottom: -125px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel-1 .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 3px #cdcdcd;
  -moz-box-shadow: 0px 0px 0px 3px #cdcdcd;
  box-shadow: 0px 0px 0px 3px #cdcdcd;
}

.owl-carousel-1 .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-box-shadow: 0px 0px 0px 3px #6ec037;
  -moz-box-shadow: 0px 0px 0px 3px #6ec037;
  box-shadow: 0px 0px 0px 3px #6ec037;
}

.owl-carousel-1 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel-1 .owl-dots .owl-dot img {
  width: 100%;
}

.au-panigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.au-panigation ul li {
  display: inline-block;
  margin-right: 5px;
}

.au-panigation ul li:last-child {
  margin-right: 0;
}

.au-panigation ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  font-size: 15px;
  line-height: 2;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.au-panigation ul li a.dots {
  background: none;
}

.au-panigation ul li a.dots:hover {
  background: none;
  color: inherit;
}

.au-panigation ul li a:hover {
  background-color: #6ec037;
  color: #fff;
}

.au-panigation ul li.page-current a {
  background-color: #6ec037;
  color: #fff;
}

.video {
  height: 100%;
  position: relative;
}

.video .video-image-thumbnail img {
  width: 100%;
}

.video .video-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .video-play a {
  display: block;
  color: #fff;
  font-size: 21px;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.video .video-play a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .video-play a:hover {
  color: #6ec037;
  border-color: #6ec037;
}

.partner {
  /*height: 102px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner img {
  width: auto !important;
}

.social-media ul li {
  display: inline-block;
  margin-right: 8px;
}

.social-media ul li:last-child {
  margin-right: 0;
}

.social-media ul li a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  background-color: rgba(66, 114, 215, 0.1);
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.social-media ul li a:hover {
 background-color: #212529;
    color: #5262ad;
}

.social-media ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-media.social-style-1 ul li a {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #888;
}

.social-media.social-style-1 ul li a:hover {
  background-color: #6ec037;
  color: #fff;
}

.social-media.social-style-2 ul li {
  margin-right: 20px;
}

.social-media.social-style-2 ul li:last-child {
  margin-right: 0;
}

.social-media.social-style-2 ul li a {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  line-height: 1.4666666667;
}

.social-media.social-style-2 ul li a:hover {
  color: #6ec037;
}

.social-media.social-style-2 ul li a i {
  position: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.social-media.social-style-3 ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #888;
}

.social-media.social-style-3 ul li a:hover {
  background-color: #6ec037;
  color: #fff;
}

#menusidebar {
  background-color: rgba(255, 255, 255, 0.6);
}

#menusidebar .modal-dialog {
  background-color: #171a21;
  width: 260px;
  top: 0;
  right: 0;
}

#menusidebar .modal-dialog .modal-content {
  background-color: #171a21;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#menusidebar .close-sidebar {
  height: 115px;
  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;
  padding-left: 23px;
  margin-bottom: 8px;
}

#menusidebar .close-sidebar span {
  cursor: pointer;
}

#menusidebar .close-sidebar span:before, #menusidebar .close-sidebar span:after {
  display: inline-block;
  content: '';
  width: 26px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
}

#menusidebar .close-sidebar span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menusidebar .close-sidebar span:after {
  -webkit-transform: rotate(-45deg) translate(-19px, -19px);
  -moz-transform: rotate(-45deg) translate(-19px, -19px);
  -ms-transform: rotate(-45deg) translate(-19px, -19px);
  -o-transform: rotate(-45deg) translate(-19px, -19px);
  transform: rotate(-45deg) translate(-19px, -19px);
}

#menusidebar .sidebar-menu-list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

#menusidebar .sidebar-menu-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #fff;
  padding-left: 23px;
  line-height: 40px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#menusidebar .sidebar-menu-list ul li a:hover {
  background-color: #6ec037;
}

#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
}

#search-modal .modal-dialog .modal-content {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #fff;
  padding-bottom: 12px;
  padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border: none;
  cursor: pointer;
}

#search-modal .modal-dialog .modal-content form button:hover {
  color: #fff;
}

.great-team {
  padding: 15px 0;
}

.great-team .great-team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.great-team .great-team-container .team-image {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.great-team .great-team-container .team-image img {
  width: auto;
}

.great-team .great-team-container .team-image .social-link {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(66, 114, 215, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.great-team .great-team-container .team-image .social-link ul {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.great-team .great-team-container .team-image .social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.great-team .great-team-container .team-image .social-link ul li:last-child {
  margin-right: 0;
}

.great-team .great-team-container .team-image .social-link ul li a {
  display: inline-block;
  color: #fff;
  line-height: 26px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.great-team .great-team-container .team-image .social-link ul li a i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.great-team .great-team-container .team-image .social-link ul li a i.envelope {
  font-size: 11px;
}

.great-team .great-team-container .team-image .social-link ul li a:hover {
  background-color: #fff;
  color: #2c93d5;
}

.great-team .great-team-container .team-image:hover .social-link {
  visibility: visible;
  opacity: 1;
}

.great-team .great-team-container .team-image:hover .social-link ul {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.great-team .great-team-container .team-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 22px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: #999;
}

.great-team .great-team-container .team-content .name {
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
}

.great-team .great-team-container .team-content .name:hover {
  color: #fff;
}

.great-team .great-team-container .team-content .job {
  margin-bottom: 0;
}

.page-title {
  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;
  padding: 70px 0 64px;
}
.page-name{
	
	
	
	
 text-align:right;
}
.page-title .page-name a {
  color: #333;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;text-align:right;;
}

.page-title .page-links {
  margin-right: auto;
}

.page-title .page-links .breadcrumb {
  padding: 0;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}

.page-title .page-links .breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 2.7692307692;
  color: #999;
  font-family:beinarnormal !important;
  font-weight:600;
}

.page-title .page-links .breadcrumb .breadcrumb-item a {
  color: #0e3a6b;
  font-family:beinarnormal !important;
}

.page-title.page-title-1 {
  padding: 22px 0;
  background-color: #f7f7f7;
  font-family:beinarnormal !important;
}

#service-intro {
  background: url(../images/icon/service-map.png) no-repeat #f0f0f0;
}

.service-intro {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-intro .title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 27mpx;
}

.service-intro .title h2 {
  font-size: 50px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-intro .title p {
  color: #888;
  font-size: 20px;
  line-height: 1.6;
}

.service-intro .service-button a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 165px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #6ec037;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 18px;
}

.service-intro .service-button a.style-1 {
  background-color: #555;
}

.service-intro .service-button a:hover {
  background-color: #333;
}

.au-grid .au-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.au-grid .au-filter .filter-list li {
  display: inline-block;
  margin-right: 18px;
}

.au-grid .au-filter .filter-list li:last-child {
  margin-right: 0;
}

.au-grid .au-filter .filter-list li span {
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 2.7692307692;
  cursor: pointer;
}

.au-grid .au-filter .filter-list li span:hover {
  color: #6ec037;
}

.au-grid .au-filter .grid-timeline {
  margin-left: auto;
}

.au-grid .au-filter .grid-timeline span {
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 2.7692307692;
  cursor: pointer;
}

.au-grid .au-filter .grid-timeline span:hover {
  color: #6ec037;
}

.au-grid .au-grid-body.grid-style-1 {
  margin-top: 22px;
}

.au-grid .au-grid-body.grid-style-1 .au-grid-item .project {
  padding: 15px 0;
}

.au-grid .au-grid-body.grid-style-2 {
  margin: 37px 0 0;
}

.au-grid .au-grid-body.grid-style-2 .au-grid-item {
  padding: 0;
}

.au-grid .au-grid-body.grid-style-3 {
  margin-top: 37px;
  margin-bottom: 25px;
}

.au-grid .au-grid-body.grid-style-3 .au-grid-item {
  width: 20%;
}

.au-widget .catalog {
  margin-bottom: 42px;
}

.au-widget .catalog:last-child {
  margin-bottom: 0;
}

.au-widget .catalog ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 5px;
  width: 100%;
  font-size: 15px;
  line-height: 1.9333333333;
   margin-left:50px;
}

.au-widget .catalog ul li a {
  color: #555;
 
}

.au-widget .catalog ul li a i {
  margin-left: 3px;
}

.au-widget .catalog ul li a:hover {
  color: #0e3a6b;
}

.au-widget .catalog ul li span {
  margin-left: auto;
  color: #999;
}

.au-widget .poster {
  background-color: #042433;
  padding: 35px 15px 35px 28px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 300;
}

.au-widget .poster a {
  height: 40px;
  width: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #6ec037;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.au-widget .poster a:hover {
  background-color: #333;
}

.au-widget > * {
  margin-bottom: 40px;
}

.error {
  height: 550px;
  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;
  position: relative;
}

.error .error-container {
  padding-left: 150px;
  position: relative;
}

.error .error-container h2 {
  font-size: 79px;
  line-height: 0.9113924051;
  color: #333;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 10px;
}

.error .error-container p {
  color: #888;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 47px;
}

.error .error-container a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 46px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #6ec037;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.error .error-container a:hover {
  background-color: #333;
}

.error img {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

/*
========================================================================
    COMING SOON
========================================================================
*/

.coming-soon {
  height: 100vh;
  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;
  background: url(../images/bg-image_06.jpg) no-repeat;
}

.coming-soon .coming-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coming-soon .coming-container .title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.coming-soon .coming-container .title h2 {
  font-size: 79px;
  line-height: 0.9113924051;
  color: #333;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
}

.coming-soon .coming-container .title .sub-title {
  color: #888;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 58px;
}

.coming-soon .coming-container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px;
}

.coming-soon .coming-container form input {
  width: 270px;
  height: 50px;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin-right: 20px;
  padding: 0 20px;
}

.coming-soon .coming-container form button {
  background-color: #555;
  width: 160px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  border: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.coming-soon .coming-container form button i {
  margin-right: 4px;
}

.coming-soon .coming-container form button:hover {
  background-color: #6ec037;
}

.coming-soon .coming-container .time-countdown {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.coming-soon .coming-container .time-countdown ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming-soon .coming-container .time-countdown ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 155px;
  height: 155px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.coming-soon .coming-container .time-countdown ul li:last-child {
  margin-right: 0;
}

.coming-soon .coming-container .time-countdown ul li .time-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
}

.coming-soon .coming-container .time-countdown ul li .time-value span {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 72px;
  line-height: 40px;
  color: #6ec037;
  margin-bottom: 19px;
}

/*
========================================================================
    ACCORDION
========================================================================
*/

.accordion-1 {
  padding: 13px 0;
}

.accordion-1 .acc_section {
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}

.accordion-1 .acc_section:last-child {
  margin-bottom: 0;
}

.accordion-1 .acc_section .acc_head {
  cursor: pointer;
  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;
  height: 50px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: #555;
  padding-left: 30px;
}

.accordion-1 .acc_section .acc_head i {
  margin-right: 12px;
}

.accordion-1 .acc_section .acc_content {
  padding: 22px 30px 18px;
}

.accordion-1 .acc_section.acc_active .acc_head {
  background-color: #6ec037;
  color: #fff;
}

.accordion-2 {
  padding: 20px 0;
}

.accordion-2 .acc_section {
  margin-bottom: 10px;
}

.accordion-2 .acc_section:last-child {
  margin-bottom: 0;
}

.accordion-2 .acc_section .acc_head {
  cursor: pointer;
  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;
  height: 40px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: #555;
  padding-left: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
}

.accordion-2 .acc_section .acc_head i {
  margin-right: 12px;
}

.accordion-2 .acc_section .acc_content {
  padding: 22px 28px 12px;
}

.accordion-2 .acc_section.acc_active .acc_head {
  background-color: #6ec037;
  color: #fff;
  border: none;
}
/*
========================================================================
    TAB
========================================================================
*/
.tabs-1 {
  padding: 20px 0;
}

.tabs-1 .tab-title span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
  color: #666;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.tabs-1 .tab-title span:hover, .tabs-1 .tab-title span.active {
  background-color: #6ec037;
  color: #fff;
}

.tabs-1 .tab-content {
  padding: 12px 0 20px;
}

.tabs-2 {
  padding: 20px 0;
}

.tabs-2 .tab-title {
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

.tabs-2 .tab-title span {
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 14px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.tabs-2 .tab-title span.active:before {
  content: '';
  width: 39px;
  height: 3px;
  background-color: #6ec037;
  position: absolute;
  bottom: 0;
}

.tabs-2 .tab-title span:hover {
  color: #6ec037;
}

.tabs-2 .tab-title span:last-child {
  margin-right: 0;
}

.tabs-2 .tab-content {
  border: 1px solid #f2f2f2;
  padding: 20px 30px 2px;
}

.tabs-3 {
  padding: 20px 0;
}

.tabs-3 .tab-title {
  padding-top: 7px;
  border-bottom: 3px solid #6ec037;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.tabs-3 .tab-title span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 0 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.tabs-3 .tab-title span:first-child {
  margin-left: 6px;
}

.tabs-3 .tab-title span:hover {
  color: #6ec037;
}

.tabs-3 .tab-title span.active {
  background-color: #6ec037;
  color: #fff;
}

.tabs-3 .tab-content {
  padding: 23px 0 13px;
}

.tabs-4 {
  padding: 20px 0;
}

.tabs-4 .tab-title {
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  border: 1px solid #f2f2f2;
}

.tabs-4 .tab-title span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.tabs-4 .tab-title span:hover {
  color: #6ec037;
}

.tabs-4 .tab-title span.active {
  -webkit-box-shadow: inset 0 3px 0px 0 #6ec037;
  -moz-box-shadow: inset 0 3px 0px 0 #6ec037;
  box-shadow: inset 0 3px 0px 0 #6ec037;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.tabs-4 .tab-content {
  padding: 23px 30px 13px;
  border: 1px solid #f2f2f2;
  border-top: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-image {
    width: 100%;
    margin-bottom: 40px;
  }
  .au-grid .au-grid-body.grid-style-3 .au-grid-item {
    width: 33.3333333333%;
  }
  .great-team .great-team-container .team-image {
    width: 150px;
    height: 150px;
    position: relative;
  }
  .great-team .great-team-container .team-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -39%);
    -moz-transform: translate(-50%, -39%);
    -ms-transform: translate(-50%, -39%);
    -o-transform: translate(-50%, -39%);
    transform: translate(-50%, -39%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .partner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .res-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .au-grid .au-grid-body.grid-style-3 .au-grid-item {
    width: 50%;
  }
  .error .error-container {
    padding-left: 20px;
  }
  .coming-soon .coming-container .time-countdown ul li {
    width: 120px;
    height: 120px;
  }
  .coming-soon .coming-container .time-countdown ul li .time-value span {
    font-size: 60px;
  }
  .tabs-1 .tab-title span {
    padding: 0 20px;
  }
  .tabs-3 .tab-title span {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) 
{
footer .footer-wrapper .footer-style-1 .footer-item{text-align:right !important}
footer .footer-wrapper .footer-style-1 .footer-item .footer-title{display:block !important}
  .partner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .res-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-title {
    padding: 50px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-title .page-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: right;
  }
  .page-title .page-links {
    margin-top: 20px;
    margin-right: auto;
  }
  .au-grid .au-filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .au-grid .au-filter .grid-timeline {
    margin-left: 0;
  }
  .au-grid .au-grid-body.grid-style-3 .au-grid-item {
    width: 100%;
  }
  .au-panigation ul li:nth-child(4), .au-panigation ul li:nth-child(5) {
    display: none;
  }
  .error .error-container {
    padding-left: 20px;
  }
  .error img {
    max-width: 300px;
  }
  .owl-carousel-1 .owl-dots {
    bottom: -120px;
  }
  .owl-carousel-1 .owl-dots .owl-dot {
    margin-right: 20px;
    width: 40px;
    height: 40px;
  }
  .owl-carousel-1 .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .owl-carousel-1 .owl-dots .owl-dot img {
    width: 100%;
  }
  .owl-nav-1 .au-owl-next,
  .owl-nav-1 .au-owl-prev {
    width: 30px;
    height: 30px;
  }
  .owl-nav-1 .au-owl-next {
    right: -15px;
  }
  .owl-nav-1 .au-owl-prev {
    left: -15px;
  }
  .coming-soon {
    padding-top: 100px;
  }
  .coming-soon .coming-container .title h2 {
    font-size: 40px;
    line-height: 1;
  }
  .coming-soon .coming-container .title .sub-title {
    font-size: 20px;
  }
  .coming-soon .coming-container form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coming-soon .coming-container form input {
    margin-right: 0;
  }
  .coming-soon .coming-container form button {
    margin-top: 20px;
  }
  .coming-soon .coming-container .time-countdown ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coming-soon .coming-container .time-countdown ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 140px;
    margin: 15px !important;
  }
  .coming-soon .coming-container .time-countdown ul li .time-value span {
    font-size: 60px;
  }
  .accordion-1 .acc_section .acc_head {
    padding-right: 5px;
    font-size: 12px;
    height: 40px;
  }
  .accordion-2 .acc_section .acc_head {
    padding-right: 5px;
    font-size: 11px;
    height: 40px;
  }
  .tabs-1 .tab-title span {
    height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 9px;
    padding: 0 10px;
  }
  .tabs-2 .tab-title span {
    font-size: 9px;
    margin-right: 5px;
  }
  .tabs-3 .tab-title span {
    font-size: 11px;
    padding: 0 5px;
    height: 30px;
  }
  .tabs-4 .tab-title span {
    height: 40px;
    font-size: 9px;
    padding: 0 3px;
  }
  .service-intro .service-button {
    margin-top: 10px;
  }
  .service-intro .service-button a {
    width: 120px;
    margin-right: 0;
  }
  .service-intro .service-button a:first-child {
    margin-right: 18px;
  }
}
.help-block {
  display: block !important;
  margin: 0;
  height: 25px;
}
.help-block ul li {
  font-size: 13px;
  color: #a94442;
}
.au-form .help-block {
  position: absolute;
  top: -20px;
  left: 10px;
}
.help-block {
  display: block !important;
  margin: 0;
  height: 25px;
}
.help-block ul li {
  font-size: 13px;
  color: #a94442;
}
.au-form .help-block {
  position: absolute;
  top: -28px;
  left: 10px;
}
button.disabled {
  cursor: not-allowed !important;
}



.subpage
{
    background: #c2e2fb;
      border-top:2px #0e3a6b solid !important;
    }
    
 
 .su1
 {margin-left:70px;
  margin-right:50px;
     }
    
    .su2
 {
  margin-right:50px;
     }
    

.sub-con

{margin-top:20px !important;
 margin-bottom:20px !important;
     
}
.subpage h3
{
    text-align:center !important;
    padding-top:10px;
   
    }





.iconbox-button
{text-align:center;}




.con
{width:100% !important;
 background:#c2e2fb !important;
 font-family:beinarnormal !important;}
 
 
 
 
.con-btn
{background:#5262ad !important;
 color:White !important;
 border:2px #5262ad solid !important;
 font-family:beinarnormal !important;
 float:right;
 padding: 2px 20px;
    font-size: 18px;}
 
 
 
 .con-btn:hover
{background:#516bb2 !important;
 color:White !important;
 border:2px #516bb2 solid !important;}
 
 
 
 
 
 footer .footer-wrapper .footer-style-1 .footer-item .footer-content li
 {text-align:right;}
 
 
 
 
 
 
 
 footer .footer-wrapper .footer-style-1 .footer-item .footer-title h5
 {margin-left:180px;
  font-family:beinarnormal !important;
  }
 
 
 
  footer .footer-wrapper .footer-style-1 .footer-item .footer-title .logo img
 {margin-left:150px;}
 
 
 footer .main-footer.py-45  div.footer-content  nav ul
 {margin-left:70px;}
 
 
 
 .blog-container p
 {

    color: black;
    font-size: 16px;
    font-weight: 600;
   font-family: beinarnormal;  
 }
 
 .owl-carousel .owl-item img
 {
	
}
 
 
 
 
 



.banner1{
         background: url(back1.jpg);
    background-position: center;
    
    background-size: cover;
}
        