@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.modal-backdrop{display:none !important;}
   
.form-wizard {
color: #888888;

}
.wizard-fieldset h4{
    font-size: 19px;
margin-bottom: 6px;
line-height: 1.3;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.form-wizard .wizard-form-radio {
display: inline-block;
margin-left: 5px;
position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #ffffff;
height: 25px;
width: 25px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
position: relative;
cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
display: inline-block;
background-color: #ffffff;
border-radius: 50%;
left: 1px;
right: 0;
margin: 0 auto;
top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
content: "";
display: inline-block;
webkit-animation: click-radio-wave 0.65s;
-moz-animation: click-radio-wave 0.65s;
animation: click-radio-wave 0.65s;
background: #000000;
content: '';
display: block;
position: relative;
z-index: 100;
border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
padding-left: 10px;
cursor: pointer;
}
.form-wizard .form-wizard-header {
text-align: center;
}
.widget-form .widget-title{font-size:32px;}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    font-size: 16px;
  background-color:#1D4B7C;
color:#ffffff;
display: inline-block;
min-width: 100px;
min-width: 160px;
padding: 10px;
text-align: center;
border-radius: 5px;
border: 2px solid #fff;
  padding: 12px 20px;
      font-weight: 600;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
color: #ffffff;
background-color:#3776E9;
      
text-decoration: none;
  border-radius: 5px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
    padding: 12px 20px;
}
.form-wizard .wizard-fieldset {
display: none;
}
.form-wizard .wizard-fieldset.show {
display: block;
}
.form-wizard .wizard-form-error {
display: none;
background-color: red;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2px;
width: 100%;
}
.form-wizard .form-wizard-previous-btn {
background-color: #000000;
color: #fff; 
}
.form-wizard .form-control {
     height: auto !important;
padding: 12px 15px;
color: #000000;
background-color: #ffffff;
border: 1px solid #000000;
font-size: 15px;
}

.form-wizard .form-control:focus {
box-shadow: none;
}
.form-wizard .form-group {
position: relative;
margin-bottom: 20px;
}
.form-wizard .wizard-form-text-label {
position: absolute;
left: 10px;
top: 9px;
transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
color: #000000;
top: -22px;
transition: 0.2s linear all;
font-size: 14px;
}
.form-wizard .form-wizard-steps {
margin: 20px 0;
}
.form-wizard .form-wizard-steps li {
width: 50%;
float: left;
position: relative;
}
.form-wizard .form-wizard-steps li::after {
background-color: #a4a1a2;
content: "";
height: 5px;
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
border-bottom: 1px solid #a4a1a2;
border-top: 1px solid #a4a1a2;
}
.form-wizard .form-wizard-steps li span {
background-color: #a4a1a2;
border-radius: 50%;
display: inline-block;
height: 40px;
line-height: 40px;
position: relative;
text-align: center;
width: 40px;
z-index: 1;
color:#ffffff;
}
.form-wizard .form-wizard-steps li:last-child::after {
width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
background-color: #1D4B7C;
color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
background-color: #1D4B7C;
left: 50%;
width: 50%;
border-color: #1D4B7C;
}
.form-wizard .form-wizard-steps li.activated::after {
width: 100%;
border-color: #101536;
}
.form-wizard .form-wizard-steps li:last-child::after {
left: 0;
}
.form-wizard .wizard-password-eye {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
@keyframes click-radio-wave {
0% {
width: 25px;
height: 25px;
opacity: 0.35;
position: relative;
}
100% {
width: 60px;
height: 60px;
margin-left: -15px;
margin-top: -15px;
opacity: 0.0;
}
}
@media (max-width: 767px){
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit{
min-width: 140px !important;
}
}
.float {
position: fixed;
width: 55px;
height: 55px;
bottom: 25px;
right: 15px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 9999;
}
.my-float {
margin-top: 14px;
}

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 13px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 0, 0, 1);
    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 #d1a155;
    -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: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000;

}
h1, h2, h3, h4, h5, h6{
     font-family: "Roboto", sans-serif;
      margin-bottom: 10px; 
      font-weight: 600;
       color :#1D4B7C;}
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;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{ color: #000000; }
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: 35px 25px 30px 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; }

.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: #3E5481;
}

/** 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: #1D4B7C; 
}


/** 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: #d1a155;
}
.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: #d1a155 !important;
}
.cmt-bgcolor-darkgrey .tooltip-bottom:before{
    border-bottom-color: #d1a155;
}


/** 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: #292929;
}

/** 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: #101536;
}

.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: #292929;
}

.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: #292929 !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,1);
}


/** 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: #ffffff;
}
.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.html);
    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: 30px;
    margin-bottom:0px;
}
.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: 'Sorts Mill Goudy', 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: 230px;
    padding: 0px 0px;
}
.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: 0;
    bottom: 0;
    right: 5px;
    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;
}


/* MEGAMENU STYLE
=================================*/
nav.main-menu .mega-menu-item.megamenu-fw {
    position: static;
}
nav.main-menu .megamenu-fw .mega-submenu {
    left: auto;
}
nav.main-menu .megamenu-fw .mega-submenu .row{
    margin: 0;
}
nav.main-menu .megamenu-content {
    width: 100% !important;
}
nav.main-menu .megamenu-content .title{
    margin: 0;
    display: block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding: 14px 20px;
    background: #f5faff;
    color: inherit;
    border-right: 1px solid transparent;
}
nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0;
}


nav.main-menu ul { 
  padding: 0px; 
  margin: 0px; 
  list-style: none;
}
nav.main-menu ul li {
    position: relative;
}
nav.main-menu{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 2;
}
nav.main-menu li ul.mega-submenu {
    position: absolute;
    display: block;
    width: 240px;
    opacity: 0;
    display: none;
    z-index: 2;
    border: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    background-clip: padding-box;
}
nav.main-menu ul.menu > li{
    position: relative;
    display: inline-block;
}
nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: inherit;
    border-top: 1px solid rgba(0, 43, 92, 0.04);
    border-radius: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
ul.menu-col li a{
    color: #6f6f6f;
}
ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}


/* Responsive
=================================*/

@media (min-width: 1200px) {
    
    nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        left: 100%;
        top: 0;
        border-top: 0;
    }
    nav.main-menu li.mega-menu-item:last-child > ul {
        right: 0;
        left: auto;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 14px;  
    }
    nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item > a.mega-menu-link:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu{
        padding: 0;
        border-right: solid 1px #f0f0f0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child{
        border-left: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child{
        border-right: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a{ 
        border-bottom: unset;
    }
    nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content{
        display: block !important;
        height: auto !important;
    }
    nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }
}


