/**
  * Name: Tripzia
  * Version: 1.0
  * Author: CymolThemes
  * Author URI: http://www.CymolThemes.com
*/

@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/
 
 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #2457aa; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #2457aa; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #2457aa; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #0067ed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #898a9c;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Roboto', sans-serif; margin-bottom: 10px; font-weight: 500; color :#1d2143;}
h1 { font-size: 60px; line-height: 72px; }
h2 { font-size: 46px; line-height: 56px; }
h3 { font-size: 38px; line-height: 48px; }
h4 { font-size: 30px; line-height: 40px; }
h5 { font-size: 18px; line-height: 28px; }
h6 { font-size: 15px; line-height: 18px;}


/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{ color: #1d2143; }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }

.border { border: 1px solid transparent !important; }

.bor_rad_3 { border-radius: 3px; }
.bor_tl_rad_3 { border-top-left-radius: 3px; }
.bor_tr_rad_3 { border-top-right-radius: 3px; }
.bor_bl_rad_3 { border-bottom-left-radius: 3px; }
.bor_br_rad_3 { border-bottom-right-radius: 3px; }

.bor_rad_5 { border-radius: 5px; }
.bor_tl_rad_5 { border-top-left-radius: 5px; }
.bor_tr_rad_5 { border-top-right-radius: 5px; }
.bor_bl_rad_5 { border-bottom-left-radius: 5px; }
.bor_br_rad_5 { border-bottom-right-radius: 5px; }

.bor_rad_6 { border-radius: 6px; }
.bor_tl_rad_6 { border-top-left-radius: 6px; }
.bor_tr_rad_6 { border-top-right-radius: 6px; }
.bor_bl_rad_6 { border-bottom-left-radius: 6px; }
.bor_br_rad_6 { border-bottom-right-radius: 6px; }


.bg-anim-1 { position: absolute; left: 0; bottom: -100px;}
.bg-anim-2 { position: absolute; right: 0; top: -224px; }


.bg-anim-1{
    position: absolute;
    background-repeat: no-repeat;
    width: 270px;
    height: 80px;
    -webkit-animation: movingplane 4s cubic-bezier(0.51, 0.45, 0.75, 0.72) infinite;
    -moz-animation: movingplane 4s cubic-bezier(0.51, 0.45, 0.75, 0.72) infinite;
    -o-animation: movingplane 4s cubic-bezier(0.51, 0.45, 0.75, 0.72) infinite;
}
@keyframes movingplane {
    0% { 
         margin-left: 0;
    }
    25% { 
          bottom: -90px;
          margin-left: 20px;
    }
    50% {
          bottom: -80px;
          margin-left: 40px;
    }
    75% {
          bottom: -70px;
          margin-left: 60px;

    }
    100% {
          bottom: -60px;
          margin-left: 80px;
          opacity: .08;
    }
}


.bg-anim-2{
    position: absolute;
    background-repeat: no-repeat;
    width: 200px;
    height: 70px;
}
@keyframes movingcard {
    0% { 
         margin-left: 0;
    }
    25% { 
          top: -215px;
          transform: rotate(-5deg);
    }
    50% {
          top: -210px;
          transform: rotate(-10deg);
          
    }
    75% {
          top: -180px;
          transform: rotate(-15deg);
          
    }
    100% {
          top: -150px;
          transform: rotate(-20deg);
          opacity: .08;

    }
}

@keyframes mymove {
    
 20% {transform: translate(calc(5% * -20 ),0px);}
  40% {transform: translate(calc(5% * -12 ),0px);}
   60% {transform: translate(calc(5% * -10 ),0px);}
   80% {transform: translate(calc(5% * -8 ),0px);}
   100% {transform: translate(calc(5% * -5 ),0px);}
  120% {transform: translate(calc(5% * -2 ),0px);}
}

@keyframes  {
    
 0% {transform: translate(70px,0px);}
 20% {transform: translate(calc(100% * -2 ),0px);}
  40% {transform: translate(calc(100% * -5 ),0px);}
   60% {transform: translate(calc(100% * -8 ),0px);}
   80% {transform: translate(calc(100% * -11 ),0px);}
   100% {transform: translate(calc(100% * -16 ),0px);}
  120% {transform: translate(calc(100% * -21 ),0px);}
}

@keyframes gradient {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 80%;
  }
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }


/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1 { padding-top: 204px; padding-bottom: 90px; padding-left: 50px; margin-top: -140px;
            margin-right: -290px; }
.spacing-2 { padding: 60px 50px 45px; /*margin-top: -65px;*/ }
.spacing-3 { padding: 60px 25px 30px; margin-top: 80px; margin-left: -30px; margin-bottom: -80px; }
.spacing-4 { padding: 65px 25px 55px 60px;}
.spacing-5 { margin-top: -260px; margin-right: -215px; padding-right: 250px; padding-top: 106px;}
.spacing-6 { padding: 80px 40px 80px 0;}
.spacing-7 { padding: 80px 60px; margin-top: -80px; }

.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65{ padding-right: 65px !important;}
.pr-70{ padding-right: 70px !important; }
.pr-75{ padding-right: 75px !important; }
.pr-80{ padding-right: 80px !important; }
.pr-85{ padding-right: 85px !important; }
.pr-90{ padding-right: 90px !important; }
.pr-95{ padding-right: 95px !important; }
.pr-100{ padding-right: 100px !important; }

.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-90{padding-top: 90px !important;}
.pt-100{padding-top: 100px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-40{ padding-bottom: 40px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}

/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important;}
.mt-65{ margin-top: 65px !important;}
.mt-70{ margin-top: 70px !important;}
.mt-80{ margin-top: 80px !important;}
.mt-90{ margin-top: 90px !important;}
.mt-100{ margin-top: 100px !important;}
.mt-160{ margin-top: 160px !important;}


.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_35{ margin-top: -35px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100{ margin-top: -100px !important; }
.mt_120{ margin-top: -120px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_160{ margin-top: -160px !important; }
.mt_170{ margin-top: -170px !important; }
.mt_180{ margin-top: -180px !important; }
.mt_190{ margin-top: -190px !important; }
.mt_200{ margin-top: -200px !important; }
.mt_220{ margin-top: -220px !important; }
.mt_240{ margin-top: -240px !important; }


.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb_5{ margin-bottom: -5px !important; }
.mb_10{ margin-bottom: -10px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_20{ margin-bottom: -20px !important; }
.mb_25{ margin-bottom: -25px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_50{ margin-bottom: -50px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_70{ margin-bottom: -70px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_90{ margin-bottom: -90px !important }
.mb_100{ margin-bottom: -100px !important }
.mb_120{ margin-bottom: -120px !important }
.mb_140{ margin-bottom: -140px !important }

.ml-0{ margin-left: 0px !important }
.ml-10{ margin-left: 10px !important }
.ml-15 { margin-left: 15px!important; }
.ml-30{ margin-left: 30px !important; }
.ml-40{ margin-left: 40px !important; }
.ml-50{ margin-left: 50px !important; }
.ml-80{ margin-left: 80px !important; }
.ml-100{ margin-left: 100px !important; }
.ml-145{ margin-left: 145px !important; }
.ml-160{ margin-left: 160px !important; }

.ml_10 { margin-left: -10px!important; }
.ml_15 { margin-left: -15px!important; }
.ml_20 { margin-left: -20px!important; }
.ml_25 { margin-left: -25px!important; }
.ml_30{ margin-left: -30px !important; }
.ml_35{ margin-left: -35px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_50{ margin-left: -50px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_70{ margin-left: -70px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_90{ margin-left: -90px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_110{ margin-left: -110px !important; }
.ml_130{ margin-left: -130px !important; }
.ml_150{ margin-left: -150px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-10{ margin-right: 10px !important; }
.mr-15 { margin-right: 15px!important; }
.mr-20{ margin-right: 20px !important;}
.mr-25{ margin-right: 25px !important;}
.mr-30{ margin-right: 30px !important;}
.mr-40{ margin-right: 40px!important;}
.mr-50{ margin-right: 50px!important;}
.mr-60{ margin-right: 60px!important;}

.mr_10 { margin-right: -10px!important;}
.mr_15 { margin-right: -15px!important;}
.mr_20{ margin-right: -20px !important;}
.mr_25{ margin-right: -25px !important;}
.mr_30{ margin-right: -30px !important;}
.mr_40{ margin-right: -40px!important;}
.mr_50{ margin-right: -50px!important;}
.mr_60{ margin-right: -60px !important; }
.mr_70{ margin-right: -70px !important; }
.mr_80{ margin-right: -80px !important; }
.mr_90{ margin-right: -90px !important; }
.mr_100{ margin-right: -100px !important; }
.mr_130{ margin-right: -130px !important; }
.mr_150{ margin-right: -150px !important; }
.mr_160{ margin-right: -160px !important; }
.mr_180{ margin-right: -180px !important; }
.mr_200{ margin-right: -200px !important; }
.mr_240{ margin-right: -240px !important; }



/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
.cmt-textcolor-skincolor,
.cmt-textcolor-skincolor h1, 
.cmt-textcolor-skincolor h2,
.cmt-textcolor-skincolor h3, 
.cmt-textcolor-skincolor h4,
.cmt-textcolor-skincolor h5,
.cmt-textcolor-skincolor h6,
.cmt-textcolor-skincolor a, .cmt-textcolor-skincolor i,
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, 
a.cmt-textcolor-skincolor, i.cmt-textcolor-skincolor, 
:not(.cmt-bgcolor-darkgrey) a.cmt-textcolor-skincolor,
:not(.cmt-bgcolor-darkgrey) i.cmt-textcolor-skincolor,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h1, 
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h2,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h3, 
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h4,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h5,
.cmt-bgcolor-darkgrey .cmt-textcolor-skincolor h6,
.cmt-bgcolor-darkgrey a:hover,
.cmt-textcolor-white a:hover,
.cmt-bgcolor-darkgrey a:hover i,
.cmt-btn-color-skincolor,
.cmt-bgcolor-darkgrey .cmt-btn-color-skincolor,
.cmt-bgcolor-darkgrey .cmt-btn-color-skincolor i,
.cmt-bgcolor-grey .cmt-btn-color-skincolor,
.cmt-list-icon-color-skincolor li i,
.cmt-icon_element-border.cmt-icon_element-color-skincolor,
.cmt-btn-style-border.cmt-btn-color-skincolor, 
.cmt-icon_element-fill.cmt-icon_element-color-white,
.cmt-icon_element-color-skincolor, 
.cmt-icon_element-color-skincolor:not(.cmt-icon_element-fill) i, 
.cmt-bgcolor-darkgrey .cmt-icon_element-color-skincolor i, 
nav.main-menu ul.menu > li.active > a,
a:hover, .cmt-bgcolor-darkgrey a:hover, .section-title h5,
.testimonials.cmt-testimonial-box-view-style2 .testimonial-content:before,
.cmt-tabs.tabs-style-02 ul.tabs li a i ,
.cmt-p_table-amount, .cmt-p_table-price,
.featured-imagebox-portfolio .featured-content .featured-title h5 a:hover,
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child),
.widget.widget-download ul li i,
.featured-icon-box.icon-align-before-content.style5 .featured-title h5 span


{
    color: #26A2DC;
}

/** Skin-bg-color **/
.cmt-bgcolor-skincolor,
.cmt-bgcolor-skincolor > .cmt-bg-layer,
.cmt-bgcolor-skincolor > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-icon_element-fill.cmt-icon_element-color-skincolor,
.cmt-btn-style-fill.cmt-btn-color-skincolor,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:not(.btn-inline):hover:after,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):hover:after,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:not(.btn-inline):hover:before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:not(.btn-inline):hover:before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover:before ,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover:after,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover:before,
.cmt-bgcolor-grey .tooltip:after, .cmt-bgcolor-grey [data-tooltip]:after,
nav.main-menu ul.menu li > ul.mega-submenu li a:hover,
nav.main-menu ul.menu li ul.mega-submenu li.active > a,
.cmt-tabs.tabs-style-01 ul.tabs li.active a,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.header_cart .cart_count,
.cmt-progress-bar .progress-bar-inner .progress-bar:before,
.widget ul#menu-footer-quick-links li a:before,
.widget .widget-title:before,
.cmt-bgcolor-darkgrey .tooltip-top:after,
.social-icons.circle li>a:hover,
.featured-imagebox-post.style3 .featured-content.featured-content-post .post-header:before,
.featured-icon-box.icon-align-top-content.style6 .cmt-icon:before,
.featured-imagebox-team .media-block .social-icons li a:hover,
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child):before,
.featured-imagebox-post.style4 .cat_block-wrapper .cat_block,
.featured-icon-box.icon-align-top-content.style1 a.di_link:hover,
.cmt-bgcolor-darkgrey .testimonials-info .slick-prev:hover, .cmt-bgcolor-darkgrey .testimonials-info .slick-next:hover,
.cmt-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.cmt-toggle-title-bgcolor-grey .toggle-title a.active,
.featured-imagebox-services.style2 .bottom-footer a.cmt-btn i,
.accordion .toggle.cmt-control-left-true .toggle-title a:after,
.featured-imagebox-team.style1:hover .team-sep-icon i,
.ttm_subscribe_form .btn[type="submit"],
.footer .widget .widget-title:after, .widget .widget-title:after,
.featured-imagebox-services .cmt-box-view-content-inner:before,
.time-line-dot:before, .time-line-dot:after, .time-line-dot i,
.featured-imagebox-services .fea-btn a i,
.cmt-tabs.tabs-style-02 ul.tabs li.active,
.progress-bar-color-bar_skincolor,
.widget.widget-nav-menu ul li::after,
.widget.widget-download ul li:hover,
article.cmt-blog-classic .cmt-box-post-date .cmt-entry-date,
.cmt-blog-single .cmt-box-post-date,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current,
#totop.top-visible
{
    background-color: #0f75b5; 
}


/** Skin-border-color **/
.cmt-btn-style-fill.cmt-btn-color-skincolor, 
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-skincolor,
.featured-icon-box.icon-align-top-content.style1 a.di_link:hover,
.cmt-page-title-row-inner .row, .social-icons.circle li>a:hover,
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i, 
:not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor a, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-skincolor i

{
    border-color: #0067ed;
}
.cmt-bgcolor-darkgrey .tooltip-top:before, .cmt-bgcolor-darkgrey .tooltip:before, 
.cmt-bgcolor-grey .tooltip-top:before, .cmt-bgcolor-grey .tooltip:before,
.cmt-bgcolor-grey [data-tooltip]:before,
.cmt-tabs.tabs-style-02 ul.tabs li.active a:after,
.featured-icon-box.icon-align-before-content.style3:after,
nav.main-menu
{
    border-top-color: #0067ed !important;
}
.cmt-bgcolor-darkgrey .tooltip-bottom:before{
    border-bottom-color: #0067ed;
}


/** 2.Darkgrey-color **/
.cmt-textcolor-darkgrey,
.cmt-textcolor-darkgrey p,
.cmt-textcolor-darkgrey h1, .cmt-textcolor-darkgrey h2, .cmt-textcolor-darkgrey h3,
.cmt-textcolor-darkgrey h4, .cmt-textcolor-darkgrey h5, .cmt-textcolor-darkgrey h6, 
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white i,
.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn-color-dark, .cmt-btn-color-skincolor:hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-skincolor .cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-border.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-border.cmt-btn-color-grey:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-icon_element-color-darkgrey, :not(.cmt-bgcolor-darkgrey) .cmt-textcolor-darkgrey > i,
.cmt-icon_element-color-darkgrey:not(.cmt-icon_element-fill) i ,
.cmt-icon_element-fill.cmt-icon_element-color-white i,
.footer .cmt-textcolor-darkgrey p,
.footer .cmt-textcolor-darkgrey a,
.featured-imagebox-team .featured-content h5 a,
.featured-icon-box.icon-align-top-content.style3 a.di_link i,
.featured-icon-box.icon-align-before-content.style5 .featured-title h5,


.cmt-tabs.cmt-tab-style-vertical ul.tabs li.active a,
.testimonials .testimonial-content blockquote,
.ttm_subscribe_form .btn[type="submit"]:hover i,
.testimonials .testimonial-caption h5,
.cmt-progress-bar .progress-bar-percent,
.cmt-progress-bar .progressbar-title

{
    color: #1f2437;
}

/** DarkGrey-bg-color **/
.cmt-bgcolor-darkgrey ,
.cmt-bgcolor-darkgrey > .cmt-bg-layer,
.cmt-bgcolor-darkgrey > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-bgcolor-skincolor .tooltip:after, .cmt-bgcolor-skincolor [data-tooltip]:after,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark, .tooltip:after, [data-tooltip]:after,
.cmt-icon_element-fill.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover:after,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover:before,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-grey:not(.btn-inline):before,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:not(.btn-inline):before,
.cmt-header-style-overlay .cmt-stickable-header.fixed-header,
.testimonials-info .testimonials .testimonial-avatar:before,
.testimonials-info .testimonials .testimonial-content:before ,
.progress-bar.progress-bar-color-bar_dark,
.progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent,
.cmt-toggle-title-bgcolor-darkgrey .toggle-title a ,
.cmt-toggle-title-bgcolor-skincolor .toggle-title a.active,
.testimonials-info .slick-prev:hover, .testimonials-info .slick-next:hover

{
  background-color: #1f2437;
}

.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-darkgrey,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover, a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before ,
.testimonials-info .testimonials .testimonial-content

{
    border-color: #1f2437;
}

.cmt-bgcolor-skincolor .tooltip-top:before, .cmt-bgcolor-skincolor .tooltip:before, .cmt-bgcolor-skincolor [data-tooltip]:before, 
.tooltip-top:before, .tooltip:before, [data-tooltip]:before{
    border-top-color: #1f2437 !important;
}


/** 3.White-color **/
.cmt-textcolor-white, .cmt-bgcolor-skincolor a, .cmt-textcolor-white a, 
.cmt-btn-color-white, .cmt-icon_element-color-white, .cmt-bgcolor-skincolor i, .cmt-bgcolor-darkgrey i,
.cmt-textcolor-white h1, .cmt-textcolor-white h2, .cmt-textcolor-white h3, 
.cmt-textcolor-white h4, .cmt-textcolor-white h5, .cmt-textcolor-white h6, .cmt-textcolor-white a,
.cmt-bgcolor-skincolor h1, .cmt-bgcolor-skincolor h2, .cmt-bgcolor-skincolor h3, 
.cmt-bgcolor-skincolor h4, .cmt-bgcolor-skincolor h5, .cmt-bgcolor-skincolor h6, .cmt-bgcolor-skincolor a,
:not(.cmt-bgcolor-skincolor) .cmt-textcolor-white span,
.cmt-bgcolor-darkgrey h1, .cmt-bgcolor-darkgrey h2, .cmt-bgcolor-darkgrey h3, 
.cmt-bgcolor-darkgrey h4, .cmt-bgcolor-darkgrey h5, .cmt-bgcolor-darkgrey h6, .cmt-bgcolor-darkgrey a,
.cmt-textcolor-white .cmt-social-links-wrapper ul li a,
.cmt-icon_element-fill.cmt-icon_element-color-skincolor,
.cmt-icon_element-fill.cmt-icon_element-color-skincolor i, 
.cmt-icon_element-fill.cmt-icon_element-color-darkgrey,
.cmt-btn-style-fill.cmt-btn-color-skincolor,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:not(.btn-inline):hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-grey:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-dark:hover,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-skincolor:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover i,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-darkgrey .cmt-btn-color-skincolor:hover i,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-bgcolor-skincolor .row > [class*='col-'] :not(.cmt-bgcolor-white) a.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white:hover,
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-dark,
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-darkgrey i,
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-skincolor i,
nav.main-menu ul.menu li > ul.mega-submenu li a:hover, nav.main-menu ul.menu li ul.mega-submenu li.active > a,
.cmt-bgcolor-skincolor .section-title h2.title,
.cmt-bgcolor-darkgrey .section-title h2.title,
.cmt-bgcolor-skincolor .section-title h2.title strong,
.cmt-bgcolor-darkgrey .section-title h2.title strong,
.cmt-bgcolor-darkgrey .testimonials .testimonial-content blockquote,
.cmt-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.cmt-bgcolor-darkgrey .testimonials .testimonial-content h5,
.cmt-bgcolor-skincolor .testimonials .testimonial-content h5,
.social-icons.circle li>a:hover,
.social-icons.circle li>a:hover i,
.featured-imagebox-team:hover .media-block .social-icons li a:hover,
.testimonials-info .slick-prev:hover, .testimonials-info .slick-next:hover,
.cmt-toggle-title-bgcolor-darkgrey .toggle-title a ,
.cmt-toggle-title-bgcolor-skincolor .toggle-title a ,
.cmt-toggle-title-bgcolor-grey .toggle-title a.active,
.page-title-heading h2,
.featured-imagebox-services.style2 .bottom-footer a.cmt-btn i,
.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a,
.cmt-tabs.tabs-style-01 ul.tabs li.active a,
.featured-imagebox-team.style1:hover .team-sep-icon i ,
.featured-imagebox-services .fea-btn a i,
.cmt-tabs.tabs-style-02 ul.tabs li.active,
.cmt-tabs.tabs-style-02 ul.tabs li.active a,
.cmt-tabs.tabs-style-02 ul.tabs li.active i,
.featured-imagebox-portfolio .featured-content .featured-title h5 a,
.featured-imagebox-portfolio .featured-iconbox a:hover,
.widget.widget-download ul li:hover,
.widget.widget-download ul li:hover i,
.widget.widget-download ul li:hover h4,
.cmt-blog-single .cmt-box-post-date,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current { 
    color: #fff; 
}
.top_bar_contact_item,
.cmt-bgcolor-skincolor .title-desc, .cmt-bgcolor-darkgrey .title-desc,
.cmt-bgcolor-skincolor p, .cmt-bgcolor-darkgrey p,
.cmt-bgcolor-skincolor span, .cmt-bgcolor-darkgrey span,
.cmt-bgcolor-skincolor i, .cmt-bgcolor-darkgrey i,
.cmt-bgcolor-skincolor .cmt-progress-bar .progressbar-title,
.cmt-bgcolor-darkgrey .cmt-progress-bar .progressbar-title,
.cmt-bgcolor-skincolor .cmt-progress-bar .progress-bar-percent,
.cmt-bgcolor-darkgrey .cmt-progress-bar .progress-bar-percent,
.footer .widget ul.cmt-recent-post-list>li .post-date,
.footer .widget ul.cmt-recent-post-list>li .post-date i,
.cmt-bgcolor-skincolor .inside h3, .cmt-bgcolor-darkgrey .inside h3 {
    color: rgba(255,255,255,.90);
}


/** White-bg-color **/
.cmt-bgcolor-white, 
.cmt-bgcolor-white > .cmt-bg-layer,
.cmt-bgcolor-white > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-icon_element-fill.cmt-icon_element-color-white,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover:after,
.cmt-btn.cmt-btn-style-border.cmt-btn-color-white:not(.btn-inline):hover:before,
.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-icon_element-fill.cmt-icon_element-color-white,
.cmt-bgcolor-skincolor .section-title h5:before, 
.cmt-bgcolor-skincolor .section-title.title-style-center_text h5:after,
.cmt-bgcolor-darkgrey .section-title h5:before, 
.cmt-bgcolor-darkgrey .section-title.title-style-center_text h5:after,
.cmt-tabs.cmt-tab-style-vertical ul.tabs li.active a,
.ttm_subscribe_form .btn[type="submit"]:hover {
    background-color: #fff;
}

/** White-border-color **/
.cmt-bgcolor-darkgrey > .sep_holder .sep_line,
.cmt-bgcolor-skincolor > .sep_holder .sep_line,
.cmt-progress-bar .progress-bar-color-bar_white.progress-bar{
  border-color: rgba(255,255,255,.06);
}
.cmt-btn.cmt-btn-style-fill.cmt-btn-color-white,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-white ,
.cmt-bgcolor-darkgrey .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover{
    border-color: #fff;
}


/** 4.Grey-color **/
.cmt-bgcolor-grey,
.cmt-bgcolor-grey > .cmt-bg-layer,
.cmt-bgcolor-grey > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-btn-style-fill.cmt-btn-color-grey,
.cmt-icon_element-fill.cmt-icon_element-color-grey,
.testimonials.cmt-testimonial-box-view-style1 .testimonial-content,
.cmt-header-style-03 .header_search .header_search_content,
.cmt-btn-style-fill.cmt-btn-color-grey,
.cmt-header-style-03 .header_search #search_query_top,
.cmt-toggle-title-bgcolor-grey .toggle-title ,
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select,
.comment-body,
.pagination-block .page-numbers{
    background-color: #f5faff;
}
.cmt-btn-style-fill.cmt-btn-color-grey,
.cmt-icon.cmt-icon_element-border.cmt-icon_element-color-grey{
    border-color: #f5faff;
}
.comment-body:after{
    color: #f5faff;
} 
.cmt-icon.cmt-icon_element-fill.cmt-icon_element-color-grey{
    color: inherit;
}


/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/preloader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */

.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; }
.slick_slider.slick-dots-style1 .slick-dots{
    text-align: center;
    padding: 0;
    margin-top: -50px;
    width: 100%;
}
.slick_slider.slick-dots-style2 .slick-dots{
    padding: 0;
    margin: 0;
    padding: 0 15px;
    padding-top: 40px;
    top: 100%;
    text-align: center;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li button,
.slick_slider.slick-dots-style2 .slick-dots li button{
    height: 10px;
    width: 13px;
    line-height: 0;
    border: 0;
    border-radius: 30px;
    position: relative;
    margin-right: 7px;
    padding: 0;
    font-size: 0;
    background-color: #dedee7;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button{
    width: 27px;
    height: 10px;
}
.slick_slider.slick-dots-style2 .slick-dots { text-align: left; padding-top: 30px;}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button { margin-left: 0; }

.slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    border-radius: 100%;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider.slick-arrows-style1 .slick-prev{ left: 0; }
.slick_slider.slick-arrows-style1 .slick-next{ right: 0; }

.slick_slider.slick-arrows-style2 .slick-next{ 
    right: auto; 
    left: -315px;
    top: 90%;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: -375px;
    top: 90%;
}

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e629";
}
.slick_slider .slick-next:before {
    content: "\e628";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 1;
    height: 51px;
    line-height: 51px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 13px;
    height: 51px;
    line-height: 51px;
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
}
.top_bar_contact_item:last-child {
    margin-right: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.top_bar_contact_item:last-child i{ color: #fff; }


.top_bar_contact_item:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    display: block;
    position: absolute;
    left: -14px;
    top: 15px;
}
.top_bar_contact_item:nth-child(odd):after{
    content: unset;
}
.top_bar .social-icons { display: flex; }
.top_bar .social-icons li { margin: 0; }
.top_bar .social-icons li a{
    margin: 0;
    font-size: 12px;
    min-width: 40px;
}
.cmt-header-style-02 .top_bar .social-icons li a { min-width: 26px; }

.top_bar ul li.facebook-icon a {
    background-color: #385da9;
}
.top_bar ul li.twitter-icon a {
    background-color: #33ccff;
}
.top_bar ul li.google-icon a {
    background-color: #dc4a38;
}
.top_bar ul li.linkedin-icon a {
    background-color: #0073b1;
}

.top_bar ul li.facebook-icon:hover a ,
.top_bar ul li.twitter-icon:hover a ,
.top_bar ul li.google-icon:hover a ,
.top_bar ul li.linkedin-icon:hover a {
    background-color: #fff;
}


/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    width: 120px;
	animation: logo_animate 0.5s linear;
	animation-delay: 1s;
}
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* header_extra */
.header_extra > div{ 
    margin-left: 7px;
}
.header_search #searchbox{
   position: relative;
}
.header_search .search_btn{
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 40px;
    line-height: 33px;
    text-align: right;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeff5;
    border-radius: 0;
}
.header_search_content button.close-search {
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 5px;
    font-size: 14px;
    box-shadow: unset;
    opacity: .30;
}
.header_search_content button.close-search:hover{
    opacity: 1;
}
.header_search .header_search_content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 108px;
    padding: 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    opacity: 0;
    display: none;
    transition: all .6s ease-in;
    background-color: #fff;
    clear: both;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    border-radius: 0px 0px 5px 5px; 
}
.header_search .header_search_content.on{
    display: block;
    opacity: 1;
    z-index: 2;
}
.header_search #search_query_top {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 240px;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}

/* .widget_info */
.widget_info{
    position: relative;
    padding: 10px 0 10px 28px;
    /* margin: 20px 0; */
    margin-left: 30px;
    border-left:1px solid #eaeff5;
}
.widget_info:last-child {
    padding-right: 0;
}


/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    z-index: 1;
    background-color: #1f2437;
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-attachment: scroll;
}
.footer .widget .widget-title { 
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 36px;
    display: inline-block;
    position: relative;
}
.footer .cmt-horizontal_sep{
    border-top-color: rgba(255, 255, 255, 0.06);
}
.footer .widget-area:last-child .widget .widget-title {
    margin-bottom: 44px
}
.footer .widget .widget-title:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    width: 18px;
    height: 2px;
    display: block;
}
.footer .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* first-footer */
.first-footer{
    padding-top: 24px;
    padding-bottom: 15px;
}
.first-footer .widget-area .widget{
    padding: 40px 0 40px;
}

/* second-footer */
.second-footer .widget-area .widget{
    padding: 7px 30px;
    position: relative;
}
.second-footer .widget-area:not(:nth-child(2)) .widget{
    background-color: #0F75B5;
}
aside.widget.widget-text {
    background: #72BF44;
}
.second-footer .featured-icon-box .featured-title h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.second-footer .featured-icon-box .featured-desc p { color: #fff; }
.second-footer .featured-icon-box .featured-icon .cmt-icon{
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0px rgba(0,0,0,.08);
}
.second-footer .featured-icon-box .cmt-icon i{
    font-weight: 600;
    font-size: 15px;
}


/** menu-footer-quick-links **/
.widget ul#menu-footer-quick-links li a{
    padding-left: 22px;
    font-weight: 400;
}
.widget ul#menu-footer-quick-links li a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.37);
}
.widget ul#menu-footer-quick-links li {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
}
.widget ul#menu-footer-quick-links li:last-child{ padding-bottom: 0; }


/** cmt-recent-post-list **/
.footer .widget ul.cmt-recent-post-list>li{
    padding: 7px 0 14px;
    border: 0;
}
.footer .widget ul.cmt-recent-post-list>li:last-child{ padding-bottom: 0; }
.footer .widget ul.cmt-recent-post-list>li> .post-detail a {
    font-size: 14px;
    line-height: 23px;
    display: block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer .widget ul.cmt-recent-post-list>li img {
    width: 69px;
    height: 64px;
}
.footer .widget ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}
.widget ul.cmt-recent-post-list>li .post-date i{ 
    margin-right: 5px;
    font-size: 11px;
}


/** widget_contact_wrapper **/
ul.widget_contact_wrapper li{
    padding-left: 22px;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    margin-top: 7px;
    color: #fff;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    justify-content: center;
}

/* social-icons */
.footer .social-icons li>a {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-width: 1px ;
    border-style: solid;
    text-align: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.bottom-footer-text{
    border-top: 1px dashed rgba(255,255,255,.06);
    padding-top: 53px;
    margin-top: -50px;
}


/** copyright **/
.copyright {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 13px;
    line-height: 24px;
}
.copyright a { font-weight: 500; }
.copyright ul.list-inline{ margin: 0; }

/** Footer-nav-menu **/
.footer-nav-menu{
    padding: 0 ;
    margin: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 2px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.cmt-page-title-row { 
    background: url(../images/pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.cmt-page-title-row-inner { 
    width: 100%;
    padding: 130px 0 70px;
    background-color: rgba(0, 0, 0, 0.02);
}
.cmt-page-title-row-inner .row{
    border-left-width: 6px;
    margin: 0;
    padding-left: 7px;
    border-left-style: solid;
    border-color: #0F75B5;
}
.page-title-heading h2 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 0px;
}
.page-title-heading p { 
    font-size: 18px;
    color: #fff;
}
.breadcrumb-wrapper {
    z-index: 99;
    display: inline-block;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #fff;
}
.breadcrumb-wrapper span:first-child{
    padding-right: 20px;
}
.breadcrumb-wrapper span:first-child a{
    color: #fff;
}
.breadcrumb-wrapper span:first-child:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    right: 12px;
    background-color: #fff;
    top: 4px;
    display: inline-block;
    transform: rotate(25deg);
    font-style: normal;
}


/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single-pages-content
/*------------------------------------------------------------------------------*/ 
.cmt-team-single-contents .left-content h4 { font-size: 22px; line-height: 28px; }
.cmt-team-single-contents .right-content h4 { font-size: 26px; line-height: 32px; }

.cmt-service-single-content-area h4{ font-size: 26px; line-height: 36px; }


/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.cmt-blog-classic {
    margin-bottom: 50px;
    padding-bottom: 0;
}
article.cmt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.cmt-blog-classic, .cmt-post-featured-wrapper{ 
    position: relative; 
}
article.cmt-blog-classic .cmt-blog-classic-content {
    padding: 35px 30px 27px;
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(29, 33, 67, 0.08);
}
article.cmt-blog-classic .cmt-box-post-date{
    position: absolute;
    top: -30px;
    left: 30px;
}
article.cmt-blog-classic .cmt-box-post-date .cmt-entry-date{
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}
.cmt-blog-classic .post-meta, .cmt-blog-single-content .post-meta{
    display: block;
    padding-bottom: 15px;
}
.cmt-blog-classic .post-meta .cmt-meta-line, .cmt-blog-single-content .post-meta .cmt-meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.cmt-blog-classic .post-meta .cmt-meta-line:last-child{
    padding-right: 0;
}
.cmt-blog-classic .post-meta .cmt-meta-line:not(:last-child):after,
.cmt-blog-single-content .post-meta .cmt-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    top: 5px;
    right: 7px;
    display: block;
    background-color: currentColor;
}
.cmt-blog-classic .post-meta .cmt-meta-line i, .cmt-blog-single-content .post-meta .cmt-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.cmt-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cmt-blog-classic .cmt-blogbox-desc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    border-top: 1px solid #ededed;
    padding-top: 17px;
    margin-top: 25px;
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.cmt-blog-single-content .post-meta{
    display: block;
    margin-top: 20px;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.cmt-blog-single .cmt-box-post-date{
    position: absolute;
    right: 20px;
    top: 20px;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cmt-blog-single .cmt-box-post-date .entry-date{
    font-weight: 600;
    font-size: 24px;
    line-height: 17px;
}
.cmt-blog-single .cmt-box-post-date .entry-month{
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.cmt-blog-single blockquote {
    display: block;
    padding: 40px 45px;
    padding-left: 100px;
    position: relative;
    border: none;
    border-radius: 6px;
    font-weight: 400;
    margin: 35px 0 35px 0;
    font-size: 20px;
    line-height: 30px;
}
.cmt-blog-single blockquote:after {
	content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    position: absolute;
    left: 40px;
    top: 30px;
    font-style: normal;
    display: block;
}
.cmt-blog-single blockquote cite{
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.cmt-blog-single .cmt-blogbox-desc-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 30px;
}
.cmt-social-share-wrapper {
    display: flex;
    align-items: center;
}
.cmt-social-share-wrapper .cmt-social-share-icon_btn {
    padding-left: 15px;
    font-size: 18px;
    color: inherit;
    opacity: .8;
}
.cmt-blog-classic-content .cmt-social-share-wrapper .social-icons{
    display: none;
    transform: translateX(-30%);
    transition: all .8s;
}
.cmt-blog-classic-content .cmt-social-share-wrapper .social-icons.show{
    display: block;
    transform: translateX(0%);
}



/*blog-comment*/
.comments-area {
    padding-top: 60px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comment-list .children { margin-left: 35px; }
.comment-list, .comment-list .children { 
  list-style-type: none;
  padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    margin-left: 110px;
    padding: 20px 25px;
    position: relative;
    position: relative;
}
.comment-body:after{
    content: "";
    position: absolute;
    top: 25px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid;
}
.comment-author {
    float: left;
    text-align: center;
    width: 81px;
    height: 81px;
    display: block;
    overflow: hidden;
    margin-left: -135px;
    margin-top: -20px;
}
.comment-author img { max-width: 100%; height: auto; }
.comment-reply-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
}
.comment-notes{ 
    font-size: 15px;
    font-style: italic;
}
.comment-meta, .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p{ margin-bottom: 0; }
.reply{ float: right; }
.comment-meta, .comment-meta span{ 
    font-size: 13px;
    line-height: 24px;
}
.comment-meta .cmt-comment-owner h5, .cmt-comment-owner {
   display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
    font-style: normal;
}
.single article.post .comment-body p { margin-top: 10px; }
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 30px 2px 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 20px;
    font-size: 10px;
    margin-left: 6px;
}
.comments-area .comment-respond { padding-top: 40px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    font-size: 17px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 5px;
    text-indent: 0;
    font-style: italic;
}


/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.conatact-section h4{ font-size: 24px; line-height: 32px; }


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{ 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color:#fff;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 200px 0 160px;
}
.error-404 .text-content{
    text-align: center;
    display: inline-block;
    position: relative;
}
.error-404 .text-content ._404{
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 2;
    letter-spacing: 15px;
}
.error-404 .text-content .h1{
    text-align:center;
    display:block;
    position:relative;
    letter-spacing: 12px;
    font-size: 4em;
}
.error-404 .text-content .h2{
    text-align:center;
    display:block;
    position: relative;
    font-size: 20px;
    margin-bottom: 40px;
}
.error-404 hr{
    padding: 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    height: 5px;
    background: #fff;
    z-index: -10;
}
.error-404 hr:after {
    content: "\2022";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.5em;
    font-size: 2em;
    line-height: 1em;
    padding: 0 0.2em;
    background: rgba(255,255,255,.6);
}
.cloud {
    width: 350px; height: 120px;
    background: #FFF;
    background: linear-gradient(top, #FFF 100%);
    background: -webkit-linear-gradient(top, #FFF 100%);
    background: -moz-linear-gradient(top, #FFF 100%);
    background: -ms-linear-gradient(top, #FFF 100%);
    background: -o-linear-gradient(top, #FFF 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;;
    margin: 0 auto;
    transition: ease 1s;
}
.cloud:after, .cloud:before {
    content: '';
    position: absolute;
    background: #FFF;
    z-index: -1
}
.cloud:after {
    width: 100px; height: 100px;
    top: -50px; left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.cloud:before {
    width: 180px; height: 180px;
    top: -90px; right: 50px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}
.z1 {
    top:-100px;
    left:100px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}
.z1_5{
    top:-80px;
    left:250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite; 
}
.z2 {
    left: 250px;
    top:30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6; 
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}
.z3 {
    left: 250px; bottom: -70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.8; 
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}
.z4 {
    left: 470px; botttom: 20px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}
.z5 {
    left: 200px; top: 360px;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8; 
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}
@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}



/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { display: block; height: 400px; width: 100%; }


/* CUSTOM CSS */
.top-menu {
    border-left: 1px solid #eaeff5;
    margin: 0 auto;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    padding: 10px 0 10px 28px;
}

.top-menu ul.menu li a {
    padding: 0 15px;
}
.top-menu ul.menu li ul.mega-submenu {
    z-index: 99;
}
.client.list {
    display: inline-block;
}

.client.list span img {
    width: 49% !important;
    margin-bottom: 4px;
    border: 2px solid red;
}

blockquote.testimonial-text:before {
    content: "\f10d" !important;
    font-family: FontAwesome;
    font-size: 120px !important;
}

section.cmt-row.testimonial_2-section.bg-layer-equal-height.cmt-bg.bg-img4.cmt-bgimage-yes.clearfix {
    padding: 50px 0 130px;
}
.client-title {
    text-transform: uppercase;
}

/* TAB */
.tab{
	box-shadow: 0px 0px 4px #00000052;
}
.tab .nav-tabs {
    border: none;
    margin-bottom: 0px;
	background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
}
.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
    background: #fff;
    color: #0F75B5;
    border-color: #c6c6c6;
    border-bottom: 0;
    border-top-color: #0F75B5;
    box-shadow: inset 0px 3px #0F75B5;
    /*background: -webkit-linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.tab .nav-tabs li a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.tab .tab-content {
    padding: 30px;
    margin-top: 0;
    background: #fff;
    border-radius: 0px;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    letter-spacing: 1px;
    position: relative;
	height: 340px;
    overflow: auto;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
    color: #0F75B5;
}
.tab .nav-tabs li a i.fa{
    font-size: 30px;
}
.tab .nav-tabs li a:hover i.fa:before, .tab .nav-tabs li.active a i.fa:before{
  background: -webkit-linear-gradient(45deg,  #0F75B5, #26A2DC, #72BF44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.tab .nav-tabs li:hover, .tab .nav-tabs li.active{
    background: #fff;
}


/* YOUTUBE CAROUSEL */
.tab-video .slider-for{
	width: 100%;
	height: auto;
	margin: 30px auto 1px;
	overflow: hidden;
}
img{
	width: 100%;
	min-height: 100%;
}
.tab-video .slider-nav{
	width: 100%;
	height: auto;
	margin: auto;
}
.tab-video .slider-nav .slick-track{
	height: 85px;
}
.tab-video .slick-arrow{
		position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.tab-video .slick-prev{
	left: 0;
}
.tab-video .slick-next{
	right: 0;
}
/* YOUTUBE CAROUSEL ENDS */


.highlight-news-meta {
    background: #f4f4f4;
    text-align: center;
    font-size: 14px;
}
.highlight-news-meta .meta {
    padding: 6px 0;
}
.highlight-news-meta .read_more {
    background: #47a37c;
    color: #fff;
}

span.input-group-addon {
    background: #d2d2d2;
    color: #9f9f9f;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body .divider{
    position: relative;
}

.modal-body .divider.text-center p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 47%;
    height: 1px;
    background: #d2d2d2;
}
.modal-body .divider.text-center p:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 47%;
    height: 1px;
    background: #d2d2d2;
}
.modal-body .divider.text-center p{
    color: #9f9f9f;
}

span.show_password.toggle-password {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
    cursor: pointer;
}
.reset_confirmation ul.errorlist li {
    color: red;
}

.slider-client {
    background: url(/images/office-images/NICE6255-new.jpg);
    background: url(/images/bg-image/new-bg.jpg);
    padding: 100px 0px 30px 0px;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: inset 10000px 10000px 10000px 10000px rgba(12, 15, 48, 0.58);
    height: auto;
    position: relative;
	background-position: 0 0;
	background-size: auto 100%;
	/*adjust s value for speed*/
	animation: animatedBackground 500s linear infinite;
}

/*.slider-client form.slider-form {
    position: absolute;
    bottom: 20%;
    left: 15%;
}*/


.statitics {
    width: auto;
    height: auto;
    /*margin-top: 8%;*/
}
.statitics .indicator {
    margin-bottom: 18px;
    height: 88px;
    background: #1c2035e0;
    box-shadow: 2px 2px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 12px;
    float: right;
    background: linear-gradient(to left, #1c2035e0 50%, #72BF44 0%, #0F75B5 80%) right;
    background-size: 200%;
    transition: all 0.5s ease-out;
    border-left: 3px solid #0F75B5;
	display: flex;
    align-items: center;
	cursor: pointer;
	transform: translateX(1px);
}
.statitics .indicator:hover {
    background-position: left;
    transform: translateX(15px);
}
.statitics .indicator:hover span.icon.file-icon img {
    transform: scale(1.2);
}
.statitics .indicator .icon {
    width: 64px;
    height: 64px;
    float: left;
    border-radius: 4px;
    margin-right: 14px;
    text-align: center;
}
.statitics .indicator .icon i {
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-top: 14px;
    font-weight: 300 !important;
}
.statitics .indicator h5 {
    text-align: left;
    text-transform: uppercase;
    color: #CED4DA;
    margin: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    clear: none;
}
.statitics .indicator .counter {
    color: white;
    margin: 0px;
    font-size: 36px;
    font-weight: 900 !important;
    cursor: pointer;
}
a {
    text-decoration: none !important;
}

.tab-video .slick-slide img {
    cursor: pointer;
	border-right: 3px solid #0f75b5;
}

.single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.single h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
}

.single input.form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}

button.btn.btn-theme {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #243c4f;
    color: #fff;
}

/* CUSTOM SEARCH BOX */
@keyframes alert {
  0%{
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.header_search form.search_top {
  transition: all 0.15s;
}
.header_search form.search_top.explode {
  transform: scale(1.4);
  opacity: 0;
}

.header_search form.search_top {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  position: relative;
  top: 10px;
}
.header_search form.search_top input[type="submit"]{
  display: none !important;
}
.header_search form.search_top input {
  width: 100%;
}
.header_search form.search_top input {
  background: none !important;
  border: 3px solid #fff !important;
  border-radius: 26px !important;
  box-sizing: border-box;
  padding: 5px 15px 7px !important;
  font-size: 14px !important;
  color: #fff !important;
  z-index: 2;
  position: relative;
}
.header_search form.search_top input:focus {
  outline: none;
}
.header_search form.search_top .after {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 1;
}
.header_search form.search_top.open .after {
 cursor: pointer;
}
.header_search form.search_top .after:before,
.header_search form.search_top .after:after {
  content: '';
  width: 13px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transform-origin: 100% 100%;
}
.header_search form.search_top .after:after{
  bottom: -3px;
  right: -3px;
  transform: rotate(45deg);
}
.header_search form.search_top .after:before {
  top: -3px;
  right: -3px;
  transform: rotate(-45deg);
  opacity: 0;
}
.header_search form.search_top,
.header_search form.search_top .after,
.header_search form.search_top .after:before,
.header_search form.search_top .after:after {
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
}
.header_search form.search_top.in {
  animation-name: expand;
}
.header_search form.search_top.in .after:before {
  animation-name: beforemagic;
}
.header_search form.search_top.in .after:after {
  animation-name: aftermagic;
}

.header_search form.search_top.close,
.header_search form.search_top.close .after,
.header_search form.search_top.close .after:before,
.header_search form.search_top.close .after:after {
  animation-direction: reverse;
}
.header_search form.search_top.close {
  animation-name: expand;
}
.header_search form.search_top.close .after:before {
  animation-name: beforemagic;
}
.header_search form.search_top.close .after:after {
  animation-name: aftermagic;
}

/* Hold final focused state
 ****************************/
.header_search form.search_top.open {
  width: 180px;
  color: #fff;
}
.header_search form.search_top.open .after {
  z-index: 3;
}
.header_search form.search_top.open .after:before {
  width: 20px;
  top: 9px;
  right: 13px;
  opacity: 1;
}
.header_search form.search_top.open .after:after {
  width: 20px;
  bottom: 10px;
  right: 15px;
}
.header_search h4 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    transform: scale(0);
    transition: all 0.3s;
    position: relative;
    top: -25px;
    margin: 0;
    font-weight: normal;
}
.header_search h4.show {
    animation: alert 0.18s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes aftermagic {
  0%   {}
  10% {
    width: 24px;
    bottom: -10px;
    right: -10px;
  }
  15%{
    opacity: 1;
  }
  35% {
    width: 13px;
    bottom: -3px;
    right: -3px;
     opacity: 0;

  }
  25% {
    opacity: 0;
  }
  64% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    width: 13px;
    bottom: -2px;
    right: -3px;
  }
  75% {
    width: 30px;
    bottom: 4px;
    right: 10px;
  }
  90% {
    width: 20px;
    bottom: 10px;
    right: 15px;
  }
  100% {
    width: 20px;
    bottom: 10px;
    right: 15px;
  }
}
@keyframes beforemagic {
  0%   {}
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
    width: 13px;
    top: -4px;
    right: -3px;
  }
  65% {
    width: 30px;
    top: 6px;
    right: 10px;
  }
  80% {
    width: 20px;
    top: 9px;
    right: 13px;
  }
  100% {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1;
  }
}
@keyframes expand {
    0%   {
      color: transparent;
    }
  20% {
    width: 36px;
  }
  45% {
    width: 180px;
  }
  99% {
    color: transparent;
  }
    100% {
      width: 180px;
      color: #fff;
    }
}

/* SLIDER FORM */
form.slider-form input {
    height: 50px;
    font-size: 16px;
}
form.slider-form select {
    height: 50px;
}
form.slider-form button {
    height: 50px;
}
form.slider-form button.submit {
    height: 40px !important;
    line-height: 0 !important;
}

/* SERVICES CARD CSS */
.service_card{
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.service_card .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.service_card .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.service_card:hover .face.face1{
    background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
    transform: translateY(0);
}

.service_card .face.face1 .content{
    opacity: 0.2;
    transition: 0.5s;
    text-align: center;
}

.service_card:hover .face.face1 .content{
    opacity: 1;
}

.service_card .face.face1 .content img{
    max-width: 100px;
}

.service_card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.service_card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
    height: auto;
}

.service_card:hover .face.face2{
    transform: translateY(0);
}

.service_card .face.face2 .content p{
    margin: 0;
    padding: 0;
    color: #000;
    display: none;
}

.service_card .face.face2 .content a{
    /*margin: 15px 0 0;*/
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.service_card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}

.service_card.blur {
  filter: blur(4px);
}

.service_card.active {
    filter: blur(0px);
}


/* FLIP SERVICE CARD*/
.flip_card{
  cursor: pointer;
  margin-bottom: 10px;
}

.flipper{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* -webkit-perspective: 1000px; */
  /* perspective: 1000px; */
}

.front,
.back{
  background-size: cover;
  box-shadow: -7px -5px 8px 0px #101f411f;
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 150px;
  height: auto;
  border-radius: 8px;
  flip_cardor: #fff;
  font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg, #0f75b5, #26A2DC, #72BF44);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-flip_cardor: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.flipper:hover .front,
.flipper:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    /* padding: 2rem; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flipper .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipper .front{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #fff;
    /* background-image: none !important; */
}

.flipper:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flipper:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 20px;
  margin-bottom: 2rem;
  position: relative;
  color: #000;
  text-align: left;
}

.back .inner p {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.09;
	color: #fff;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 1px;
  position: absolute;
  background: #000000;
  display: block;
  left: 0;
  /* right: 0; */
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  flip_cardor: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000;
  display: none;
}


.front {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 80px !important;
}

.front:before {
    background-color: #0F75B5;
    height: 150px;
    width: 100px;
    position: absolute;
    content: "";
    right: 0;
    top: -0;
    /* border-radius: 10px 50% 50% 50%; */
    opacity: 0.10;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 100% 0 0 100%;
}

.front .inner {
    width: 80%;
}

/* CONTACT FORM */
/*form.contact_form .input-group {
  position: relative;
  margin: 40px 0 20px;
}*/

/*form.contact_form input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #757575;
}*/

form.floating_label_form input:focus {
  outline: none;
}

form.floating_label_form label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

form.floating_label_form input:focus ~ label,
form.floating_label_form input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #4285f4;
}


form.floating_label_form textarea:focus ~ label,
form.floating_label_form textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #4285f4;
}


form.floating_label_form .bar {
  position: relative;
  display:block;
  width:315px;
}

form.floating_label_form .form-group.input-group .bar:before,
form.floating_label_form .form-group.input-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4285f4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

form.floating_label_form .form-group.input-group .bar:before {
  left: 50%;
}

form.floating_label_form .form-group.input-group .bar:after {
  right: 50%;
}

form.floating_label_form input:focus ~ form.floating_label_form .form-group.input-group .bar:before,
form.floating_label_form input:focus ~ form.floating_label_form .form-group.input-group .bar:after {
  width: 50%;
}

form.floating_label_form .form-group.input-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

form.floating_label_form input:focus ~ form.contact_form .form-group.input-group .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}


/* NEW SERVICE BOX */
.new_card {
    position: relative;
    height: 280px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 5px 202px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    background: #333333;
}

.new_card .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.new_card .imgBx img {
    max-width: 100%;
    border-radius: 5px;
}

.new_card .imgBx h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

.new_card:hover {
    height: 400px;
}

.new_card .content {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #000 !important;
}

.new_card:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -20px;
    transition-delay: 0.3s;
}


.new_card:hover a {
    padding: 5px;
    border: 1px solid #fff;
}

/* ASSOCIATE OFFICES */
.associate-offices {
    border-left: 3px solid #0f75b5;
    padding: 20px 30px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

ul.offices-list {
    padding: 0;
    margin: 0;
}

ul.offices-list li {
    list-style: none;
    display: inline-block;
    border: 2px solid #f1f1f1;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    margin: 0 0 5px 0px;
}
ul.offices-list li:hover {
    color: #0f75b5;
    border-image: linear-gradient(to right, #0F75B5, #72BF44);
    border-image-slice: 1;
}
.md-message {
    background: #f5faff;
}

/* HEADER STYLING */

.theme-gradient{
    background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
}

h2.title strong {
    font-weight: 500;
    color: #0F75B5;
}

#totop.top-visible {
    background: none !IMPORTANT;
}
.tab-video {
    background: #f5faff;
}
.check-salary .image-column figure.check-sal-imgBx {
    margin: 0;
}
.check-salary {
	background: #0f75b5;
}
.check-salary .image-column figure.check-sal-imgBx img {
    width: auto;
}

/* SALARY FORM BORDER ANIMATION */
.check-sal-form {
  position: relative;
  padding: 50px 0;
  width: 100%;
}


/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

@keyframes frame-enter {
  0% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 0% 100%);
  }
}

.check-salary .form-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CUSTOM TESTIMONIAL */
.nemc_testimonial {
    background: #f5faff;
}
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
	border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #26A2DC;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #0F75B5;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #0F75B5;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff4242;
}
.owl-prev:before, .owl-next:before {
    content: "\f060";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before {
    content: "\f061";
}

/* SERVICE BOX */
.nemc_service_box
{
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
  background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  font-family:'Roboto';
}
.nemc_service_box img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.nemc_service_box .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height:calc(100% - 60px);
  text-align: center;
}
.nemc_service_box h1
{
  font-size: 18px;
  font-weight: bold;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.nemc_service_box h1:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.nemc_service_box h2
{
  font-weight:100;
  margin:20px 0 0 0;
  font-style:italic;
   transform: translateX(200px);
   display: none;
}
.nemc_service_box p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.nemc_service_box:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.nemc_service_box:hover img
{
  opacity: 0.2;
}
.nemc_service_box:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.nemc_service_box .text .dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;

}