@media (max-width: 1199px) {

    .menubar{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
    .menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }
    .menubar--squeeze .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
    .menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
    .menubar-inner:after {
        bottom: -8px;
    }
    .menubar-inner:before {
        top: -8px;
    }
    .menubar--squeeze.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .menubar--squeeze.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
    .menubar--squeeze.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }


    nav.main-menu{
        display: none ;
        max-height: 10000px;
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 3px solid;
    }
    nav.main-menu.show{
        display: block;
        max-height: 10000px;
    }
    nav.main-menu ul.menu, nav.main-menu ul.menu > li{ 
        display: block;
        position: relative;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        font-weight: 600;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
        text-align: left;
    }
    nav.main-menu ul.menu > li:first-child > a{
        border-top: none;
    }
    nav.main-menu ul.menu li > ul.mega-submenu li a:hover{
        background-color: transparent;
        color: inherit;
    }
    nav.main-menu li.mega-menu-item a.mega-menu-link:after{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.main-menu li.mega-menu-item.on > a.mega-menu-link:after{
        content: "\f107";
    }
    nav.main-menu ul.menu-left > li:last-child > ul.mega-submenu{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu{
        width: 100%;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a { background-color: transparent; }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        position: relative;
        visibility: visible;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 1;
        display: block;
        background-color: transparent;
        box-shadow: unset;
    }
    nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on > ul.mega-submenu{
        display: inline-block;
        margin-top: -10px;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu .title{
        padding: 10px 15px 10px 0;
        line-height: 24px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        background-color: transparent;
        border-right: 0;
        border-bottom: solid 1px #e0e0e0;
    }
   nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before{
        content: "\f107";
    }
    nav.main-menu .megamenu-content{
        padding: 0;
    }
    nav.main-menu .megamenu-content .col-menu{
        padding-bottom: 0;
        max-width: 100%;
        flex: 100%;
    }
    nav.main-menu .megamenu-content .title{
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
    nav.main-menu .megamenu-content .content{
        display: none;
    }
     nav.main-menu .megamenu-content .content.active{
        display: block;
    }


}


/* .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: #1D4B7C;
    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 .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: 80px;
    padding-bottom: 15px;
}
.first-footer .widget-area .widget{
    padding: 40px 0 40px;
}
.first-footer .widget-area .widget_nav_menu{
    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: #1b1c25;
}
.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:hover{
    color:#fff !important;   
}
.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;
}

 
/* ===============================================
    1.cmt-row
------------------------*/
.cmt-row{ padding: 80px 0;}
.cmt-row.blog-section { padding: 90px 0 75px; }
.cmt-row.testimonial-section { padding: 90px 0 0; }
.cmt-row.features-row-section { padding: 0 0 90px; }
.cmt-row.features_2-section { padding: 0 0 435px; }
.cmt-row.testimonial_2-section { padding: 90px 0 80px; }
.cmt-row.cta-section { padding: 0; }
.cmt-row.zero_padding-section { padding: 0 0; }
.cmt-row.features-row_title-section { padding: 90px 0 150px; }
.cmt-row.client-section { padding: 25px 0 35px; }
.cmt-row.introduction-section { padding: 90px 0 85px; }
.cmt-row.blog_2-section { padding: 0 0 75px; }
.cmt-row.broken-section { padding: 0 0; }
.cmt-row.cta_2-section { padding: 64px 0 38px; }
.cmt-row.conatact-section { padding: 80px 0 80px; }
.cmt-row.grid-section { padding: 60px 0 60px; }
.cmt-row.sidebar { padding: 80px; }

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ===============================================
    3.Bg-Layer 
------------------------*/
.cmt-bg{ position: relative;}
.cmt-col-bgimage-yes{ z-index: 1; }
.bg-layer-equal-height .cmt-col-bgimage-yes, 
.bg-layer-equal-height .cmt-col-bgcolor-yes{ 
    height: 100%;
}
.cmt-bg-layer , .cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer, .cmt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.cmt-left-span > .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.cmt-right-span > .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}

.layer-content{ position: relative; z-index: 1; }

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }

.cmt-bg.cmt-bgimage-yes >.cmt-bg-layer ,
.cmt-bg.cmt-col-bgimage-yes > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner { opacity: .96; }

.cmt-bg.cmt-col-bgimage-yes.cmt-bg-pattern > .cmt-bg-layer > .cmt-col-wrapper-bg-layer-inner,
.cmt-bg.cmt-bgimage-yes.cmt-bg-pattern > .cmt-bg-layer { opacity: .15; }


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img3{
    background-image: url(../images/row-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.bg-img4{
    background-image: url(../images/testimonials.jpg);
    background-repeat: no-repeat;
    background-position: center;
     background-size: cover;
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.html);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img7{
    background-image: url(../images/row-bgimage-7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-img8{
    background-image: url(../images/bg-image/row-bgimage-8.html);
    background-repeat: no-repeat;
    background-position: bottom;
}


/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.cmt-equal-height-image{ display: none; }
.col-bg-img-one.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-1.html);
    background-position: right center;
}
.col-bg-img-two.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-four.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-five.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-5.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-six.cmt-col-bgimage-yes > .cmt-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-6.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 16px;
}
.section-title h5{
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #1d4b7d;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.section-title h2.title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
.section-title.title-style-center_text{
    text-align: center;
    margin-bottom: 22px;
}
.section-title:not(.style2) .title-desc{
     font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #898a9c;
    font-weight: 500;
    margin-top: 15px;
    padding-bottom: 5px;
}


/* style2 */
.section-title.style2 .title-header{
    width: 50%;
    padding-right: 50px;
    padding-bottom: 5px;
}
.section-title.style2 .title-desc{
    padding-right: 40px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: middle;
}


.row-title .section-title h5 { 
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 10px;
}
.row-title .section-title h2.title{ 
    font-size: 38px;
    line-height: 50px;
}


/* ===============================================
    7.sep_holder
------------------------*/
.cmt-horizontal_sep {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
}
.cmt-bgcolor-darkgrey .cmt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.cmt-bgcolor-white .cmt-horizontal_sep{
    border-top-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #ebf0f4 !important;
}
.cmt-bgcolor-darkgrey .border,
.cmt-bgcolor-darkgrey .border-top,
.cmt-bgcolor-darkgrey .border-left,
.cmt-bgcolor-darkgrey .border-bottom,
.cmt-bgcolor-darkgrey .border-right,
.cmt-bgcolor-skincolor .border,
.cmt-bgcolor-skincolor .border-top,
.cmt-bgcolor-skincolor .border-left,
.cmt-bgcolor-skincolor .border-bottom,
.cmt-bgcolor-skincolor .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}

.cmt-vertical_sep > [class*='col-']:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.04);
}
.cmt-bgcolor-darkgrey .cmt-vertical_sep > [class*='col-']:not(:last-child):before,
.cmt-bgcolor-skincolor .cmt-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.06);
}


/* ===============================================
    8.Buttons
------------------------*/
.cmt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border-width: 1px ;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.cmt-btn:not(.btn-inline):before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.cmt-btn:not(.btn-inline):before {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.cmt-btn:not(.btn-inline):hover:before {
    height: 1000%;
}

.cmt-btn.cmt-icon-btn-left{ padding-left: 22px; transition: unset;}
.cmt-btn.cmt-icon-btn-right{ padding-right: 22px; transition: unset;}
.cmt-btn.cmt-icon-btn-right i{ right: 2px; }

.cmt-bgcolor-darkgrey .cmt-btn:hover.btn-inline.cmt-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
.rev-btn.cmt-btn.cmt-btn-style-fill:hover { background-color: transparent; border-color: currentColor;}
.rev-btn.cmt-btn.cmt-btn-style-fill:before { position: unset; background-color: transparent;}


/** btn-with-icon **/
.cmt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
}
.cmt-btn.cmt-icon-btn-right i { text-align: right; margin-left: 10px; margin-right: 0;}
.cmt-btn.cmt-icon-btn-left i { text-align: left; margin-right: 10px; margin-left: 0;}

/** btn-size-xs **/
.cmt-btn.cmt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.cmt-btn.cmt-btn-size-xs i { font-size: 10px; line-height: 11px;}
.cmt-btn.cmt-icon-btn-right.cmt-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.cmt-btn.cmt-icon-btn-left.cmt-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.cmt-btn.cmt-btn-size-sm { font-size: 14px; padding: 9px 24px 9px 24px; }
.cmt-btn.cmt-btn-size-sm i { font-size: 14px; line-height: 14px;}

/** btn-size-md **/
.cmt-btn.cmt-btn-size-md { font-size: 18px; padding: 14px 20px 14px 20px;}
.cmt-btn.cmt-btn-size-md i { font-size: 14px; line-height: 15px; font-size: 16px; }

/** btn-size-lg **/
.cmt-btn.cmt-btn-size-lg { font-size: 18px; line-height: 18px; padding: 20px 40px;}
.cmt-btn.cmt-btn-size-lg i { font-size: 17px; line-height: 18px;}

/** btn-shape **/
.cmt-btn.cmt-btn-shape-round { border-radius: 5px; }
.cmt-btn.cmt-btn-shape-rounded { border-radius: 3px; }
.cmt-btn.cmt-btn-shape-square { border-radius: 0; }

/** btn-style-border **/
.cmt-btn.cmt-btn-style-border{ 
    background-color:#1D4B7C;
     border:0; 
     color: #ffff;
     margin-bottom: 15px;
    }
.cmt-btn.cmt-btn-color-white.cmt-btn-style-border {
    background-color: #1D4B7C; border: 0; color: #ffff;
}

/** btn-inline **/
.cmt-btn.btn-inline{
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cmt-btn.btn-inline i{ 
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}
.cmt-btn.btn-inline.cmt-icon-btn-right i{ margin-left: 7px; transition: ease-in-out .3s;}
.cmt-btn.btn-inline.cmt-icon-btn-left i{ margin-right: 7px; transition: ease-in-out .3s;}
.cmt-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }
.cmt-btn.btn-inline:hover { opacity: .9; }

.cmt-btn.btn-inline.cmt-icon-btn-right:hover i { margin-left: 11px!important; }
.cmt-btn.btn-inline.cmt-icon-btn-left:hover i { margin-right: 11px!important; }

/* play-btn / play-icon */
.cmt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.cmt-play-icon .cmt-icon.cmt-icon_element-size-md{
    height: 95px;
    width: 95px;
    line-height: 95px;
    margin: 0;
}
.cmt-play-icon .cmt-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.cmt-play-icon .cmt-play-icon-animation:after, .cmt-play-icon .cmt-play-icon-animation:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.cmt-play-icon .cmt-play-icon-animation:after, .cmt-play-icon .cmt-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.05s infinite;
    -moz-animation:videoplay-anim 1.05s infinite;
    -ms-animation:videoplay-anim 1.05s infinite;
    -o-animation:videoplay-anim 1.05s infinite;
    animation:videoplay-anim 1.05s infinite;
}
.cmt-play-icon .cmt-play-icon-animation:after{
    border-color: #bfbfbf;
}
.cmt-play-icon .cmt-play-icon-animation:before {
    border-color: #e4e4e4;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-sm{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    z-index: 2;
}
.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-md{
    display: block;
    height: 67px;
    width: 67px;
    line-height: 67px;
    margin: 0;
    z-index: 2;
}
.cmt-play-icon-btn .cmt-icon.cmt-icon_element-size-md i.fa-play{ 
    font-size: 28px;
}
i.fa-play{ padding-left: 5px; }
.cmt-play-icon-btn .cmt-play-icon-animation{
    position: relative;
    display: inline-block;
}
.cmt-play-icon-btn .cmt-play-icon-animation .cmt-icon{ margin-bottom: 0; }
.cmt-play-icon-btn .cmt-play-icon-animation:after, .cmt-play-icon-btn .cmt-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}
.cmt-play-icon-btn .cmt-play-icon-animation:after{
    z-index: 1;
    width: calc(100% * 1.3 );
    height: calc(100% * 1.3 );
    opacity: .3;
    background-color: #fff;
}
.cmt-play-icon-btn .cmt-play-icon-animation:before {
    width: calc(100% * 1.6 );
    height: calc(100% * 1.6 );
    opacity: .5;
    background-color: #fff;
}
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:after { opacity: .1; }
.cmt-bgcolor-skincolor .cmt-play-icon-btn .cmt-play-icon-animation:before { opacity: .3;}

.cmt-play-icon-btn:hover .cmt-play-icon-animation:after, .cmt-play-icon-btn:hover .cmt-play-icon-animation:before{
    -webkit-animation:scaling 1.05s infinite;
    -moz-animation:scaling 1.05s infinite;
    -ms-animation:scaling 1.05s infinite;
    -o-animation:scaling 1.05s infinite;
    animation:scaling 1.05s infinite;
}
@-webkit-keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }


/* ===============================================
    9.Icons
------------------------*/
.cmt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}
.cmt-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/** icon-size-xs **/
.cmt-icon.cmt-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.cmt-icon.cmt-icon_element-size-xs i { font-size: 18px; }

/** icon-size-sm **/
.cmt-icon.cmt-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.cmt-icon.cmt-icon_element-size-sm i { font-size: 26px; }

/** icon-size-md **/
.cmt-icon.cmt-icon_element-size-md { height: 77px; width: 77px; line-height: 77px }
.cmt-icon.cmt-icon_element-size-md i { font-size: 42px; }

/** icon-size-lg **/
.cmt-icon.cmt-icon_element-size-lg { height: 88px; width: 88px; line-height: 88px; }
.cmt-icon.cmt-icon_element-size-lg i { font-size: 70px; }

/** icon-size-xl **/
.cmt-icon.cmt-icon_element-size-xl { height: 100px; width: 100px; line-height: 100px; }
.cmt-icon.cmt-icon_element-size-xl i { font-size: 58px; }

.cmt-icon.cmt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.cmt-icon.cmt-icon_element-onlytxt i { 
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.cmt-icon.cmt-icon_element-style-round { border-radius: 5px; }
.cmt-icon.cmt-icon_element-style-rounded { border-radius: 50%; }
.cmt-icon.cmt-icon_element-style-square { border-radius: 0;}


/* cmt-list-style-icon */
.cmt-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.cmt-list.cmt-list-style-icon li {
    position: relative;
    padding-bottom: 11px;
}
.cmt-list.cmt-list-style-icon li:last-child{
    padding-bottom: 0;
}
.cmt-list.cmt-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 4px;
    font-weight: 700;
}
.cmt-list.cmt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.cmt-list.cmt-list-style-icon .cmt-list-li-content {
    display: inline-block;
    padding-left: 25px;
}

.cmt-list.cmt-list-textsize-large li{
    font-size: 20px;
    padding-bottom: 11px;
}
.cmt-list.cmt-list-textsize-large li .cmt-list-li-content{
    padding-left: 30px;
}

.cmt-list.cmt-list-textsize-small li{
    font-size: 12px;
}
.cmt-list.cmt-list-textsize-small li .cmt-list-li-content{
    padding-left: 16px;
}


/* cmt-video-icon */
.cmt-video-icon .cmt-icon.cmt-icon_element-size-md{
    height: 98px;
    width: 98px;
    line-height: 98px;
}
.cmt-video-icon .cmt-icon.cmt-icon_element-size-md i{ 
    font-size: 40px;
}
.cmt-right-video-icon, .cmt-left-video-icon, .cmt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.cmt-btn .fa-minus:before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    content: "";
    height: 2px;
    width: 20px;
    background-color: currentColor;
}


/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.cmt-fid-view-lefticon .cmt-fid-icon-wrapper ,
.cmt-fid-view-lefticon .cmt-fid-contents {
    display: inline-block;
    vertical-align: middle;
}
.cmt-fid-view-lefticon .cmt-fid-contents {
    padding-left: 15px;
    text-align: left;
}
.cmt-fid-icon-wrapper i {
    font-size: 50px;
    line-height: 50px;
}
.inside h4, .inside h4 span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
}
.inside h3 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: inherit;
}
.cmt-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: 2px;
}
.cmt-fid.inside.cmt-fid-with-icon.cmt-fid-view-lefticon i{
    font-size: 40px;
}


/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .cmt-icon{ margin-bottom: 0; }
.featured-title h5{ font-size: 18px; line-height: 25px; margin-bottom: 15px; font-weight: 500; text-transform: capitalize;}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 4px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h5 { margin-bottom: 6px; }
.featured-icon-box.icon-align-before-title .featured-title h5{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 20px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 10px; }

.container{ counter-reset: featuredbox-number; }
.featuredbox-number .cmt-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number, decimal-leading-zero) " " ; 
}

/* style2 */
.featured-icon-box.icon-align-before-content.style2 { padding: 15px 0 30px; margin: 0;}
.featured-icon-box.icon-align-before-content.style2 .cmt-icon{ border: 0; }
.featured-icon-box.icon-align-before-content.style2 .cmt-icon i { font-size: 45px; }
.featured-icon-box.icon-align-before-content.style2 .cmt-icon:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border: 4px solid;
    border-radius: 3px;
    color: rgba(0,0,0,.8);
    opacity: .08;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.featured-icon-box.icon-align-before-content.style2:hover .cmt-icon:before{
    width: 100%;
}
.featured-icon-box.icon-align-before-content.style2 .featured-content { padding-left: 0; transition: all .4s; }
.featured-icon-box.icon-align-before-content.style2:hover .featured-content { padding-left: 15px; }