.nemc_service_box .text .dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
    opacity:0;
    transition: transform 0.4s ease-out, opacity 0.5s ease;
    transform: translateY(30px);
}

.nemc_service_box:hover .text .dots span
{
  opacity:1;
  transform:translateY(0px);
}

nemc_service_box .text .dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
nemc_service_box .text .dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
nemc_service_box .text .dots span:nth-child(3)
{
   transition-delay: 0.15s;
}

.nemc_service_box.blur {
  filter: blur(4px);
}

.nemc_service_box.active {
    filter: blur(0px);
}

/* FAQ TABS */
.tm-accordion .card:first-child {
    border-radius: 15px 15px 0 0;
}
.tm-accordion .card {
    margin-bottom: 5px;
    overflow: hidden;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.05);
}
.tm-accordion .card .card-header {
    background-color: #fff;
    border-top: none;
}
.tm-accordion.accordion-classic.accordion-theme-colored1 .card .card-header .title:not(.collapsed) {
    background-color: #5798fe;
    color: #fff;
}
.tm-accordion.accordion-classic .card .card-header .title:not(.collapsed) {
    background-color: #f5f5f5;
}
.tm-accordion .card .card-header .title {
    padding: 1rem 2rem;
    margin: 0;
    position: relative;
}
.tm-accordion .card .card-header .title:not(.collapsed) .accordion-controls-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.tm-accordion .card .card-header .title .accordion-controls-icon {
    opacity: 0.4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}