/* style3 */
.featured-icon-box.icon-align-before-content.style3{ 
    padding: 22px 20px;
    display: inline-block;
    background-color: #fff;
}
.featured-icon-box.icon-align-before-content.style3 .featured-title h5{
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 0;
}
.featuredbox-number .featured-icon-box.icon-align-before-content.style3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.featuredbox-number .featured-icon-box.icon-align-before-content.style3:first-child {
    margin-top: 28px;
}
.featuredbox-number .featured-icon-box.icon-align-before-content.style3 .featured-icon .cmt-icon {
    height: 50px;
    width: 50px;
    line-height:50px;
}
.featuredbox-number .featured-icon-box.icon-align-before-content.style3 .featured-icon .cmt-icon i { 
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif
}


/* style4 */
.featured-icon-box.icon-align-before-content.style4{
    padding: 15px 0 10px;
    margin: 0;
    position: relative;
}
.featured-icon-box.icon-align-before-content.style4 .featured-content {
    padding-left: 20px;
}
.featured-icon-box.icon-align-before-content.style4 .featured-icon:after{
    position: absolute;
    content: "";
    height: 86%;
    width: 1px;
    top: 33px;
    left: 6px;
    background-color: #dbdbdb;
}
.featured-icon-box.icon-align-before-content.style4 .cmt-icon i{
    font-size: 14px;
    font-weight: 800;
    margin-top: -17px;
}


/* style5 */
.featured-icon-box.icon-align-before-content.style5{
    padding: 12px;
    padding-right: 25px;
    position: relative;
    margin-right: -50px;
    border-radius: 50px;
    transition: all .4s;
}
.featured-icon-box.icon-align-before-content.style5 .featured-title h5 { 
    margin-bottom: 0;
    font-size: 17px;
}
.featured-icon-box.icon-align-before-content.style5:hover{
    margin-left: 15px;
}


/* style6 */
.featured-icon-box.icon-align-before-content.style6{
    padding: 25px;
    padding-right: 25px;
    margin: 0;
    position: relative;
    transition: all .4s;
}
.featured-icon-box.icon-align-before-content.style6 .featured-content { padding-left: 20px; }