.tm-accordion .card:last-child {
    border-radius: 0 0 15px 15px;
}


/**/
.slider-form .added_row {
    right: -150px;
}
.bg_dark_blue{
    background: #0F75B5;
}
.bg_light_blue{
    background: #26A2DC;
}
.bg_green{
    background: #72BF44;
}









/* New TAB */
.service_tab {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.service_tab .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
}
.service_tab.card-nav-tabs .card-header {
    margin-top: -30px!important;
}
.service_tab .card-header-primary {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(38 162 220 / 34%);
    background: radial-gradient(#26a2dc, #0F75B5);
}
.service_tab .card-header .nav-tabs {
    padding: 0;
    border: 0;
    justify-content: center;
}
.service_tab .nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}
.service_tab .nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}
.service_tab .nav-tabs .nav-item .nav-link {
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}
.service_tab .nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}
.service_tab .nav-pills, .nav-tabs {
    border: 0px;
}
.service_tab ul.nav.nav-tabs li a img {
    max-width: 40px;
}


/* IMPACT COUNTER */
.projectFactsWrap{
    display: flex;
    /* margin-top: 30px; */
    flex-direction: row;
    flex-wrap: wrap;
}


.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 10px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}
div#projectFacts .item img {
    max-width: 80px;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* GOOGLE TRANSLATOR */
#google_translate_element{
  display: none;
}

/* NEW LANGUAGE HEADER SECTION */
.lang-sec {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 99999999999;
	    position: absolute;
    top: 20px;
    left: -110px;
	display: none;
}

.lang-sec img {
    width: 20px;
}

.lang-sec span a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-right: 2px solid;
    padding-right: 6px;
}

section.choose-us {
    background-image: url(/images/bg-image/col-bgimage-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* WAYPOINT ANIMATION */
.check-salary, .impact_counter, .nemc_testimonial, .tab_sec, .video_sec, .card_flip, .newsletter, .on_recruit, .client{
	opacity: 0;
}

.check-salary.animated, .impact_counter.animated, .nemc_testimonial.animated, .tab_sec.animated, .video_sec.animated, .card_flip.animated, .newsletter.animated, .on_recruit.animated, .client.animated{
	opacity: 1;
}


/* LOGO ANIMATION */
@keyframes logo_animate {
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( 1.3 );
  }
  40%
  {
    transform: scale( 1.3 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( 1.3 );
  }
  100%
  {
    transform: scale( 1 );
  }
}


/* counters */
.counter-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
    box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
    position: relative;
    padding: 30px 35px 20px;
    z-index: 0;
	box-shadow: -7px -5px 8px 0px #101f411f;
}
.counter-box:hover {
    box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
}
.counter-box * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.counter-box .icon-box i {
    font-size: 80px;
    position: relative;
    color: #0F75B5;
    margin-left: -30px;
    width: 1.28571429em;
    text-align: center;
}
.counter-box .count {
    font-weight: 700;
}
.counter-box .count:after {
    content: "+";
}
.counter-box p {
    font-weight: 600;
}
.counter-box:after {
    background-color: #0F75B5;
    height: 110px;
    width: 110px;
    position: absolute;
    content: "";
    left: 0;
    top: -0;
    border-radius: 10px 50% 50% 50%;
    opacity: 0.10;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
.counter-box:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 10px;
}
.counter-box:hover * {
    color: #fff !important;
}


/* FORM INPUT PLACEHOLDER ANIMATION */
input:focus::placeholder {
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

input::placeholder {
    transition: all 0.3s ease;
}

textarea:focus::placeholder {
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

textarea::placeholder {
    transition: all 0.3s ease;
}
/* FORM INPUT PLACEHOLDER ANIMATION ENDS */

/* NEW CHECK SALARY */

form.floating_label_form {
	padding-right: 120px;
	background: #fff;
	position: relative;
}
form.floating_label_form .form-group.input-group {margin-bottom: 0;}

form.floating_label_form .form-group.input-group input {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    height: 60px;
}


form.floating_label_form button.cmt-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #72BF44 !important;
    border: 0;
    padding: 21.5px 0;
}
input{
	font-size: 17px !important;
}


/* HEADER LINK EFFECT */
span.drop_flag img {
    max-width: 25px;
    margin-right: 10px;
    height: 25px;
    border-radius: 50%;
}
header#masthead nav.main-menu ul.menu li:last-child a {
    margin-right: 0;
}

nav.main-menu ul.menu > li.active > a {
    color: #fff;
}

header#masthead nav.main-menu ul.menu li a {
    position: relative;
}