/* style1 */
.featured-icon-box.icon-align-top-content.style1 {
    overflow: hidden;
    padding: 55px 30px 45px;
    z-index: 11;
    overflow: hidden;
    background-color: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    transition-duration: 3s;
}
div.col-lg-3:nth-child(even) .featured-icon-box.icon-align-top-content.style1{ 
    margin-top: 60px;
}
.featured-icon-box.icon-align-top-content.style1 .featured-title h5{
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-top-content.style1{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.icon-align-top-content.style1:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.featured-icon-box.icon-align-top-content.style1 .featured-content{
    padding-top: 31px;
    margin-top: 31px;
    position: relative;
}

.featured-icon-box.icon-align-top-content.style1 .featured-content:before{
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    width: 42px;
    background-color: rgba(255,255,255,.04);
}
.featured-icon-box.icon-align-top-content.style1 a.di_link{ 
    display: inline-block;
    font-size: 20px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    z-index: 2;
    text-align: center;
    position: relative;
    color: rgba(255,255,255,.08);
    border: 1px solid ;
    border-radius: 3px;
}
.featured-icon-box.icon-align-top-content.style1 .cmt-di_links { margin-top: 35px; }
.featured-icon-box.icon-align-top-content.style1 a.di_link i { color: rgba(255,255,255,.08); }
.featured-icon-box.icon-align-top-content.style1 .di_num{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-icon-box.icon-align-top-content.style1 .di_num i:before{
    font-size: 60px;
    line-height: 0;
    text-align: right;
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(255,255,255,.08);
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
}
.featured-icon-box.icon-align-top-content.style1:hover a.di_link i,
.featured-icon-box.icon-align-top-content.style1:hover a.di_link {
    color: rgba(255,255,255,.8);
    transition: all .6s;
}
.featured-icon-box.icon-align-top-content.style1:hover .di_num i:before{
    -webkit-text-stroke: 1px rgba(255,255,255,.8);
    transition: all .6s;
}


/* style2 */
.featured-icon-box.icon-align-top-content.style2 { 
    /*opacity: .88;*/
    padding: 20px 30px 30px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    background: rgb(0, 187, 221, .80);
}
.featured-icon-box.icon-align-top-content.style2 .featured-title h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-top-content.style2 .featured-desc p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
}

/* style3 */
.featured-icon-box.icon-align-top-content.style3 { 
    padding: 25px 35px 10px;
    margin: 25px 0 5px;
    text-align: center; 
    background-color: #fff;
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgba(29, 33, 67, 0.08);
}
.featured-icon-box.icon-align-top-content.style3 .featured-title h5 {
    margin-bottom: 8px;
    font-weight: 500;
}
.featured-icon-box.icon-align-top-content.style3:hover { 
    box-shadow: 0 0 20px 30px rgba(29, 33, 67, 0.02);
}


/* style4 */
.featured-icon-box.icon-align-top-content.style4 {
    padding: 30px 25px 25px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    margin-top: 25px;
}
.featured-icon-box.icon-align-top-content.style4 .featured-content{ padding: 0; }
.featured-icon-box.icon-align-top-content.style4 .content-inner{
    padding: 25px 30px;
    padding-bottom: 5px;
    margin: 15px -25px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.featured-icon-box.icon-align-top-content.style4 .bg_icon{
    position: absolute;
    content: "";
    top: 110px;
    right: 30px;
    font-size: 200px;
    opacity: 0.06;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}
.featured-icon-box.icon-align-top-content.style4{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.icon-align-top-content.style4:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* style5 */
.featured-icon-box.icon-align-top-content.style5 { 
    padding: 0px 0px;
    position: relative;
    /* text-align: center; */
    /*margin-bottom: 25px;*/
    /*    margin-top: 54px;*/
    /*overflow: hidden;*/
    /*border: 2px dashed rgba(5, 35, 59, 0.60) !important;*/
    /*background-color: #6dbb595c;*/
    background-color: #ffffff;
    /*min-height:424px;*/
    /*min-height:310px;*/
}
.featured-icon-box.icon-align-top-content.style5 .featured-content {
    padding: 10px 10px 30px;
}
.featured-icon-box.icon-align-top-content.style5:after,
.featured-icon-box.icon-align-top-content.style5:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
}
.featured-icon-box.icon-align-top-content.style5:after{
    /*border-left: 2px dashed;*/
    /*border-right: 2px dashed;*/
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.featured-icon-box.icon-align-top-content.style5:before{
    /*border-top: 2px dashed;*/
    /*border-bottom: 2px dashed;*/
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.featured-icon-box.icon-align-top-content.style5:hover:after,
.featured-icon-box.icon-align-top-content.style5:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featured-icon-box.icon-align-top-content.style5:hover{
    /*border-color: transparent !important;*/
    
}


/* style6 */
.featured-icon-box.icon-align-top-content.style6 { 
    padding: 0;
    text-align: center; 
    margin-top: 46px;
    margin-bottom: -4PX;
}
.featured-icon-box.icon-align-top-content.style6 .cmt-icon { height: 62px; width: 75px; line-height: 62px; }
.featured-icon-box.icon-align-top-content.style6 .cmt-icon:before { 
    position: absolute;
    content: "";
    width: 100%; 
    height: 100%;
    border-radius: 6px;
    left: 0;
    right: 0;
    top: -32px;
}
[class*='col-lg-3']:not(:last-child) .featured-icon-box.icon-align-top-content.style6 .featured-icon:after { 
    position: absolute;
    content: "";
    width: 80px; 
    height: 1px;
    right: -55px;
    top: 0;
    bottom: 0;
    border-top: 1px dashed currentColor;
    opacity: .4;
}
.featured-icon-box.icon-align-top-content.style6 .fea_num{
    position: absolute;
    top: -42px;
    right: 0;
    left: 0;
    text-align: center;
}
.featured-icon-box.icon-align-top-content.style6 .fea_num i { 
    font-size: 15px;
    height: 22px;
    width: 22px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #fff;
}
.featuredbox-number .featured-icon-box.icon-align-top-content.style6 .cmt-num:before {
    content: counter(featuredbox-number) " ";
}
.featured-icon-box.icon-align-top-content.style6 p { margin-bottom: 0; }


/* style7 */
.featured-icon-box.icon-align-top-content.style7 { 
    opacity: .88;
    padding: 65px 20px 80px 30px;
    height: 100%;
    margin: 0;
    min-width: 340px;
}
.featured-icon-box.icon-align-top-content.style7 .featured-title h5 {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
}
.featured-icon-box.icon-align-top-content.style7 .featured-title h5 strong { font-weight: 400; }


/* style8 */
.featured-icon-box.icon-align-top-content.style8 { 
    padding: 30px 30px 20px;
    margin: 20px 0 15px;
    text-align: center;
}

.featured-icon-box.icon-align-before-content.style1{ padding: 12px 0 28px; }
.featured-icon-box.icon-align-before-content.style1:last-child{ padding-bottom: 0; }
.featured-icon-box.icon-align-before-content.style1 .featured-icon .cmt-icon{
    height: 36px;
    width: 36px;
    line-height: 36px;
}
.featured-icon-box.icon-align-before-content.style1 .featured-icon .cmt-icon i{
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins",Tahoma,Geneva,sans-serif;
}
.featured-icon-box.icon-align-before-content.style1:first-child{ padding-top: 31px; }
.featured-icon-box.icon-align-before-content.style1:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.04);
}



/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox { margin: 15px 0; }
.featured-imagebox .featured-content .featured-title h5 {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.cmt-box-view-overlay { position: relative; }
 

/* country-1 */
.featured-imagebox-country.style1{
    text-align: center;
    overflow: visible;
    padding: 7px;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}
.featured-imagebox-country.style1 .featured-content{
    position: relative;
    text-align: center;
    padding: 37px 12px 23px;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block{
    transform: translateY(-65px);
    margin-bottom: -50px;
    transition: all .4s;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block img{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.16);
}
.featured-imagebox-country.style1{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-country.style1:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* country-2 */
.featured-imagebox-country.style2 {
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.07);
}
.featured-imagebox-country.style2 .featured-thumbnail img{
    width: 100%;
    transition: all .8s;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
}
.featured-imagebox-country.style2:hover .featured-thumbnail img{
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
}
.featured-imagebox-country.style2 .featured-content-icon_img-block{
    transform: translateY(-65px);
    margin-bottom: -50px;
    transition: all .4s;
}
.featured-imagebox-country.style2 .featured-content-icon_img-block img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.12);
}
.featured-imagebox-country.style2 .featured-content{
    text-align: center;
    margin-top: -120px;
    background-color: #fff;
    padding: 113px 20px 38px;
}
.featured-imagebox-country.style2 .featured-content .cmt-icon.cmt-icon_element-size-sm{
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.featured-imagebox-country.style2 .featured-content .cmt-icon.cmt-icon_element-size-sm i{
    font-size: 36px;
}
.featured-imagebox-country.style2{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-country.style2:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* style3 */
.featured-imagebox-services.style1 { 
    margin: 0; 
    max-width: 272px;
    margin: 0 auto;
}
.featured-imagebox-services.style1 .featured-thumbnail,
.featured-imagebox-services.style1 .featured-content{
    margin: 10px 0;
    min-height: 290px;
}
.featured-imagebox-services.style1 .featured-thumbnail{
    max-height: 290px;
}
.featured-imagebox-services.style1 .featured-thumbnail img { width: 100%; }
.featured-imagebox-services.style1 .featured-content{
    padding: 40px 40px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-imagebox-services.style1 .featured-content .featured-title h5 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    -webkit-line-clamp: unset;
    margin-bottom: 8px;
}
.featured-imagebox-services.style1 .featured-content .featured-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
}
.featured-imagebox-services.style1 .featured-content-inner { margin-bottom: 30px; }


/* style4 */
.featured-imagebox-services.style2{
    padding: 12px;
    box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.08);
}
.featured-imagebox-services.style2 .featured-content{
    padding: 30px 30px 0;
}
.featured-imagebox-services.style2 .bottom-footer {
    width: 100%;
    margin: 20px 0 10px;
}
.featured-imagebox-services.style2 .bottom-footer a.cmt-btn {
    padding: 0;
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featured-imagebox-services.style2 .bottom-footer a.cmt-btn i { 
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
}
.featured-imagebox-services.style2:hover{
    box-shadow: 0 0px 26px 0 rgba(18, 29, 39, 0.1);
}


/* team */
.featured-imagebox-team { 
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgba(29, 33, 67, 0.08);
}
.featured-imagebox-team:hover{
    box-shadow: 0 0 12px 0 rgba(29, 33, 67, 0.16);
}
.featured-imagebox-team .featured-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 20px 30px;
}
.featured-imagebox-team .featured-content .featured-title h5 {
    margin-bottom: 0;
}
.featured-imagebox-team .team-position {
    font-size: 14px;
    font-style: italic;
}
.featured-imagebox-team .cmt-team-box-view-overlay{
    position: relative;
    overflow: hidden;
}
.featured-imagebox-team .cmt-team-box-view-overlay:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: rgba(0,0,0,.2);
}
.featured-imagebox-team:hover .cmt-team-box-view-overlay:after{
    opacity: 1;
    height: 100%;
}
.featured-imagebox-team .cmt-media-link {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: 8px -20px 0 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: .8s;
}
.featured-imagebox-team:hover .cmt-media-link {
    opacity: 1;
    margin: 8px 20px 0 0;
}
.featured-imagebox-team .media-block .social-icons li {
    list-style: none;
    margin: 7px 0;
    display: block;
}
.featured-imagebox-team .media-block .social-icons li a {
    font-size: 12px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    display: block;
    width: auto;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
}
.featured-imagebox-team:hover .media-block .social-icons li a{
    opacity: 1;
    visibility: visible;
}


/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-thumbnail img{
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.featured-imagebox-post:hover .featured-thumbnail img{
   -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 22px;
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:not(:last-child):after{
    position: absolute;
    background-color: currentColor;
    display: inline-block;
    content: "";
    background-color: #898a9c;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    top: 0;
    opacity: .2;
    right: -15px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ 
    padding-right: 5px; 
    font-size: 12px;
}
.featured-imagebox-post .cmt-box-post-date{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
}
.featured-imagebox-post .cmt-box-post-date .cmt-entry-date{
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}

/* post-1*/
.featured-imagebox-post.style1{ 
    overflow: hidden;
    margin: 15px 4px;
    box-shadow: 0 0 8px 0 rgba(29, 33, 67, 0.09);
}
.featured-imagebox-post.style1 .featured-content.featured-content-post{ 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 28px;
    padding-bottom: 18px;
    background-color: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
}
.featured-imagebox-post.style1 .featured-content .featured-title h5{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.featured-imagebox-post.style1 .featured-content .post-desc {
    padding-top: 18px;
    margin-top: 16px;
    border-top: 1px solid #eaeff5;
}

/* post_2 */
.featured-imagebox-post.style2{
    overflow: hidden;
    margin: 15px 4px;
    box-shadow: 0 0 8px 0 rgba(29, 33, 67, 0.09);
}
.featured-imagebox-post.style2 .featured-thumbnail{
    width: 40%;
    max-height: 144px;
}
.featured-imagebox-post.style2 .featured-content.featured-content-post{ 
    padding: 0 20px;
    margin-right: 10px;
    width: 60%;
}


/* post_3*/
.featured-imagebox-post.style3 .featured-content.featured-content-post{
    padding: 25px 15px 20px 30px;
    margin-right: 40px;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    transition: all .4s;
}
.featured-imagebox-post.style3 .featured-content.featured-content-post .post-meta .byline img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.featured-imagebox-post.style3 .featured-content.featured-content-post .post-header{
    position: relative;
    margin-bottom: 15px;
}
.featured-imagebox-post.style3 .featured-content.featured-content-post .post-header:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    left: -30px;
}
.featured-imagebox-post.style3 .featured-content.featured-content-post .post-meta span:not(:last-child):after{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 16px;
    right: -15px;
}
.slick-current .featured-imagebox-post.style3 .featured-content.featured-content-post,
.featured-imagebox-post.style3 .featured-content.featured-content-post{ 
    box-shadow: 0 0 10px 0px rgba(0,0,0,.06);
}
.featured-imagebox-post.style3:hover .featured-content.featured-content-post{ 
    box-shadow: 0 0 35px 0 rgba(0,0,0,.06);
}

/* post_4 */
.featured-imagebox-post.style4 .featured-content.featured-content-post{
    padding: 25px 28px 15px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.06);
}
.featured-imagebox-post.style4:hover {
    box-shadow: 0 0 35px 0 rgba(0,0,0,.06);
}
.featured-imagebox-post.style4 .cat_block-wrapper{
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all 1s;
}
.featured-imagebox-post.style4 .cat_block-wrapper .cat_block {
    padding: 6px 20px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    position: relative;
    color: #fff;
}
.featured-imagebox-post.style4 .featured-content.featured-content-post .featured-title h5{
    font-size: 19px;
    line-height: 25px;
}
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child){
    padding-left: 10px;
    font-weight: 600;
    font-style: normal;
}
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
}
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span{ line-height: 18px; }
.featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child):after{
    height: 4px;
    width: 4px;
    top: 7px;
    opacity: 1;
    border-radius: 0;
}
.cmt-post-format-video{
    padding-bottom: 62.25%;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
}
.cmt-post-format-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* ===============================================
    13.Progress-Bar