header#masthead nav.main-menu ul.menu li a:before, header#masthead nav.main-menu ul.menu li a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(255 255 255 / 35%);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

header#masthead nav.main-menu ul.menu li:hover a:before, header#masthead nav.main-menu ul.menu li:hover a:after, 
header#masthead nav.main-menu ul.menu li.active a:before, header#masthead nav.main-menu ul.menu li.active a:after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

header#masthead nav.main-menu ul.menu li:hover a:after,
header#masthead nav.main-menu ul.menu li.active a:after {
    width: 40px;
    height: 40px;
    border-width: 4px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
header#masthead nav.main-menu ul.menu li:hover ul.mega-submenu li a:before, header#masthead nav.main-menu ul.menu li:hover ul.mega-submenu li a:after {
    content: none;
}


/* NEW FINAL TAB START */

.tab_sec .content {
	 /*max-width: 600px;
	 width: 100%;
	 min-width: 260px;
	 margin: 0 5%;
	 margin-top: 10%;*/
	 transition: 0.3s ease;
}

/* Tabs menu */
 .tab_sec .tabs_buttons {
	 margin: 0;
	 background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 height: 80px;
	 border-radius: 2px 2px 0px 0px;
}

/* Tab Links */
 .tab_sec .tablinks {
	 background: transparent;
	 background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
	 border: none;
	 outline: none;
	 cursor: pointer;
	/* width: 25%; */
	/*change depending on the number of tabs*/
	 height: 80px;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-size: 16px;
	 font-family: "IBM Plex Sans", sans-serif;
	 overflow: hidden;
	 transition: 0.3s ease;
	 width: 100%;
}

 .tab_sec .tablinks:before {
	/* Gradient */
	 background-image: linear-gradient(135deg, #26a2dc 0%, #0f75b5 100%);
	 content: "";
	 width: 100%;
	 height: 0px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: 0.3s ease-in-out;
	 z-index: 2;
}
/*tab buttons hover*/
 .tab_sec .tablinks:hover::before {
	 height: 100%;
	 z-index: 2;
	 bottom: 0;
}

/* Tab active */
 .tab_sec .tablinks.active {
	 background-color: white;
	 z-index: 0;
	 border-right: 0px;
	 border-left: 0px;
	 height: 110px;
	 bottom: 0px;
	 overflow: hidden;
}

.tab_sec .tablinks.active:before {
	/* Gradient */
	 content: "";
	 width: 100%;
	 height: 5px;
	 top: 0;
	 left: 0;
}
/* Tabs text */
.tab_sec .tablinks.active p, .tab_sec .tablinks.active:hover p {
	 opacity: 1;
	 background: -webkit-linear-gradient(135deg, #26a2dc 0%, #0f75b5 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
.tab_sec .tablinks p {
	 opacity: 0.6;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 z-index: 2;
	 transition: 0.5s ease;
	 padding: 0;
	 margin: 0;
	 color: #686868;
	 backface-visibility: hidden;
	 font-weight: 400;
}
.tab_sec .tablinks:hover p {
	 color: white;
	 opacity: 1;
}

/* Tabs text bigger */
.tab_sec .tablinks p:before {
	 content: attr(data-title);
	 position: absolute;
	 height: auto;
	 width: auto;
	 color: white;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0.1;
	 font-size: 40px;
	 transition: 1s ease-out;
	 z-index: -1;
	 font-weight: 600;
	 top: 110%;
}

.tab_sec .tablinks:hover p:before {
	 opacity: 0.1;
	 font-size: 40px;
	 top: -80%;
}
/* tab content */
.tab_sec .wrapper_tabcontent {
	 background-color: white;
	 margin-top: 0px;
	 z-index: -3;
	 position: relative;
	 opacity: 1;
	 padding: 40px 60px;
	 overflow: hidden;
	 transition: all 1s ease;
	 top: 0;
	 min-height: 320px;
}
.tab_sec .tabcontent {
	 display: none;
	 min-height: 180px;
}
 @keyframes tabEffect {
	 from {
		 top: -40px;
	}
	 to {
		 top: 0px;
	}
}
.tab_sec .tabcontent.active {
	 transition: all 1s ease;
	 display: block;
}
/* Tab content line */
.tab_sec .wrapper_tabcontent:after {
	 content: "";
	 height: 5px;
	 width: 100%;
	 position: absolute;
	 background-image: linear-gradient(135deg, #26a2dc 0%, #0f75b5 100%);
	 left: 0;
	 bottom: 0;
	 z-index: -2;
	 transition: all 1s ease;
}
/* Title */
.tab_sec .tabcontent h3 {
	 font-size: 40px;
	 top: 90px;
	 transform: rotate(90deg);
	 position: absolute;
	 left: -90px;
	 opacity: 0.1;
	 width: 200px;
	 height: 60px;
	 background: -webkit-linear-gradient(135deg, #26a2dc 0%, #0f75b5 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 padding: 0;
	 animation: city 1s ease;
}

 @keyframes city {
	 from {
		 left: -150px;
	}
	 to {
		 left: -90px;
	}
}
/* Text*/
.tab_sec .tabcontent p {
	 color: #686868;
	 margin: 0;
	 padding: 0;
	 line-height: 28px;
	 font-weight: 100;
	 transition: all 1s ease;
	 animation: fadeEffect 0.6s ease;
	 width: 100%;
	 font-size: 16px;
	 font-family: "IBM Plex Sans", sans-serif;
}

 @keyframes fadeEffect {
	 from {
		 opacity: 0;
		 margin-left: 30px;
	}
	 to {
		 opacity: 1;
		 margin-left: 0;
	}
}
 
/* NEW FINAL TAB ENDS */


/* GOOGLE IFRAM HIDDING START */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
/* GOOGLE IFRAM HIDDING ENDS */


section.our_team .featured-imagebox.featured-imagebox-team {
    margin-bottom: 10px;
}

/* CLIENT PAGE START */
/* Demo assets */
.touch .client-wrap .client.solid {
  opacity: 1;
  z-index: 5;
}

.touch .client-close.click-on {
  pointer-events: auto;
  z-index: 6;
}

.touch .client:hover .client-more-less::after {
  opacity: 0;
}

.toggle-container {
  text-align: center;
}

.toggle-wrap {
  margin: 0 auto 20px;
  display: inline-block;
  clear: both;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-weight: bolder;
}

.toggle {
  margin-right: 8px;
}

.touch div.minus.client-more-less::after {
  background-color: rgba(255, 255, 255, 0);
}

.toggle-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  padding: 3px;
  border-radius: 25px;
  width: 42px;
  background-color: rgb(122, 212, 68);
  color: rgb(225, 225, 225);
  -webkit-transition: .4s ease all;
     -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
       -o-transition: .4s ease all;
          transition: .4s ease all;
}

.switch {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.switched-off {
  background-color: rgb(200, 200, 200);
}

.switched-off .switch {
  margin-right: 15px;
}

.switch {
  -webkit-transition: .2s ease all;
     -moz-transition: .2s ease all;
      -ms-transition: .2s ease all;
       -o-transition: .2s ease all;
          transition: .2s ease all;
}
/* End Demo Assets */


.overflow-wrapper img.show-image {
  opacity: 1;
}

/*.client-wrap {
  margin: 5% auto 0;
  padding: 0;
  max-width: 1280px;
  width: 100%;
}*/

.client-wrap:hover > .client {
  opacity: .25;
}

.opacity-focus:hover > .client,
.solid.client {
  opacity: 1;
}

.opacity-focus .client {
  z-index: 0;
}

.client {
  vertical-align: middle;
  position: relative;
  margin: 5px;
  max-width: calc(20% - 20px);
  height: 100%;
  width: 100%;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  transition: .2s ease all;
  cursor: pointer;
}

.no-touch .client:hover, 
.no-touch .opacity-focus .client:hover {
  opacity: 1;
  z-index: 9;
}

.client:hover .client-meta {
  opacity: 1;
  visibility: visible;
}

.client:hover .overflow-wrapper {
  z-index: 5;
  left: 0;
}

.touch .client:hover {
  opacity: 1;
  z-index: 2;
}

.client-meta {
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  width: 100%;
  min-height: 200px;
  background-color: rgb(255, 255, 255);
  text-align: left;
  border: 1px solid rgb(228, 228, 228);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: .2s ease all;
     -moz-transition: .2s ease all;
      -ms-transition: .2s ease all;
       -o-transition: .2s ease all;
          transition: .2s ease all;
}

.touch .client-more-less,
.touch .client-close {
  z-index: 2;
  position: absolute;
  left: calc(50% - 10px);
  text-align: center;
  top: 15px;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  line-height: 1.3;
  font-weight: 600;
  transition: .2s ease all;
}

.touch .client.reset .client-meta{
  opacity: 0;
  visibility: hidden;
}

.touch .client-more-less {
  display: inline-block;
  pointer-events: none;
  z-index: 5;
  background-color: rgb(234, 236, 236);
  color: rgba(0, 0, 0, .5);
}

.touch .client-close {
  z-index: 6;
  background-color: transparent;
}

.client-close:hover ~ .client-meta {
  opacity: 0;
  visibility: hidden;
}

.client-close:hover ~ img.client-logo,
.client-more-less ~ img.client-logo {
  width: 80%;
}

.touch .client-more-less::before,
.touch .client-more-less::after {
  content: '';
  background-color: rgba(0, 0, 0, .25);
  padding: 0;
  display: block;
  border-radius: 3px;  
  position: absolute;
  margin: 0 auto;
}

.touch .client-more-less::before {
  margin: 11px 6px;
  width: 14px;
  height: 4px;
}

.touch .client-more-less::after {
  margin: 6px 11px;
  width: 4px;
  height: 14px;
}

/* Responsive Reset */
.reset {
  opacity: 1 !important;
}
.reset .client-logo {
  width: 80% !important;
}

.touch .reset .client-more-less::after {
  opacity: 1 !important;
}
/* End Responsive Reset */

.client:hover .client-logo {
  width: 76%;
}

img.reset-logo {
  width: 80%;
}

.project-list:hover .overflow-wrapper img,
.opaque {
  opacity: 1;
}

.overflow-wrapper {
  position: relative;
  padding-top: calc(100% - 45px);
  width: 100%;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: .2s ease all;
}

.overflow-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 1px;
  border-radius: 4px 4px 0 0;
  -webkit-transition: .15s ease all;
     -moz-transition: .15s ease all;
      -ms-transition: .15s ease all;
       -o-transition: .15s ease all;
          transition: .15s ease all;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.client-logo {
  z-index: 1;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
  width: 80%;
  height: auto;
  transition: .2s ease all;
  -webkit-animation: fadein .8s;
     -moz-animation: fadein .8s;
      -ms-animation: fadein .8s;
       -o-animation: fadein .8s;
          animation: fadein .8s;
}

.white-bg {
  background-color: rgb(255, 255, 255);
}

.project-list {
  overflow: hidden;
  max-height: 230px;
  margin-top: calc(100% - 44px);
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 4px solid rgb(189, 189, 255);
  transition: .2s ease all;
}

.project-list:hover {
  max-height: 270px;
}

.project-list:hover .bar {
  max-width: 100%;
  border-top: 4px solid rgb(189, 189, 255);
}

.project-list:hover {
  border-bottom: 4px solid rgb(255, 255, 255);
}

.bar {
  margin: 0 auto;
  border: 0;
  border-top: 4px solid rgb(232, 232, 232);
  max-width: calc(100% - 30px);
  transition: .2s ease all;
  margin-top: 10px;
}

.project-list li {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 8px 10px;
  font-size: .9rem;
}

.project-list li:hover {
  color: rgb(100, 100, 100);
}

/* Sizes for demo */
.square {
  padding: 20%;
}

.smaller {
  padding: 10%;
}
/* End Sizes for demo */

@media screen and (max-width: 1024px) {
  .client {
    max-width: calc(25% - 30px);
  }
}

@media screen and (max-width: 820px) {
  .client {
    max-width: calc(33.33% - 30px);
  }
}

@media screen and (max-width: 620px) {
  .client {
    max-width: calc(50% - 30px);
  }
}

@media screen and (max-width: 525px) {
  .client {
    float: none;
    max-width: 260px;
    width: 90%;
  }
  .client-wrap {
    text-align: center;
  }
}

/* Animation */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    width: 65%;
  }
  to {
    opacity: 1;
    width: 80%;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
    width: 65%;
  }
  to {
    opacity: 1;
    width: 80%;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
    width: 65%;
  }
  to {
    opacity: 1;
    width: 80%;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
    width: 65%;
  }
  to {
    opacity: 1;
    width: 80%;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    width: 65%;
  }
  to {
    opacity: 1;
    width: 80%;
  }
}
/* CLIENT PAGE ENDS */


/* OUR TEAM START */
.our_team .container .card {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_team .container .card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}
.our_team .container .card:hover .content {
  bottom: 0;
  transition-delay: 0s;
}
.our_team .container .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}
.our_team .container .card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}
.our_team .container .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
.our_team .container .card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}
.our_team .container .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.our_team .container .card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}
.our_team .container .card .content .sci li a {
  color: white;
  font-size: 24px;
}

/* OUR TEAM ENDS */


/* BELOW HEADER DIVIDER START*/
.anime_divide {
    height: 4px;
    width: 85px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
}

.anime_divide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.anime_divide.dark:before {
    background: #252b3d;
}
@keyframes MOVE-BG{
	from{
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
	to{
		-webkit-transform:translateX(85px);
		transform:translateX(85px);
	}
}
/* BELOW HEADER DIVIDER ENDS */

section.md-msg .md-msg-text1 {
    padding: 30px;
}


/* HEADER ANIMATION START */
 .container .title-header {
	 width: 100%;
	 position: relative;
	 height: 100%;
}
 .container .title-header .block {
	 width: 0%;
	 height: inherit;
	 background: linear-gradient(45deg, #0F75B5, #26A2DC, #72BF44);
	 position: absolute;
	 animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
	 display: flex;
}
 .container .title-header h2 {
	 -webkit-animation: mainFadeIn 2s forwards;
	 -o-animation: mainFadeIn 2s forwards;
	 animation: mainFadeIn 2s forwards;
	 animation-delay: 1.6s;
	 opacity: 0;
	 position: relative;
}

 @keyframes mainBlock {
	 0% {
		 width: 0%;
		 left: 0;
	}
	 50% {
		 width: 100%;
		 left: 0;
	}
	 100% {
		 width: 0;
		 left: 100%;
	}
}

 @keyframes mainFadeIn {
	 0% {
		 opacity: 0;
	}
	 100% {
		 opacity: 1;
	}
}
/* HEADER ANIMATION ENDS */



/* CLIENT NEW */
section.clients-home .clients-logos .client-logos-repeater {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: 0.3s;
}

section.clients-home .clients-logos .client-logos-repeater:nth-child(6) {
    border-right: 0;
}
section.clients-home .clients-logos .client-logos-repeater img {
	transform: scale(0.7);
}

section.clients-home .clients-logos .client-logos-repeater:hover img {
	transform: scale(1);
}
/* CLIENT ENDS */


.cta-btn{
	width: 200px !important;
	min-height: 50px;
	font-size: 17px !important;
}


/* ADDMORE OVERLAY START */
form.addmore_overlay_form {
    position: relative !important;
    padding: 50px;
}
form.addmore_overlay_form:before {
    content: '';
    background: #0f75b5;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    opacity: 0.10;
    z-index: -1;
}
.addmore_job_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.addmore_job_overlay .overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.addmore_job_overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.addmore_job_overlay a:hover, .addmore_job_overlay a:focus {
  color: #f1f1f1;
}

.addmore_job_overlay .closebtn {
	position: absolute;
    top: -10px;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
div#addmore_job_overlay .image_over {
    display: none;
}

/* ADDMORE OVERLAY ENDS */



/* SMOOTH SCROLL START */
html{
	scroll-behavior: smooth;
}
/* SMOOTH SCROLL ENDS */


/* BLOG PAGE START */
.blogs .featured-imagebox {
    margin: 15px 0;
}
/* BLOG PAGE ENDS */


/* THEME COLORS START */
.bg_darkblue{
	background: #0f75b5;
}

.bg_lightblue{
	background: #26A2DC;
}

.bg_green{
	background: #72BF44;
}
/* THEME COLORS ENDS */


.clogo_home {
    border-radius: 5px;
}
.featured-title h5 img {
    max-width: 20px;
}