------------------------*/
.cmt-progress-bar{ position: relative; }
.cmt-progress-bar:not(:last-child){ margin-bottom: 30px; }
.cmt-progress-bar .progressbar-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    font-weight: 700;
}
.cmt-progress-bar .progress-bar-percent {
    position: absolute;
    right: 0;
    z-index: 3;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 0;
    top: 0;
    overflow: hidden;
}
.cmt-progress-bar .progress-bar {
    display: block;
    height: 7px;
    position: relative;
}
.cmt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    background-color: #e9ecf3;
    border-radius: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
}
.cmt-progress-bar .progress-bar-inner .progress-bar:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    bottom: -6px;
    right: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-caption h5 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-caption label { margin: 0; }

.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #fd4;}


/* testimonials-nav */
.testimonials-nav {
    margin-right: -280px;
    padding: 0 50px;
    max-width: 800px;
}
.testimonials-nav .testimonial-nav_item img{
    height: 334px;
    width: 230px;
}
.slick-active.slick-current.testimonial-nav_item img{
    transform: scale(1,1);
}
.testimonial-nav_item img{
  transform: scale(.72,.6);
  transition: .6s ease;
}
.testimonials-info .testimonials {
    display: flex;
    align-items: center;
}
.testimonials-info .testimonials .testimonial-img{
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    height: 116px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.testimonials-info .testimonials .testimonial-img img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 116px;
    height: 116px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.65);
    transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0);
}
.testimonials-info .testimonials .testimonial-content{ 
    padding: 30px 50px 45px;
    margin-left: 50px;
    border-left: 6px solid;
    border-collapse: inherit;
    position: relative;
    background-color: rgba(29, 33, 67, 0.68);
}
.testimonials-info .testimonials .testimonial-content h5{
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonials-info .testimonials .testimonial-content blockquote{
    margin: 10px 0 20px;
    padding: 0;
    font-size: 17px;
    line-height: 32px;
    font-style: italic;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
}
.testimonials-info .testimonials .testimonial-content:before {
    content: "\e67f";
    font-family: 'themify';
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    left: -30px;
    top: 110px;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    font-style: normal;
}
.testimonials-info .testimonials .testimonial-content .testimonial-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials-info .slick-prev, .testimonials-info .slick-next { 
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    right: -10px;
    bottom: 40px;
    top: auto;
    z-index: 1;
    color: #7e7e7e;
    width: 33px;
    height: 50px;
}
.testimonials-info .slick-prev{
    bottom: auto;
    top: 100px;
}
.testimonials-info .slick-prev:before, .testimonials-info .slick-next:before {
    font-family: 'themify';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonials-info .slick-prev:before {
    content: "\e627";
}
.testimonials-info .slick-next:before {
    content: "\e62a";
}


/* testimonials 1 */
.testimonials.cmt-testimonial-box-view-style1 .testimonial-content{ 
    padding: 30px 20px 30px;
    text-align: center;
    min-height:363px;
    border-radius: 5px;
}
.testimonials.cmt-testimonial-box-view-style1 .testimonial-img{
    width: 87px;
    height: 87px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 10px;
}
.testimonials.cmt-testimonial-box-view-style1 .testimonial-img img {
    height: auto;
    width: 100%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,.80);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0);
}
.testimonials.cmt-testimonial-box-view-style1 .testimonial-content blockquote {
    font-size: 18px;
    position: relative;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: inherit;
    margin-bottom: 22px;
} 

.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}
.testimonials .testimonial-content .star-ratings { line-height: 27px; font-size: 10px; }
.testimonials .testimonial-content .star-ratings ul{ display: block; padding: 0; margin: 0; }
.testimonials .testimonial-content .star-ratings ul li{ display: inline-block; }
.testimonials .testimonial-content .star-ratings ul li i{ font-size: 13px; color: #ecdf14;}


/* testimonial 2 */
.testimonials.cmt-testimonial-box-view-style2  .testimonial-caption,
.testimonials.cmt-testimonial-box-view-style2 .testimonial-avatar{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.testimonials.cmt-testimonial-box-view-style2 .testimonial-img img{
    text-align: center;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #d7d7e4;
}
.testimonials.cmt-testimonial-box-view-style2 .testimonial-content blockquote{
    padding: 30px 0 15px;
}
.testimonials.cmt-testimonial-box-view-style2 .testimonial-content:before {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    font-style: normal;
}



/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .cmt-client-logo-tooltip{ 
    padding-top: 45px; 
    padding-bottom: 35px;
}
.client-box .cmt-client-logo-tooltip,
.client-box .cmt-client-logo-tooltip-inner{
    position: relative;
    overflow: hidden;
}
.client-box .cmt-client-logo-tooltip img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.client-box .tooltip-top:after, .client-box .tooltip-top:before, .client-box .tooltip:after, 
.client-box .tooltip:before, .client-box [data-tooltip]:after, .client-box [data-tooltip]:before { 
    bottom: 68%; 
}
.client-box .cmt-client-logo-tooltip .client-thumbnail_hover{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.client-box:hover .cmt-client-logo-tooltip .client-thumbnail_hover {
    bottom: 0;
}



/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle{
    border: 1px solid #3E5481;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
}
.accordion .toggle-title a{ 
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 15px;
}
.accordion .toggle-content p{
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 5px;
    display: inline-block;
    content: "\f067";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
}

.accordion .toggle.cmt-control-left-true .toggle-title a,
.accordion .toggle.cmt-style-classic.cmt-control-left-true .toggle-title a{ 
    padding-left: 0px;
}
.accordion .toggle.cmt-style-classic.cmt-control-left-true .toggle-title a:after{ 
    left: 20px;
}

.accordion .toggle.cmt-control-left-true .toggle-title a { padding-right: 30px; }
.accordion .toggle.cmt-control-left-true .toggle-title a:after{
    right: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff; 
}


/* cmt-style-classic */
.accordion .toggle.cmt-style-classic {
    padding-bottom: 0px;
    margin-bottom: 25px;
    border: 0;
    position: relative;
}
.accordion .toggle.cmt-style-classic:last-child{ margin-bottom: 0; }
.accordion .toggle.cmt-style-classic .toggle-content{
    padding:  20px;
    margin-top: 0;
}
.accordion .toggle.cmt-style-classic .toggle-title{
     border: 0;
}
.accordion .toggle.cmt-style-classic .toggle-title a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    padding: 16px 20px 16px;
    padding-right: 48px;
    position: relative;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}
.accordion .toggle.cmt-style-classic .toggle-title a:after{ 
    top: 20px;
    font-size: 12px;
    line-height: 12px;
}
.accordion .toggle.cmt-style-classic .toggle-content{
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}
.accordion .alignleft{ margin: 0em 1em 0em 0; }


/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 5px;
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
}
.wrap-form.contact_form button[type="submit"] { 
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 54px;
    height: 54px;
}
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.cmt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}


/* ===============================================
    18.Tab
------------------------*/
.cmt-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
}
.cmt-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.cmt-tabs ul.tabs li:last-child{
    margin-bottom: 0;
}

.cmt-tabs.tabs-style-01 ul.tabs{
    justify-content: center;
    margin-bottom: 40px;
}
.cmt-tabs.tabs-style-01 ul.tabs li+li a{
    border-left: 2px solid #eef3f8;
}
.cmt-tabs.tabs-style-01 ul.tabs li:first-child {
    border: 0;
}
.cmt-tabs.tabs-style-01 ul.tabs li a{
    display: inline-block;
    cursor: pointer;
    padding: 12px 28px 11px;
    margin-bottom: 0px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 15px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: inherit;
}
.cmt-tabs.tabs-style-01 ul.tabs li:first-child a, 
.cmt-tabs.tabs-style-01 ul.tabs li.active:first-child  a{ border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.cmt-tabs.tabs-style-01 ul.tabs li:last-child a, 
.cmt-tabs.tabs-style-01 ul.tabs li.active:last-child  a{ border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

.content-tab .content-inner{ 
    display: none;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.content-tab .content-inner.active{ 
    display: block; 
    min-height: 100%;
}


/* tab2 */
.cmt-tabs.tabs-style-02 ul.tabs{
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    border: 1px solid #f0f0f0;
    justify-content: space-between;
}
.cmt-tabs.tabs-style-02 ul.tabs li{
    margin: 0 -2px;
    width: 100%;
    text-align: center;
    position: relative;
}
.cmt-tabs.tabs-style-02 ul.tabs li:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}
.cmt-tabs.tabs-style-02 ul.tabs li a{
    display: inline-block;
    cursor: pointer;
    padding: 35px 20px;
    line-height: 22px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    text-transform: capitalize;
}
.cmt-tabs.tabs-style-02 ul.tabs li.active a:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.cmt-tabs.tabs-style-02 ul.tabs li a i {
    display: block;
    font-size: 44px;
    margin-bottom: 15px;
}
.cmt-tabs.tabs-style-02 .content-tab{ 
    padding: 15px; 
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 7px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 7px 0 rgba(41,61,88,.1);
}


/* cmt-tab-style-vertical */
.cmt-tabs.cmt-tab-style-vertical ul.tabs li { 
    margin-top: 1px; 
    width: 100%; 
    display: block;
    border: 0;
}
.cmt-tabs.cmt-tab-style-vertical ul.tabs li a{ 
    display: block;
    cursor: pointer;
    background-color: rgba(255,255,255,.10); 
    color: #fff; 
    padding: 15px 20px; 
    text-transform: capitalize; 
    font-size: 20px; 
    line-height: 28px;
    margin: 0;
    border-radius: 0;
}

/* cmt-tab-style-horizontal */
.cmt-tabs.cmt-tab-style-horizontal ul{ margin: 0; padding: 0; text-align: left; }
.cmt-tabs.cmt-tab-style-horizontal ul.tabs li{ display: inline-block; border: 0; margin: 0; }
.cmt-tabs.cmt-tab-style-horizontal ul.tabs li a{ 
    padding: 12px 16px 12px 16px; 
    font-size: 15px; 
    display: block;
    font-weight: 600;
    text-align: left;
}
.cmt-tabs.cmt-tab-style-horizontal .content-tab   {
    padding: 20px;
    border: 1px solid;
}


/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.cmt-boxes-spacing-20px, .cmt-boxes-spacing-20px { margin: 0 -15px; }
.cmt-boxes-spacing-20px .cmt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.row.cmt-boxes-spacing-15px, .cmt-boxes-spacing-15px { margin: 0 -10px; }
.cmt-boxes-spacing-15px .cmt-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
}

.row.cmt-boxes-spacing-10px, .cmt-boxes-spacing-10px{ margin: 0 -5px; }
.cmt-boxes-spacing-10px .cmt-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.row.cmt-boxes-spacing-5px, .cmt-boxes-spacing-5px{ margin: 0; }
.cmt-boxes-spacing-5px .cmt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.cmt-boxes-spacing-0px, .cmt-boxes-spacing-0px{ margin: 0; }
.cmt-boxes-spacing-0px .cmt-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    outline: 0;
}


/* ===============================================
    20.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.sidebar .widget-area .widget.with-title {
    padding: 30px 20px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}
.sidebar .widget-area .widget:last-child{ 
    margin-bottom: 0px;
}
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    padding-bottom: 8px;
    padding-top: 8px;
    list-style: none;
    position: relative;
}
.sidebar .widget ul>li:first-child{
    border-top: none;
    padding-top: 0;
}
.sidebar .widget ul>li:last-child{
    padding-bottom: 0;
}
.sidebar .widget-title{ 
    font-size: 20px; 
    line-height: 30px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    padding-left: 20px;
}
.sidebar .widget-title:before{
    display: block;
    height: 100%;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0;
    width: 3px;
}


/*widget-search*/
.sidebar .widget.widget-search .search-form{ 
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 45px;
    height: 50px;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    box-shadow : unset;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}



/*widget-post*/
.widget ul.cmt-recent-post-list>li {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
ul.cmt-recent-post-list>li:last-child{
    padding-bottom: 0;
}
ul.cmt-recent-post-list>li>a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 700;
}
ul.cmt-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 65px;
    float: left;
    margin-right: 18px;
}
ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
ul.cmt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li{ 
    margin: 0 4px 10px;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .4s;
}
.widget.widget-nav-menu ul li::after{
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.widget.widget-nav-menu ul li:hover, .widget.widget-nav-menu ul li.active {
    background-color: transparent;
}
.widget.widget-nav-menu ul li:hover:after , .widget.widget-nav-menu ul li.active:after{
    width: 100%;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 20px 25px 20px 25px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 0 6px 0px rgba(29, 33, 67, 0.1);
    font-family: 'Roboto', sans-serif;
}
.widget.widget-nav-menu ul li a:after {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    top: 36%;
    right: 20px;
    color: inherit;
    transform: rotate(-90deg);
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: 1;
    opacity: .4;
    font-size: 13px;
    font-weight: 700;
}


/* widget-download */
.widget.widget-download ul li{ 
    margin: 0 4px 10px;
    padding: 22px 20px !important;
    border: 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}
.widget.widget-download ul li i,
.widget.widget-download ul li div{
    display: inline-block;
    vertical-align: middle;
}
.widget.widget-download ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: inherit;
    transition: unset;
    border: none;
}
.widget.widget-download ul li i {
    font-size: 42px;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.widget.widget-download ul li i:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: -20px;
    top: 0;
    background-color: #f1f1f1;
}
.widget.widget-download ul li h4{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}


/* widget-categories */
.widget-Categories ul li{
    border-top: 1px solid #f1f1f1;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.widget-Categories ul li:first-child { padding-top: 0 !important; }
.widget-Categories ul li:last-child { padding-bottom: 0 !important; }

/* widget-contact */
.widget-contact h4 { 
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}


/* pagination */
.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0;
    -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;
}
.pagination-block .page-numbers i{ font-size: 12px; }



/* ===============================================
    Page-Title-Row
------------------------*/
.cmt-page-title-row { 
    background: url(../images/Banner-02.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.cmt-page-title-row-inner { 
    width: 100%;
    padding: 60px 0 160px 0;
    	background-color: rgba(0, 0, 0, 0.60);
}
/*.cmt-page-title-row-inner .row{
    border-left-width: 6px;
    margin: 0;
    padding-left: 7px;
    border-left-style: solid;
}*/
#fluid-c-b{padding: 0px 50px;}
.b-list-style{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.b-list-style li{
  font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.b-list-style li i, .color-bc{
  color: #70c059;
}

 
.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;
}
.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: "â€œ";
    font-family: inherit;
    font-size: 140px;
    line-height: 140px;
    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%; }

.s-lis-styl{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.s-lis-styl li{
  color: #ffffff;
  display: flex;
}

.s-lis-styl li:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    margin-top: 5px;
    color: #d79538;
}

.service-call{font-size:23px; font-weight:600; color:#fb0400!important;z-index: 1; position: relative;}
.service-call .flaticon-call{ color:#fb0400!important;}

.custimize-offer{width:100%;float:left;margin-top:10px}
.custimize-offer p,.custimize-offer p .blie{font-size:22px;color:red;padding-left:10px;font-weight:600}
.custimize-offer1{width:100%;float:left}
.custimize-offer1 p,.custimize-offer1 p .blie{font-size:20px;color:#f44339!important;margin:0;text-align:center;font-weight:600}
.custimize-offer2{width:100%;position:relative;margin-top:0px}
.custimize-offer2 p,.custimize-offer2 p .blie{font-size:20px;color:#f44339!important;margin:0;text-align:center;display:inline-block!important;font-weight:600}

#immigration_form input{    padding: 12px 15px 12px;}
#immigration_form .text-input{ margin-bottom: 15px;}

.toggle-title a:hover{color:#101536 !important;}

.ban-lista{margin:0; padding:0;list-style: none;    margin-bottom: 30px;}
.ban-lista li{color: #000; font-size: 18px; font-weight: 400; margin-bottom: 5px; display: flex;}
.ban-lista li i{color: #1D4B7C; margin-right: 5px; margin-top: 2px;}

.btn-n-dp{display:inline-block;}
.btn-n-dp1{display:none;}

.btn-n-dp-si{display:inline-block;}
.btn-n-dp-si1{display:none;}

.customdownlaoda {
    display: flex;
    font-size: 44px;
        line-height: 1;
}

.customisze-clas{
    box-shadow: 0 0 35px rgb(10 10 10 / 8%);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.08);
    -webkit-box-shadow: 0 0 35px rgb(10 10 10 / 8%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 25px 20px;
    min-height: 246px;
    margin-bottom:20px;
    background: #ffffff;
}

.customisze-clas .section-title, .customisze-clas .section-title p{margin-bottom:0px;}

 .sleepy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.sleepy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: auto;
  width: 35%;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
      padding: 20px 10px;
}

.sleepy-header {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.sleepy-header span { margin-top: 3px; }

.sleepy-close {
  float: right;
  width: 16px;
  height: 24px;
  background-image: url("../img/sleepy-head-close-x.html");
  margin-top: -12px;
  cursor: pointer;
}

.sleepy-close:after { clear: both; }

.sleepy-content, .sleepy-modal, .sleepy-wake-up {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sleepy-content {
  padding: 15px 10px;  
  /*height: 142px;*/
  /*height: 230px;*/
  margin: 0px auto;
}

.sleepy-message {
  
  width: 100%;
    text-align: center;
}

.sleepy-message p {
  font-size: 23px;
margin-bottom: 20px;
line-height:1.2;
}

.sleepy-owl {
  float: left;
  width: 35%;
}

.sleepy-owl div {
  width: 110px;
  height: 122px;
  background-image: url("../img/sleepy-head-owl-default.html");
}

.sleepy-wake-up {
  
    color: #ffffff;
    background-color: #BF1E2D;
    border-color: #BF1E2D;   
    padding: 13px; 
    
    cursor: pointer;   
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;    
        width: 76%;
    margin: auto;
    border-radius: unset;
    text-transform: uppercase;
}

.sleepy-wake-up:hover { color: #fff; }
@media only screen and (max-width: 40em) {
    
.sleepy-message p {
  font-size: 22px; 
}
#offersaz{
    font-size: 25px !important;
}
/*.sleepy-message p { display: none; }*/
.dsononewq1{
    display:block !important;
}
.dsononewq{
    display:none !important;
}

.sleepy-modal {
  width: 320px;
  /*height: 200px;*/
  /*height: 300px;*/
}

.sleepy-modal {
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.sleepy-wake-up { margin-top: 0; width: 96%;
    font-size: 13px; }
    

.sleepy-message .sleepy-mobile-only {
      display: block;
    text-align: center;
    line-height: normal;
    width: 100%;
}
}
@media only screen and (min-width: 40.063em) {

.sleepy-message .sleepy-mobile-only { display: none; }
}

#minhidea{min-height:444px;}

.featured-icon img{width:80px;}
.featured-icon{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
}
 .featured-title h4{font-size: 24px; line-height:1.2; min-height: 30px; font-weight: 600;margin-top: 20px;}
 
 .featured-icon-box:hover .featured-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
     
 }

.liststylesa{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom:30px;
    text-align: left;
    padding-left: 30px;
}
.liststylesa li{
    padding-left: 20px;
    font-size: 18px;
    color: #333;
}
.liststylesa li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 7px;
    font-size: 20px;
    position: absolute;
    left: 39px;
    color: #3E5481;
}
#whychooseus .whyc{
   flex: 0 0 20%;
    max-width: 20%;
}


.patternbnaner{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    bottom: -1px;
} 
.patternbnaner svg{
    width: calc(300% + 1.3px);
height: 186px;
display: block;
position: relative;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
.patternbnaner svg path{
        fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.servicespatterns1{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
}
.servicespatterns1 svg{
    width: calc(124% + 1.3px);
    height: 39px;
    display: block; 
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
}
.servicespatterns1 svg path{
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.servicespatterns2{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    transform: rotate(180deg);
}

.servicespatterns2 svg{
    width: calc(300% + 1.3px);
    height: 91px;
    transform: translateX(-50%) rotateY(180deg);
    z-index: -1;
    display: block; 
    position: relative;
    left: 50%; 
}
.servicespatterns2 svg path{
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.footerpattarn{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px; 
}

.footerpattarn svg{
    width: calc(286% + 1.3px);
    height: 88px;
    transform: translateX(-50%) rotateY(180deg); 
    display: block; 
    position: relative;
    left: 50%; 
}
.footerpattarn svg path{
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
} 

 #services{padding-bottom: 130px;}
 
.inner-googlereview{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
 }
.inner2-googlereview{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
.inner2-googlereview p{
   margin-bottom: 0px !important;
}

.featured-icon{
    position: absolute;
    left: 35%;
    /*transform: translateX(50%);*/
    top: -55px;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
}
.avilabl27{
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 18px;
	margin-left: 20px;
}
.avilabl271{
font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 18px;
	color: #000 !important;
}

.about-img{ 
    width: 100%;
}
.widget_nav_menu ul li{
    list-style: none;
    padding-bottom: 15px;
}
.widget_nav_menu ul li i{
    margin-right: 5px;
    font-size: 20px;
}
.featured-icon-box .featured-content ul li{
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    align-items: start;
 }
 .featured-icon-box .featured-content ul li i{
    color: #1D4B7C;
    font-size: 18px;
    margin-right:8px;
 }
 .featured-icon-box .contact-details{
    align-items: center;
 }
 .featured-icon-box .service-img{
    text-align: center;
    margin-top: 10px;
 }
 .featured-icon-box .service-img img{
    height: 100px;
    width: 100px;
 }
 
 .errormesg{
     color:red;
     	font-size: 14px;
 }
 .showeroe{
     display:block !important;
 }