@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);



/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
    overflow-x: hidden;
}

::-moz-selection {
    background: #3E9100;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::selection {
    background: #3E9100;
    color: #fff;
    text-shadow: none;
    outline: none;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}
*/

/*************************
*******changeing text  start ******
**************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Lato, sans-serif margin: 0;
    margin-bottom: 0px;
    padding: 0;
    padding-bottom: 0px;
    color: #2b2c2d;
    font-weight: 500;
    letter-spacing: 1.5px;
}


/*************************
*******changeing text  ends ******
**************************/

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

.section-header h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    color: #2c2f33;
    margin-bottom: 15px;
    margin-top: 0px;


}


h3 {

    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #313131;
    /*  font-weight: 600;*/
    line-height: 24px;

}

.skill h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 8px;
}

h4 {
    font-size: 16px;
}

a {
    color: #3E9100;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;

}

a:hover,
a:focus {
    color: #d43133;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


/*	06 - Services Banner
-----------------------------------------------------------*/
.text-uppercase {
    text-transform: uppercase;
}

.winner {
    position: relative;
    background: #efefef;
    top: -50px;

}

.captions {
    font-size: 20px;
    margin-left: 6%;
    margin-top: 9%;
}

.award {
    margin-right: 10%;

}

@media only screen and (min-width: 768px) {
    .award {}
}



.btn-a-link {
    text-align: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    line-height: 100px;
}


/* service end*/

.feature-box {
    display: flex;
    padding-left: 15px;
}

.feature-box-icon i {
    font-size: 36px;
    color: #7ac142;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.feature-box h4 {

    color: #1d2127;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 14px 0;

}

.feature-box p {

    line-height: 24px;
    margin: 0 0 20px;

}

feature-box .feature-box-info {
    flex: 1 1 100%;
    padding-left: 15px;
}

.line_h {
    line-height: 30px;
}

.m_color {
    color: #c5c5c5;
}

.m_color:hover {
    color: #7ac142;
    transition: .25s;
}

*/
/*************************
	   social-icon
*************************/

.social-icons ul {
    padding: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 8px 8px 0;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 33px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text-white .social-icons li a {
    color: #ffffff;
}

/*Colored*/

.social-icons.color a,
.social-icons.color-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.color .social-rss a,
.social-icons.color-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.color .social-facebook a,
.social-icons.color-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.color .social-twitter a,
.social-icons.color-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.color .social-vimeo a,
.social-icons.color-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.color .social-myspace a,
.social-icons.color-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.color .social-youtube a,
.social-icons.color-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.color .social-instagram a,
.social-icons.color-hover .social-instagram a:hover {
    background-color: #e1326b;
}

.social-icons.color .social-gplus a,
.social-icons.color-hover .social-gplus a:hover {
    background-color: #d68400;
}

.social-icons.color .social-stumbleupon a,
.social-icons.color-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.color .social-lastfm a,
.social-icons.color-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.color .social-pinterest a,
.social-icons.color-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.color .social-google a,
.social-icons.color-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.color .social-evernote a,
.social-icons.color-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.color .social-dribbble a,
.social-icons.color-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.color .social-skype a,
.social-icons.color-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.color .social-forrst a,
.social-icons.color-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.color .social-linkedin a,
.social-icons.color-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.color .social-wordpress a,
.social-icons.color-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.color .social-grooveshark a,
.social-icons.color-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.color .social-delicious a,
.social-icons.color-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.color .social-behance a,
.social-icons.color-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.color .social-dropbox a,
.social-icons.color-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.color .social-soundcloud a,
.social-icons.color-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.color .social-deviantart a,
.social-icons.color-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.color .social-yahoo a,
.social-icons.color-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.color .social-flickr a,
.social-icons.color-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.color .social-digg a,
.social-icons.color-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.color .social-blogger a,
.social-icons.color-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.color .social-tumblr a,
.social-icons.color-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.color .social-quora a,
.social-icons.color-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.color .social-github a,
.social-icons.color-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.color .social-amazon a,
.social-icons.color-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.color .social-xing a,
.social-icons.color-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.color .social-wikipedia a,
.social-icons.color-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.color .social-android a,
.social-icons.color-hover .social-android a:hover {
    background-color: #A4C639;
}

.social-icons.color .social-apple a,
.social-icons.color-hover .social-apple a:hover {
    background-color: #999999;
}


/* blog start ul li */

.title-effect {
    z-index: 99;
    position: relative;
    display: inline-block;
    transition: transform 0.5s, color 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.title-effect::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.section-title:nth-child(odd) .title-effect::before {
    background: #84ba3f;
}

section:hover .title-effect:nth-child(2n),
section:focus .title-effect:nth-child(2n),
    {
    color: #84ba3f;
}


.description-list {
    margin-bottom: 20px;
}

.description-list li {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-left: 1rem;
    line-height: 1.6;
}

.description-list li:last-child {
    margin-bottom: 0;
}

.description-list li span {
    color: #ff4a52;
    display: inline-block;
    margin-right: 10px;
}

/* blog ul li */

.blog_h4 {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* Border */

.social-icons.border li a {
    border: 1px solid #eee;
    background: transparent;
}

/* Dark */

.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

/* Light */

.social-icons.light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

/* Rounded */

.social-icons.rounded li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Medium Size */

.social-icons.medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

/* Large Size */

.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 0 10px 10px 0;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.social-icons.big li a {
    height: 62px;
    width: 62px;
    line-height: 62px;
    font-size: 18px;
}


/*icon */

.social-icons.color-icon a {
    #84ba3f;
}

.social-icons.color-icon .social-rss a {
    color: #faa33d;
}

.social-icons.color-icon .social-facebook a {
    color: #5d82d1;
}

.social-icons.color-icon .social-twitter a {
    color: #40bff5;
}

.social-icons.color-icon .social-vimeo a {
    color: #35c6ea;
}

.social-icons.color-icon .social-myspace a {
    color: #008dde;
}

.social-icons.color-icon .social-youtube a {
    color: #ef4e41;
}

.social-icons.color-icon .social-instagram a {
    color: #e1326b;
}

.social-icons.color-icon .social-gplus a {
    color: #d68400;
}

.social-icons.color-icon .social-stumbleupon a {
    color: #ff5c30;
}

.social-icons.color-icon .social-lastfm a {
    color: #f34320;
}

.social-icons.color-icon .social-pinterest a {
    color: #e13138;
}

.social-icons.color-icon .social-google a {
    color: #eb5e4c;
}

.social-icons.color-icon .social-evernote a {
    color: #9acf4f;
}

.social-icons.color-icon .social-dribbble a {
    color: #f7659c;
}

.social-icons.color-icon .social-skype a {
    color: #13c1f3;
}

.social-icons.color-icon .social-forrst a {
    color: #45ad76;
}

.social-icons.color-icon .social-linkedin a {
    color: #238cc8;
}

.social-icons.color-icon .social-wordpress a {
    color: #2592c3;
}

.social-icons.color-icon .social-grooveshark a {
    color: #ffb21d;
}

.social-icons.color-icon .social-delicious a {
    color: #377bda;
}

.social-icons.color-icon .social-behance a {
    color: #1879fd;
}

.social-icons.color-icon .social-dropbox a {
    color: #17a3eb;
}

.social-icons.color-icon .social-soundcloud a {
    color: #ff7e30;
}

.social-icons.color-icon .social-deviantart a {
    color: #6a8a7b;
}

.social-icons.color-icon .social-yahoo a {
    color: #ab47ac;
}

.social-icons.color-icon .social-flickr a {
    color: #ff48a3;
}

.social-icons.color-icon .social-digg a {
    color: #75788d;
}

.social-icons.color-icon .social-blogger a {
    color: #ff9233;
}

.social-icons.color-icon .social-tumblr a {
    color: #426d9b;
}

.social-icons.color-icon .social-quora a {
    color: #ea3d23;
}

.social-icons.color-icon .social-github a {
    color: #3f91cb;
}

.social-icons.color-icon .social-amazon a {
    color: #ff8e2e;
}

.social-icons.color-icon .social-xing a {
    color: #1a8e8c;
}

.social-icons.color-icon .social-wikipedia a {
    color: #b3b5b8;
}

.social-icons.color-icon .social-android a {
    color: #A4C639;
}

.social-icons.color-icon .social-apple a {
    color: #999999;
}

.social-icons.text-social li a {
    width: inherit;
    height: inherit;
    font-size: 18px;
    font-weight: bold;
}

.social-icons.text-social li a:hover {
    background: transparent;
}

.social-icons:not(.color):not(.color-hover) li a:hover {
    background: transparent;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

/*end*/

.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*Btn Style Three*/

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three {
    position: relative;
    padding: 6px 29px 6px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.btn-style-three:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #52cd0e;
}

/*************************
*******Header******
**************************/

.well {
    /*background-color: rgba(0, 0, 0, 0.65);*/
    /*background:rgba(238, 236, 236, 85);*/
    /*background: #253c4a;*/
    background: url("../images/slider/list_Banner.jpg")no-repeat;
    background-position: center bottom;
    border: none;
    float: left;
    color: #fff;
    max-width: 475px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 30px 30px;
}

.well::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 205, 14, 0.93);
}

.well-trans span i {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    font-size: 60px;
    border-radius: 0;
    background: none;
    line-height: 60px;

}

@media only screen and (max-width: 720px) {
    .well {
        max-width: 475px ! important;
        border: 2px black
    }


}

.tg-slidercontent {
    top: -6px;
    left: 30px;
    width: auto;
    float: none;
    background: none;
    position: absolute;
}

.h-ultra {
    color: #322c2b;
    background: url("../images/heading-bg.png") left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font: 36px 'ralewaybold', sans-serif;
    font-size: 36px;
    line-height: normal;

    /*background: -webkit-linear-gradient(left, #328add, #abee2d);
   background-clip: border-box;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;*/
}

.award-winner {
    background: transparent;
    padding: 25px 0;
    position: relative;
    top: -57rem;
    border: 1px soild red;
    right: 57rem;
}

.help_tips {
    position: absolute;
    /*
  top: 36rem;
  right: 61rem;
*/
    top: 255px;
    right: 35px;
    text-align: center;
    background-color: #E04622;
    border: 2px solid rgba(192, 1, 1, 0.7);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 29px;
    cursor: default;
    color: #f8cd18;



}

.help_tips:before {
    /*  content: '?';*/
    font-weight: bold;
    color: #fff;
}

.help_tips:hover p {
    display: block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help_tips p {
    /* The tooltip */
    display: none;
    text-align: left;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help_tips p:before {
    /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help_tips p:after {
    /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

/*
@media only screen and (min-width: 520px) {
  .award-winner {
    visibility: hidden;
    opacity: 0;
     }
  .help_tips{
    visibility: hidden;
  }
    .help_tips i{
      visibility: hidden;
   
    
  }

}
*/


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/************************
*************************
tool tip end  ***********
************************/
.intros {
    background-color: rgba(0, 0, 0, .5);
    color: #000;
}

.theme-color {
    color: #7ac142 !important;
}

.pad-sec-80 {
    padding: 30px 0 0 0;
}

.h-light {
    color: #322c2b;
}

.btn.btn-white {
    border: none;
    border-radius: 2px;
    background: #259c58;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 30px;
}

.btn.btn-white:hover {
    background-color: #ffffff;
    color: #f3a427;
}

.bttn-lg.btn {
    padding: 12px 30px;
}



.navbar-callus li a i {
    font-size: 14px;
    color: #3E9100;
    margin-right: 5px;
}

.navbar-callus li a {
    font-size: 14px;
    color: #fff;


}

#header .search {
    display: inline-block;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #322c2b;
    line-height: 28px;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #3E9100;
    color: #fff;
}

/******* Style social media hover *******/

/******* Style social media hover *******/

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand span {
    font-family: 'Montserrat', sans-serif;
    font-family: 700;

}

.navbar-brand {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #322c2b url("../images/slider/bg_header.png") no-repeat center top;
    /*background: #151515;*/
    padding: 15px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-nav > li {
    margin-left: 35px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #3E9100;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: #3E9100;
    color: #ffffff;

}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #3E9100;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
}

.intro-content {
    background: url(https://advocateajikuriakose.com/images/slider/bg2.jpg) no-repeat top center;

    /*padding:200px 0 60px;*/
}

.intro-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(231, 231, 231, 0.65) 0%, rgba(231, 231, 231, 0.64) 1%, rgba(32, 132, 75, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(231, 231, 231, 0.65) 0%, rgba(231, 231, 231, 0.64) 1%, rgba(32, 132, 75, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(231, 231, 231, 0.65) 0%, rgba(231, 231, 231, 0.64) 1%, rgba(32, 132, 75, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e7e7e7', endColorstr='#003E9100', GradientType=0);
    /* IE6-9 */
    /*background:-moz-linear-gradient(92% 30% 217deg, #309F86, #64A21A 99%);*/
    /*background-image: linear-gradient(to bottom right,#002f4b,#dc4225);*/
    opacity: .6;
}

.intro-content.intro-nobg {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 140px 0 60px;
}


.slogan {
    margin-bottom: 20px;
}

.white-box {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    border-radius: 4px;
}

.intro-content h2 {
    margin-bottom: 10px;
}

/* ---- lead form --- */

ul.lead-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}


ul.lead-list li {
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

ul.lead-list li span.fa {
    margin: 5px 5px 0 0;
    float: left;
}

ul.lead-list li span.list {
    display: inline-block;
    margin: 0 0 0 10px;
}

.icon-success {
    color: #ffffff;
    border: 1px solid #f3eaea;
    padding: 4px;
    border-radius: 100%;
}

/*==============================================
      Welcome Section Style       
==============================================*/

.tg-shortcode {
    width: 100%;
    float: left;
}

body.tg-home .tg-shortcode {
    padding: 0;
}

.tg-shadow {
    position: relative;
}

.tg-shadow:before {
    top: 20px;
    right: 20px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f7f7f7;
}

.tg-shortcodeimg {
    margin: 0;
    width: 100%;
    float: left;
    background: #000;
}

.tg-shortcodeimg img {
    z-index: 2;
    width: 100%;
    opacity: 0.50;
    display: block;
    position: relative;
}

.tg-btnplay {
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 46px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 2px solid #fff;
    margin: -25px 0 0 -25px;
}

.tg-btnplay:hover {
    color: #fff;
}

.tg-btnplay i {
    display: block;
    line-height: inherit;
}

.tg-shortcodetext {
    width: 100%;
    float: left;
}

.tg-shortcodetext h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
}

.tg-shortcodetext h3 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}

.tg-shortcodetext .tg-description {
    padding: 0 0 30px;
}

.tg-shortcodetext .tg-description p {
    margin: 0;
}

.tg-shortcodetext .tg-btn {
    float: left;
}

.tg-welcomeshortcode .tg-shortcodetext {
    padding: 0px 0;
}

.tg-btn {
    color: #fff;
    padding: 0 30px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    background: #373542;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font: 400 14px/40px 'Work Sans', Arial, Helvetica, sans-serif;
}

.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.tg-btn:before,
.tg-btn:after {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.tg-btn:after {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.10);
}

.tg-btn:hover,
.tg-btn:focus {
    color: #fff;
}

.tg-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.tg-btn-lg {
    width: 100%;
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

/*-------------------------------------
15. Make Appointemnt Section Styling 
---------------------------------------*/

.make-appointment-area h2 {
    color: aliceblue;

}

.make-appointment-area {
    background: url(../images/partners/appointment.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 93px 0 100px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease-out 0s;
}

.make-appointment-area .make-appointment h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 27px;
    text-transform: uppercase;
}

.make-appointment-area .make-appointment a {
    border: 1px solid #222;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*
  transition: all 0.3s ease-out 0s;
  background: #7DC01D;
*/
}

/*.make-appointment-area .make-appointment a:hover {
  color: #ffffff;
  background:#222;
  border: 1px solid #222;
}
*/

/*************************
*******practice Page******
**************************/

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

.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 15px;

}

.display-table-cell p {
    padding-top: 15px;

}


/*
 *  Box-Hover-Effect.less
 * -----------------------------------------------
*/

.box-hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.box-hover-effect img {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay::before,
.box-hover-effect .overlay::after {
    pointer-events: none;
}

.box-hover-effect .overlay .details {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay .title {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay .para {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay .entry-meta {
    bottom: 10px;
    font-size: 70%;
    opacity: 0;
    position: absolute;
    width: 89%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect .overlay .entry-meta.top {
    top: 10px;
}

.box-hover-effect .overlay .entry-meta i {
    color: #fff;
}

.box-hover-effect .overlay .icons {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.box-hover-effect:hover .overlay {
    background: rgba(0, 0, 0, 0.85);
}

.box-hover-effect:hover .overlay.white {
    background: rgba(255, 255, 255, 0.75);
}

.box-hover-effect:hover .overlay.black {
    background: rgba(0, 0, 0, 0.85);
}

.box-hover-effect:hover .overlay .entry-meta {
    opacity: 1;
}

.box-hover-effect:hover .overlay .icons {
    opacity: 1;
}

.box-hover-effect:hover .overlay .icons i {
    color: #fff;
}

.box-hover-effect:hover .overlay .icons.twin i {
    padding: 10px;
}

.box-hover-effect:hover .overlay .icons.bordered i {
    border: 1px solid #fff;
}

.box-hover-effect:hover .overlay .icons.bordered i.text-black {
    border-color: #000;
}

.shadow-overlay {
    background-image: url("https://advocateajikuriakose.com/images/shadow-overlay.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Individual effects */

/* -------- effect1 ---------- */

.box-hover-effect.effect1 .overlay {
    position: relative;
}

.box-hover-effect.effect1 .thumb {
    position: relative;
}

.box-hover-effect.effect1 .thumb:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}

.box-hover-effect.effect1 .thumb:before {
    background-color: rgba(255, 255, 255, 0.15);
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}

.box-hover-effect.effect1:hover .thumb:before,
.box-hover-effect.effect1:hover .thumb:after {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/* -------- effect2 ---------- */

.box-hover-effect.effect2 .thumb {
    position: relative;
    overflow: hidden;
}

.box-hover-effect.effect2 .overlay .overlay-details {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-hover-effect.effect2:hover .overlay-details {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box-hover-effect.effect2:hover .details {
    opacity: 0;
}

.box-hover-effect.effect2:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*************************
*******practice Page ends******
**************************/

/*************************
*******Home Page******
**************************/

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 150px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h1 {
    color: #322c2b;
    background: url("../images/slider/heading-bg.png") left bottom no-repeat;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: raleway;
    text-transform: uppercase;
    font-size: 36px;
    line-height: normal;
}

#main-slider .carousel h2 {
    color: #322c2b;
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}


#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 730px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #3E9100;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #000;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
    background: #f5f5f5;
    padding-bottom: 40px;
}

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

.feature-wrap h2 {
    margin-top: 10px;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 10%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #c52d2f;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}

.feature-wrap i:hover {
    background: #c52d2f;
    color: #fff;
    box-shadow: inset 0 0 0 5px #c52d2f;
    -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
    border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
    padding: 15px;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .overlay {
    background: -webkit-linear-gradient(top, rgba(82, 205, 14, 0.93) 0%, rgba(28, 186, 200, 0.8) 75%);
    background: -webkit-linear-gradient(top, rgba(82, 205, 14, 0.93) 0%, rgba(28, 186, 200, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(82, 205, 14, 0.93) 0%, rgba(28, 186, 200, 0.8) 75%);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}


.recent-work-wrap .recent-work-inner h3 {
    background: #fff none repeat scroll 0 0;
    text-transform: uppercase;
    color: #222;
    font-size: 18px;
    left: 20%;
    z-index: 9999;
    letter-spacing: 1px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    width: 63%;

}

.mb_15 {
    margin-bottom: 30px;
}

.recent-work-wrap .recent-work-inner a {
    color: #fff;
    padding: 10px;
    left: 50%;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
}

.recent-work-wrap .recent-work-inner i {
    font-size: 22px;
}

.recent-work-wrap .overlay .preview {
    color: #fff;
    left: 50%;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

.recent-work-inner p a:hover,
.recent-work-inner a i:hover {
    color: #222;

}

.overlay .recent-work-inner p {
    bottom: 0;
    left: 25%;
    position: absolute;
    text-transform: uppercase;
    transition: bottom 0.9s ease 0s;
}

.overlay p a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;

}

.overlay p a:hover {
    color: #222;

}

.recent-work-wrap:hover p {
    bottom: 50px;
}

/*==================================================
 * Effect 1
 * ===============================================*/

/*==================================================
 * Effect 8
 * ===============================================*/

.effect8:before,
.effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 1px;
    border-radius: 100px / 1px;
}


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

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 1.618em;
    position: relative;

}

.underline {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.underline::after {
    content: "";
    width: 32px;
    height: 1px;
    background: #3e9100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4%;
    left: 48%;
}

.section-subtitle {
    color: #222;
    ;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif !important;
}

/****************************************************************************
    *-*-*-* section-header end *-*-*-*
****************************************************************************/

}

/****************************************************************************
    *-*-*-* INNER BANNER START *-*-*-*
****************************************************************************/

.text-theme-colored {
    color: #F55E45 !important;
}

/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    text-align: center;
}

.breadcrumb > li + li::before {
    content: "\f22d";
    font-family: fontawesome;
    font-size: 9px;
}

.breadcrumb li.active {
    color: #111111;
}

.breadcrumb.white li.active {
    color: #fff;
}

.breadcrumb.white li a {
    color: #808080;
}

@media only screen and (min-width: 768px) {
    .breadcrumb.text-right {
        text-align: right !important;
    }
}



/****************************************************************************
    *-*-*-* INNER BANNER START *-*-*-*
****************************************************************************/

.pagehding-sec {
    padding: 50px 0;

}

.pagehding-overlay {
    position: relative;
    width: 100%;
    background: url(https://advocateajikuriakose.com/images/bg14.jpg) no-repeat;
    background-size: cover;
}

.pagehding-overlay ::before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top left, rgba(57, 128, 128, 0.88) 0%, rgba(10, 71, 102, 0.88) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(top left, rgba(57, 128, 128, 0.88) 0%, rgba(10, 71, 102, 0.88) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top left, rgba(57, 128, 128, 0.88) 0%, rgba(10, 71, 102, 0.88) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, rgba(57, 128, 128, 0.88) 0%, rgba(10, 71, 102, 0.88) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-heading h1 {
    /*! font-size: 32px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.page-heading {
    text-align: center;
}

.page-heading li {
    display: inline-block;
    position: relative;
    padding: 0px 14px;
}

.page-heading li a {
    color: #fff;
}

.page-heading li:last-child a {
    color: #3E9100;
}

.page-heading li::before {
    border-right: 1px solid #333333;
    content: "";
    height: 60%;
    position: absolute;
    right: -2px;
    top: 5px;
}

.page-heading li:last-child::before {
    display: none
}


}

/****************************************************************************
    *-*-*-* INNER BANNER START *-*-*-*
****************************************************************************/

#middle {
    background: #f5f5f5;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}

.progress {
    position: relative;
}

.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -30px;
    border-radius: 2px;
    margin-left: -30px;
}

.progress span {
    position: relative;
}

.progress span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
}

.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading,
.panel {
    background-color: #e6e6e6;
    border: 0 none;
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}

.panel-body {
    padding: 20px 20px 10px;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

.panel-heading.active .panel-title > a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #3E9100;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #3E9100;
    color: #fff;
}

.nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs > li > a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

.nav-tabs > li.active > a:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent transparent transparent #1f1f20;
    border-width: 25px 22px;
    right: -44px;
    top: 0;
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.tab-content {
    padding: 20px;
}

.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
    font-size: 14px;
}

.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}

.testimonial-inner .pull-left:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}

#partner {
    background: url(https://advocateajikuriakose.com/images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}

#partner {
    color: #fff;
    text-align: center;
}

#partner h2,
#partner h3 {
    color: #fff;
}

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

.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}

#conatcat-info {
    background: #fff url(https://advocateajikuriakose.com/images/contact.png) no-repeat 90% 0;
    /*padding: 30px 0;*/
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #3E9100;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}

/* ----------------------------------------------------------------------------------------
*                                   13. practice-item
* --------------------------------------------------------------------------------------- */

.practice-item {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

.practice-item div,
.practice-item h3,
.practice-item p {
    position: relative;
    z-index: 1;
}

.practice_inner {
    background: rgba(255, 255, 255, .9);
    padding: 10px;
}

.practice-item,
.team_member {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

/* ----------------------------------------------------------------------------------------
*                                   14. Fun Facts area css
* --------------------------------------------------------------------------------------- */

.fun-facts-area {
    background-color: #888;
    color: #fff;
    background-image: url(../images/countup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.counter-area {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 30px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.counter-area:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}


.fun-facts-icon {
    text-align: center;

}

.fun-facts-icon i {
    font-size: 40px;
    line-height: 60px;
    color: #3E9100;
}


.fun-facts-area .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}

.fun-facts-area .fun-fact i {
    margin-right: 5px;
}

.fun-facts-area .fun-fact p {
    font-size: 16px;
}

.cp-counter {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
}

/* Inner Pages */

.gradient-overlay {
    padding: 60px 0;
    background: url(https://advocateajikuriakose.com/images/bg14.jpg) 50% 50%;
    background-size: auto auto;
    background-size: cover;
}

.gradient-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(139, 214, 42, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
    background: linear-gradient(to right, rgba(139, 214, 42, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
}

.vk-breadcrumb a {
    text-transform: uppercase;
    color: aliceblue;

}

.vk-breadcrumb ul {
    color: #43a000;
    font-size: 14px;
    font-weight: 400;
}

.vk-breadcrumb ul a {
    color: #fff;
}

.vk-breadcrumb ul span {
    color: #fff;
    padding: 0 12px;
}

.vk-banner {
    color: #fff;
    min-height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
    .vk-banner {
        min-height: 400px;
    }
}

.vk-banner .page-heading {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .vk-banner .page-heading {
        font-size: 48px;
        float: left;
    }
}

.vk-breadcrumb {
    font-size: 13px;
    padding-top: 10px;

}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #3e9100;
}

@media (min-width: 992px) {
    .vk-breadcrumb {
        float: right;
        padding-top: 30px;
    }
}

.vk-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.vk-breadcrumb ul li {
    display: inline-block;
}

.vk-breadcrumb ul li + li:before {
    content: '/';
    display: inline-block;
    margin: 0 3px;
}

.vk-breadcrumb ul li.active {
    color: rgb(59, 61, 63);
}

.inner-heading {
    /*	background: #31353a;*/
    position: relative;
    z-index: 100;
}

.inner-heading h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.inner-heading h1 span {
    font-weight: bold;
}

.inner-heading p {
    color: #3b3d3f;
}

.padding-inner {
    margin-top: 40px;
}

.hborder {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.inner-page p {
    font-size: 14px;
    line-height: 22px;
}

#breadcrumbs .breadcrumb {
    background: none;
    float: right;
    text-shadow: none;
    padding: 0;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
}

#breadcrumbs .breadcrumb a {
    color: #828689;
    text-shadow: none;
}

#breadcrumbs .breadcrumb a:hover {
    color: #0c7eb8;
}

.breadcrumb > .active {
    color: #828689;
    text-shadow: none;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #828689;
    text-shadow: none;
}

/*************************
********* About Us Page CSS ******
**************************/
.about-left p {
    color: #000000;
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    width: 76%;
}

.tg-description p {
    font-size: 18px;
    font-weight: 100;
    text-transform: lowercase;
    line-height: 27px;
    width: 100%;

}

.gradient_overlay {
    width: 100%;
    background-image: url(https://advocateajikuriakose.com/images/landing_auction.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.gradient_overlay::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right, rgba(17, 182, 131, 0.7) -10%, rgba(255, 51, 102, 0) 50%);
}

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

.borders {
    border-radius: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

ul.honors-list li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
    padding-top: 2px;
}

.honors-list li i {
    text-align: center;
    font-size: 36px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #7DC01D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}

.box-padding,
.box-padding-r,
.box-padding-r2 {
    padding: 30px;
}

.bg-box {
    background-color: #f2f2f2;
}

.attorney-contact-info li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px
}

.attorney-contact-info li i {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #cc8809
}

.attorney-contact-info li p {
    margin-bottom: 0;
}

.attorney-contact-info li:last-child {
    margin-bottom: 0
}

.attorney-name {
    padding: 18px 0 14px;
}

.attorney-name {
    padding: 18px 0 14px;
}

.attorney-name h2 {
    margin-bottom: 0;
}

h2.title-medium-primary {
    color: #3e9100;
    font-weight: 500;
    text-transform: capitalize;
}

.attorney-name h2 {
    margin-bottom: 0;
}

.attorney-social {
    text-align: right;
    padding: 45px 0
}

@media only screen and (max-width:600px) {
    .attorney-social {
        text-align: left;
        padding: 0 0 45px
    }
}

.attorney-social li {
    margin-right: 10px;
    display: inline-block
}

.pd18 {
    padding: 34px 0 14px;
}

.attorney-social li:last-child {
    margin-right: 0
}

.attorney-social li a i {
    opacity: .8;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    background: #fff;
    color: #9e9e9e;
    border-radius: 2px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out
}

.attorney-social li a:hover i {
    opacity: 1
}

.attorney-social li.facebook i {
    background-color: #3b579d;
    color: #fff
}

.attorney-social li.twitter i {
    background-color: #1da1f2;
    color: #fff
}

.attorney-social li.google i {
    background-color: #ea4335;
    color: #fff
}

.attorney-social li.linkedin i {
    background-color: #0177b5;
    color: #fff
}

.attorney-social li.eye i {
    background-color: #bd081c;
    color: #fff
}

.attorney-contact-info li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px
}

.attorney-contact-info li i {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: #7DC01D;
}

.attorney-contact-info li p {
    margin-bottom: 0
}

.attorney-contact-info li:last-child {
    margin-bottom: 0
}

.section-space-all {
    padding: 130px 0
}

@media only screen and (max-width:1199px) {
    .section-space-all {
        padding: 120px 0 90px
    }
}

@media only screen and (max-width:991px) {
    .section-space-all {
        padding: 110px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .section-space-all {
        padding: 100px 0 70px
    }
}

@media only screen and (max-width:479px) {
    .section-space-all {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:320px) {
    .section-space-all {
        padding: 70px 0 40px
    }
}

.section-space-all-30 {
    padding: 130px 0 100px
}

@media only screen and (max-width:1199px) {
    .section-space-all-30 {
        padding: 120px 0 90px
    }
}

@media only screen and (max-width:991px) {
    .section-space-all-30 {
        padding: 110px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .section-space-all-30 {
        padding: 100px 0 70px
    }
}

@media only screen and (max-width:479px) {
    .section-space-all-30 {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:320px) {
    .section-space-all-30 {
        padding: 70px 0 40px
    }
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.upercase {
    text-transform: uppercase !important;
}

h3.title-medium-dark {
    color: #333;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

ul.practice-list2 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    width: 49%
}

ul.practice-list2 li:before {
    content: "\f1db";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
    ul.practice-list2 li {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    ul.practice-list2 li {
        width: 100%
    }
}

ul.practice-list2 li:last-child {
    margin-bottom: 0
}

ul.practice-list2 li a {
    color: #222;
    -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
}

ul.practice-list2 li a:hover {
    color: #43a000
}

/*
*****************
contact
*************************/

.row-base {
    margin-top: -30px;
}

.section-body {
    margin-top: 50px;
}

.titl-left {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
}

.form-control-layout {
    position: relative;
}

.form-control {
    height: 50px;
    padding: 6px 20px 6px 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    color: #888888;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-control-layout .fa {
    position: absolute;
    z-index: 1;
    padding: 0 1px;
    left: 20px;
    top: 16px;
    font-size: 14px;
    color: #bbbbbb;
}

.delimiter-l {
    margin: 25px 0 0 0;
    width: 70px;
    height: 2px;
    background-color: rgba(139, 214, 42, 0.8);
}

.bgc-light {
    background-color: #f2f2f2;
}

.row-base {
    margin-top: -30px;
}

.contact-box {
    text-align: center;
    padding: 40px 20px 30px;
    background-color: #fff;
}

.contact-box h3 {
    margin-top: 20px;
}

.icon-contact .fa {
    position: relative;
    margin: 2px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #3E9100;
}

.icon-round,
.fa {
    display: inline-block;
    /*    font-size: 24px;*/
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.icon-contact {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, rgba(139, 214, 42, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(45deg, rgba(139, 214, 42, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/*
*****************
contact end
*************************/

.contact-form-sidebar .form-group .form-control {
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e0e0e0;
    box-shadow: none
}

.contact-form-sidebar .form-group input {
    height: 45px;
    color: #333
}

.contact-form-sidebar .form-group textarea {
    color: #333;
    padding-top: 15px
}

.contact-form-sidebar .form-group button {
    /*! margin-top:20px; */
}

.contact-form-sidebar .form-response .alert-info {
    background: 0 0 !important;
    border: none !important;
    color: red;
    letter-spacing: 5px
}

.contact-form-sidebar .form-response .alert-success {
    background-color: transparent;
    color: green;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500
}

textarea.form-control {
    padding-top: 13px;
    height: 200px;
    resize: none;
}

.col-base {
    margin-top: 30px;
}

.contact-form-sidebar .form-response .alert {
    border-radius: 0 !important;
    padding: 15px 0
}

.contact-form-sidebar input.search-input:focus {
    outline: 0
}

.contact-form-sidebar input::-webkit-input-placeholder,
.contact-form-sidebar textarea::-webkit-input-placeholder {
    color: #222
}

.contact-form-sidebar input::-moz-placeholder,
.contact-form-sidebar textarea::-moz-placeholder {
    color: #222
}

.contact-form-sidebar input:-moz-placeholder,
.contact-form-sidebar textarea:-moz-placeholder {
    color: #222
}

.contact-form-sidebar input:-ms-input-placeholder,
.contact-form-sidebar textarea:-ms-input-placeholder {
    color: #222
}

.bg-body {
    background-color: #fff;
}

.education-from {
    margin-bottom: 15px;

}

.education-from span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}


/*end 22222222222 breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    text-align: center;
}

.breadcrumb > li + li::before {
    content: "\f22d";
    font-family: fontawesome;
    font-size: 9px;
}

.breadcrumb li.active {
    color: #111111;
}

.breadcrumb.white li.active {
    color: #fff;
}

.breadcrumb.white li a {
    color: #808080;
}

@media only screen and (min-width: 768px) {
    .breadcrumb.text-right {
        text-align: right !important;
    }
}

.about-us {
    margin-top: 110px;
    margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
}

.about-us p {
    color: #4e4e4e;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
    bottom: -25px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}

#carousel-slider a i {
    border: 1px solid #777;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color: #777;
}

#carousel-slider a i:hover {
    background: #bfbfbf;
    color: #fff;
    border: 1px solid #bfbfbf;
}

#carousel-slider .carousel-control {
    width: inherit;
}

#carousel-slider .carousel-control.left i {
    left: -25px
}

#carousel-slider .carousel-control.right i {
    right: -25px;
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
    background: none;
}

.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}

.sinlge-skill {
    background: #f2f2f2;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    height: 200px;
    position: relative;
    width: 200px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 30px 0;

}

.sinlge-skill p em {
    color: #FFFFFF;
    font-size: 38px;
}

.sinlge-skill p {
    line-height: 1;
}


.html-skill,
.css-skill,
    {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    border-radius: 100%;
    padding: 70px 0;
    text-align: center;
}




.html-skill {
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0);
    /* IE6-9 */
}

.css-skill {
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0);
    /* IE6-9 */
}



.skill-wrap {
    display: block;
    overflow: hidden;
    margin: 60px 0;
}

.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.team h5 {
    font-weight: 300;
}

.single-profile-top,
.single-profile-bottom {
    font-weight: 400;
    line-height: 24px;
}

.single-profile-top,
.single-profile-bottom {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.media_image {
    margin-bottom: 10px;
}

.team .btn {
    background: transparent;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    border: 1px solid#ddd;
    margin-right: 3px;
}


ul.social_icons,
ul.tag {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}

ul.social_icons li,
ul.tag li {
    display: inline-block;
    margin-right: 5px;
}

ul.social_icons li a i {
    border-radius: 50%;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 25px;
    opacity: .8;
}


.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: 2s;
    transition-property: all;
    transition-timing-function: ease;
    opacity: 1;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
    background: #0182c4;
}

.team .social_icons .fa-twitter {
    background: #20B8FF
}

.team .social_icons .fa-google-plus {
    background: #D34836
}


.team-bar .first-one-arrow {
    float: left;
    margin-right: 30px;
    width: 2%;
}

.team-bar .first-arrow {
    float: left;
    margin-left: 5px;
    margin-right: 35px;
    width: 22%;
}

.team-bar .second-arrow {
    float: left;
    margin-left: 5px;
    width: 21%;
}

.team-bar .third-arrow {
    float: left;
    margin-left: 40px;
    margin-right: 12px;
    width: 22%;
}

.team-bar .fourth-arrow {
    float: left;
    margin-left: 25px;
    width: 20%;
}

.team-bar .first-one-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}

.team-bar .first-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}

.team-bar .second-arrow hr {
    border-bottom: 1px solid #6aa42f;
    border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
    border-bottom: 1px solid #FFBD20;
    border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
    border-bottom: 1px solid #db3615;
    border-top: 1px solid #db3615;
}

.team-bar {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}

.team-bar i {
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: -32px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 24px;
    position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
    background: #2D7DA4;
    margin-left: -33px
}

.team-bar .second-arrow .fa-angle-down {
    background: #6AA42F;
    margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
    background: #FFBD20;
    margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
    background: #db3615;
    margin-left: -32px;
}

.team .single-profile-top:before,
.team .single-profile-top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.team .single-profile-top:before {
    left: 26px;
    bottom: -20px;
    border-width: 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}


.team .single-profile-top:after {
    left: 25px;
    bottom: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: #ddd transparent transparent transparent;
    z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.team .single-profile-bottom:before {
    left: 30px;
    top: -20px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}

.team .single-profile-bottom:after {
    left: 29px;
    top: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent transparent #DDD transparent;
    z-index: 0;
}

#middles {
    background: #f5f5f5;

    margin: 0 -100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 75px 100%;
    background-image: url(../images/section-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #fafafa;
    overflow: hidden;
    border-top: 1px solid #fff;
}

/***********************
**** icon ****
***********************/

.section-nomargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-light {
    margin: 70px -100% 70px -100%;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 55px 100% 60px 100%;
    background: #f3f3f3;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

/*
// #Icon Box
// --------------------------------------------------
*/

.icon-box {
    position: relative;
    margin-bottom: 30px;
}

.icon-box .icon {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    font-size: 28px;
    text-align: center;
    color: #a6ce39;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.icon-box .icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #f2f2f2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.icon-box .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.icon-box .icon i {
    position: relative;
    z-index: 2;
    margin: -2px 0 0 2px;
}

.icon-box .icon .entypo {
    font-size: 30px;
    display: block;
    text-align: center;
}

.icon-box .icon .bg-icon {
    display: none;
}

@media (min-width: 992px) {
    .icon-box .icon .bg-icon {
        display: block;
        position: absolute;
        left: 30px;
        top: 0;
        font-size: 140px;
        color: #f7f7f7;
        z-index: -1;
    }
}

.icon-box .icon-box-body {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.icon-box .icon-box-body h3,
.icon-box .icon-box-body h4 {
    /*  padding-top: 6px;*/
    margin-bottom: .75em;
}

.icon-box .icon-box-body h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.icon-box.circled .icon {
    color: #a6ce39;
    border-radius: 50%;
}

.icon-box.circled .icon:before {
    background: #fff;
    border-radius: 50%;
}

.icon-box.circled .icon:after {
    border-radius: 50%;
    background: #a6ce39;
}

.icon-box.squared .icon {
    color: #fff;
}

.icon-box.squared .icon:before {
    background-color: #a6ce39;
}

.icon-box.squared .icon:after {
    background: #ebebeb;
}

.icon-box.bordered .icon {
    color: #a6ce39;
}

.icon-box.bordered .icon:before {
    background: #fff;
}

.icon-box.bordered .icon:after {
    background: #a6ce39;
}

.icon-box.centered {
    text-align: left;
}

@media (min-width: 992px) {
    .icon-box.centered {
        text-align: center;
    }
}

.icon-box.centered .icon {
    margin: 0 0px 0px 0;
}

@media (min-width: 992px) {
    .icon-box.centered .icon {
        float: none;
        /*    margin: 0 auto 25px auto;*/
    }
}

.icon-box.boxed {
    border: 1px solid #dcdcdc;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    padding: 20px;
}

@media (min-width: 992px) {
    .icon-box.boxed {
        padding: 40px;
    }
}

.icon-box.boxed .icon:after {
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
}

@media (min-width: 992px) {
    .icon-box.boxed .icon {
        width: 100px;
        height: 100px;
        font-size: 42px;
        line-height: 100px;
    }
}

.no-touch .icon-box.icon-box-animated .icon:after {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.no-touch .icon-box.icon-box-animated .icon:hover {
    color: #fff;
}

.no-touch .icon-box.icon-box-animated .icon:hover:before {
    background-color: #a6ce39;
}

.no-touch .icon-box.icon-box-animated .icon:hover:after {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-box.icon-box-animated-inverse .icon {
    color: #fff;
}

.icon-box.icon-box-animated-inverse .icon:before {
    background: #a6ce39;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:after {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover {
    color: #a6ce39;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #a6ce39;
    box-shadow: 0 0 0 3px #a6ce39;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover:after {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-box.sm .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    margin-right: 20px;
}

.icon-box.sm .icon:after {
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
}

.icon-box.lg .icon {
    width: 100px;
    height: 100px;
    line-height: 92px;
    font-size: 42px;
    border: 2px solid #a6ce39;
}

.icon-box.lg .icon:after {
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
}

.icon-box.lg .icon .entypo {
    font-size: 42px;
    margin: 0;
}

.icon-box.filled .icon {
    color: #fff;
    background: #a6ce39;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}

.entypo::before {
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box.filled .icon:before {
    background: #a6ce39;
}

.icon-box.filled .icon:after {
    width: 50px;
    left: 50%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 2;
    border-radius: 0 50% 50% 0;
}

.icon-box.filled .icon i {
    z-index: 3;
}

.icon-box.filled.icon-box-animated-inverse .icon:hover:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

/***********************
**** icon end ****
***********************/

/***********************
****Service page css****
***********************/

#services {
    background: #000 url(../images/services/bg_services.png);
    background-size: auto auto;
    background-size: cover;
}


.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

.get-started h2 {
    padding-top: 30px;
    margin-bottom: 20px;
}

.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}

.request h4 {
    position: absolute;
    width: 220px;
    position: relative;
}

.request h4 a {
    background: #c52d2f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px 15px;
}

.request h4:after {
    border-color: #c52d2f transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}

.request h4:before {
    border-color: #c52d2f transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    padding: 3px;
    width: 182px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}

.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}


.clients-comments h4 span {
    font-weight: 700;
    font-style: oblique;
}

.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

.text-lefted {
    text-align: left;
}


/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
    color: #fff;
    background: rgba(82, 205, 14, 0.93);
    border: 1px solid rgba(82, 205, 14, 1);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    margin: 0;
    padding: 0;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
    margin-top: 120px
}

.pricing_heading h2,
.pricing_heading p {
    color: #4e4e4e;
}

.pricing-area h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-area span {
    font-weight: 700;
    font-size: 18px;
}

.pricing-area h3,
.pricing-area span {
    color: #fff;
}

.plan {
    position: relative;
    margin-bottom: 70px;
}

.pricing-area ul {
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

.pricing-area ul li {
    list-style: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.pricing-area ul li:nth-child(even) {
    background: #f5f5f5
}

.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    right: 15px;
    top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    padding: 17px 0;
    border-radius: 2px 2px 0 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
    margin-left: -10px
}


.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
    background: #e24f43
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
    background: #27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
    background: #e24f43;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .bg {
    background: #fafafa
}

.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}

.small-pricing h3:after {
    height: 94px;
}

.small-pricing h3:before {
    top: 74px;
}

.plan-action {
    height: 40px;
}

.pricing-area .plan-action .btn-primary {
    position: relative;
    padding: 5px 20px;
    color: #fff;
    margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    width: 0;
    z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    position: absolute;
    right: -9px;
    width: 0;
    z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #424242 transparent transparent;
    right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
    right: -9px;
}

/*************************
********* button start ******
**************************/

/* Bounce To Right */

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: white;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.slider-btn {
    display: inline-block;
    background-color: #3E9100;
    color: #fff;
    padding: 13px 25px;
    border-radius: 40px;
    margin-top: 29px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.home-3-sldr-btn {
    border-radius: 4px;
}

.home-3-sldr-btn.hvr-bounce-to-right::before {
    background: #257800 none repeat scroll 0 0;
    border-radius: 4px;
}


.hvr-bounce-to-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*************************
********* button end ******
**************************/

/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
    background-image: url("../images/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.gmap-area .gmap iframe {
    border-radius: 50%;
    height: 280px;
    width: 300px;
}

.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5 {
    font-weight: 700;
    /* font-size: 16px; */
}

#contact-page {
    padding-top: 0;
}

#contact-page .contact-form .form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}

.hr-line {
    margin: 20px auto;
    width: 40px;
    border-top: 1px solid #bcbcbc;
}

/*********************
****blog page css*****
**********************/


.circle-outline {
    border: 1px solid red;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.thumb img:hover {
    opacity: .8;

}

.section {
    position: relative;
    padding-top: 7.1em;
    padding-bottom: 7.1em;
}

.main-blog {
    background-size: cover
}

.blog {
    margin-bottom: 4em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    background-color: #fff
}

.blog:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

.blog-thumbnail {
    position: static
}

.blog-thumbnail img {
    width: 100%
}

.blog-thumbnail-bg {
    background-image: url(../images/blog/tax.jpg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: .25em 0 0 .25em;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0
}

.bg2 {
    background-image: url(../images/blog/WADEEMALAW_1.jpg);
}

.blog-info {
    padding: 3em 3em 2em 3em;
}

.blog-rubric {
    letter-spacing: 0.1em;
    font-family: 'Hind', sans-serif;
    color: #313131;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1em
}

.blog-rubric:hover {
    text-decoration: none;
    color: #3b3b3b
}


.blog-info .blog-title {

    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.5;
    margin-top: 0
}

.sticky .blog-info .blog-title {
    color: #f45d5d
}

.blog-meta {
    font-family: Montserrat, sans-serif;
    font-size: .875em;
    color: #9a9a9a;
    overflow: hidden;
    padding-top: 1.5em;
    margin-top: 4em;
    border-top: 1px solid #e9e9e9
}

.col-blog {
    margin-top: 30px
}

.col-blog .blog {
    margin-bottom: 0
}

.col-blog .blog-title {
    font-size: 1.125em
}

.col-blog .blog-info {
    padding: 1.1em 1.8em 1.2em
}

.col-blog .blog-meta {
    padding-top: 1em;
    margin-top: 1.8em
}

.col-blog .blog-meta a {
    color: #9a9a9a
}

.col-blog .blog-meta a:hover {
    color: #3b3b3b;
    text-decoration: none
}

/*image effects */

.jtv-subbanner1 {
    overflow: hidden;
    position: relative;
    margin: 10px 0px 28px;
}

.jtv-banner3 {
    overflow: visible !important;
    position: relative;
}

.jtv-banner3-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.jtv-banner3:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jtv-banner3 img,
.jtv-banner1 img,
.jtv-banner2 img {
    position: relative;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    /*z-index: 455;*/
    max-width: 100%;
}

.jtv-banner3 .hover_content {
    position: absolute;
    /*background: #46525f;*/
    /*  background-color: rgb(62, 145, 0.1);*/
    background-color: rgba(14, 13, 13, 0.7);
    opacity: 1;
    width: 58%;
    height: 69%;
    display: inline-block;
    top: 20px;
    left: 20px;
    margin: 0 auto;
    /*z-index: 200;*/
    -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;
    padding: 10px;
}

.hover_content {
    text-align: center;
}

.jtv-banner3 .hover_data {
    display: block;
    padding: 20px 0 7px;
    /*    position: absolute;*/
    bottom: -8%;
    width: 100%;
    -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;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hover_data .title {
    color: #3e9100;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hover_data .desc-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jtv-banner2 .hover_data .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.jtv-banner2 .hover_data .desc-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*-- Author info --*/

.author-box {
    background: #ECECEC;
    padding: 15px 20px;
    margin: 40px 0;
}

.author-img img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 100%;
    margin-top: 20px;
}

.author-url span a {
    color: #3c3950;
}

.author-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.comment-social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

.title-h5 {
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0.5em 0;
    margin-top: 0.5em;
    letter-spacing: 0.05em;

}

.light {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
}

.para p {
    line-height: 30px;
    color: rgba(9, 9, 19, 0.65);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

}

.post-title h5 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    color: #292A2E;



}

.post-title h5::after {
    content: " ";
    width: 19px;
    height: 3px;
    background-color: #3E9100;
    position: absolute;
    top: -10px;
    left: 336px;
}

.Questions_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: 0;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    color: #4c4c4c;
}

.Questions_title:hover {
    color: #3E9100;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;


}

.bg_white {

    background: #fff;

}

.faq h4 i {
    color: #7ac142;
}

/*************************
**********Blog One********
*************************/

.divider-line.margin {
    margin: 20px 0;
}

.divider-line.dark {
    border-bottom-color: #444444;
}

.divider-line.dashed {
    border-bottom: 1px dashed;
    border-bottom-color: currentcolor;
}

.opacity-3 {
    opacity: 0.3;
}

.divider-line {
    float: left;
    width: 100%;
}

.section-padding {
    padding: 120px 0;
}

.light-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}

.white-bg {
    background: #ffffff none repeat scroll 0 0;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.thumb img,
.single-portfolio img {
    width: 100%;
}

.blog-text a h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;

}

.blog-text a h4:hover {
    color: #3e9100;
}

/*-- Author end --*/

.widget {
    margin-bottom: 3.4em
}

.widget-title {
    font-size: 1em;
    color: #acacac;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 3em;
    margin-top: 0
}

.widget input,
.widget select {
    width: 100%
}

.widget ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li {
    margin-top: .5em
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
    color: inherit
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
    text-decoration: none;
    color: #425cbb
}

.widget_archive li ul,
.widget_categories li ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_recent_entries li ul,
.widget_nav_menu li ul {
    margin-left: .8em
}

.widget_recent_comments li {
    color: #a1a1a1
}

.widget_recent_comments li a {
    color: #7d7d7d
}

.widget_recent_comments li a:hover {
    color: #425cbb;
    text-decoration: none
}

.widget.widget_calendar table {
    margin: 0;
    background: #fff;
    border-color: #e9e9e9;
    color: #4b4b4b
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
    border-color: #e9e9e9
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1em
}

.widget_calendar tbody a {
    background-color: #425cbb;
    color: #fff;
    display: block;
    font-weight: 700
}

.tagcloud {
    margin-top: -.7em
}

.tagcloud a {
    font-family: Montserrat, sans-serif;
    font-size: .875em !important;
    display: inline-block;
    margin-top: .7em;
    padding: .2em 1.3em .3em;
    color: #474747;
    background: #e9e9e9;
    border-radius: 20px;
    transition: all .3s ease-in
}

.tagcloud a {
    margin-right: .2em
}

.tagcloud a:hover {
    color: #fff;
    background-color: #323232;
    text-decoration: none
}

.rss-widget-icon {
    position: relative;
    top: -.15rem
}

.widget_rss li {
    margin-bottom: 2em
}

.widget_rss cite {
    display: block;
    margin-bottom: .6em;
    font-weight: 700
}

.widget_rss .rss-date {
    display: block;
    color: #969696;
    font-size: .9em
}

.widget_rss .rsswidget {
    text-decoration: underline
}

.widget_rss .widget-title .rsswidget {
    text-decoration: none
}

.widget_rss .rsswidget:hover {
    text-decoration: none
}

.widget_search .search-form {
    max-width: 420px
}

.widget_categories li {
    margin-bottom: .5em
}

.widget_categories li a {
    color: inherit;
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}

.widget_categories li a:hover {
    color: #425cbb;
    text-decoration: none
}

.blog-tags {
    margin-top: -.7em
}

.blog-tags a {
    font-family: Montserrat, sans-serif;
    font-size: .875em;
    display: inline-block;
    margin-top: .7em;
    padding: .2em 1.3em .3em;
    color: #474747;
    background: #e9e9e9;
    border-radius: 20px
}

.blog-tags a {
    margin-right: .2em
}

.blog-tags a:hover {
    color: #fff;
    background-color: #425cbb;
    text-decoration: none
}

.widget_recent_entries ul {
    margin-bottom: 0
}

.widget_recent_entries ul li {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #383838
}

.widget_recent_entries ul li:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0
}

.widget_recent_entries ul li img {
    border-radius: 3px;
    opacity: .7;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.widget_recent_entries ul li a:hover {
    color: #425cbb;
    text-decoration: none
}

.widget_recent_entries ul li a:hover img {
    opacity: 1
}

.recent-entries-title {
    font-family: Montserrat, sans-serif;
    font-size: .8125em;
    text-transform: uppercase;
    letter-spacing: .08em
}

.recent-entries-time {
    margin-top: .3rem;
    color: #989898;
    font-size: .8125em
}

.pagination > li > a,
.pagination > li > span {
    color: #474747
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #425cbb;
    border-color: #425cbb;
    color: #fff
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #474747
}


.faq-marker {
    position: relative;
    margin: 0;
    padding: 0 0 5px 28px;
    background: none;
    font-weight: normal;
}

/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}

.main-blog {
    background-size: cover
}

.blog {
    margin-bottom: 4em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.5);
}

.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
}


*/
/*==================================================
 * Effect 5
 * ===============================================*/

.effect5 {
    position: relative;
}

.effect5:before,
.effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.blog-thumbnail {
    position: static
}

.blog-thumbnail img {
    width: 100%
}

.blog-thumbnail-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: .25em 0 0 .25em;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0
}

.blog-info {
    padding: 3em 3em 2em 3em
}

.blog-rubric {
    font-family: Montserrat, sans-serif;
    color: #9a9a9a;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 1em
}

.blog-rubric:hover {
    text-decoration: none;
    color: #3b3b3b
}

.blog-info .blog-title {
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.5;
    margin-top: 0
}

.sticky .blog-info .blog-title {
    color: #f45d5d
}

.blog-meta {
    font-family: Montserrat, sans-serif;
    font-size: .875em;
    color: #9a9a9a;
    overflow: hidden;
    padding-top: 1.5em;
    margin-top: 4em;
    border-top: 1px solid #e9e9e9
}

.author {
    font-family: opensans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3E9100;

}

.author:hover {
    color: #425cbb;
    text-decoration: none
}

.col-blog {
    margin-top: 30px
}

.col-blog .blog {
    margin-bottom: 0
}

.col-blog .blog-title {
    font-size: 1.125em
}

.col-blog .blog-info {
    padding: 1.1em 1.8em 1.2em
}

.col-blog .blog-meta {
    padding-top: 1em;
    margin-top: 1.8em
}

.col-blog .blog-meta a {
    color: #9a9a9a
}

.col-blog .blog-meta a:hover {
    color: #3b3b3b;
    text-decoration: none
}

.post-thumbnail {
    margin-bottom: 2.1em;
    position: relative;
    overflow: hidden;

}

.post-thumbnail img {
    width: 100%;
    transform: scale(1, 1);
    transition: all .9s ease-in-out;


}

.post-thumbnail img:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.post-author {
    font-family: Open Sans;
    margin-right: 10px;


    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
}

/*
.post-meta {
  overflow: hidden;
  margin: 0 0 2.1em
}
*/

.post-rubric {
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: .1em;
    float: left;
    margin: 0 1em 0 0
}


.post-rubric:hover {
    text-decoration: none;
    color: #425cbb
}

.post-date {
    font-family: Montserrat, sans-serif;
    font-size: .875em;
    float: right
}

/*
h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 18px;
  font-style: normal;
  color: #323335;
  letter-spacing: 0;

}
*/

.blackandwhite {
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

.uppercase {
    text-transform: uppercase;
}

.dosis {
    font-family: 'Dosis', sans-serif;
}

.title {
    transition: all 0.3s ease-out 0s;
}

.title a:hover {
    color: #ecae3d;
}

.post-footer {
    border-top: 1px solid #e9e9e9;
    padding-top: 2em;
    margin-top: 2em
}

/*faq css  start here*/
.frequent-question {
    padding: 100px 0 0 0;
}


.questions i {
    font-size: 28px;
    font-weight: 400;
    color: #7ac142;
    text-align: center;
    padding-top: 4px;
    margin-right: 24px;
    float: left;
    margin-top: -2px;
    height: 23px;
    width: 23px;

}

.questions h4 {
    text-transform: none;
    line-height: 1.6;
    overflow: hidden;
    color: #1c2022;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}

.questions-answers {
    padding: 40px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.que-ans-wrap .questions-answers:last-child {
    border-bottom: none;
}

.ask-directly {
    padding: 100px 0 165px 0;
    background: #f1f4f4;
    position: relative;
}

.call-details {
    position: relative;
}

.call-details span {
    font-size: 14px;
    color: #1c2022;
    display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.call-details a {
    font-size: 45px;
    color: #090c0e;
    display: block;
    font-weight: 300;
}

.contact-details i.icon-call-in,
.contact-details i.icon-envelope-open {
    position: absolute;
    left: 0;
    font-size: 48px;
    top: 28px;
    right: 0;
    margin: 0 auto;
    width: 68px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
}

.title-section hr {
    width: 250px;
    margin: 10px auto;
    border-top: 1px solid #EAEAEA;
}

.profile-detail li i {
    font-size: 10px;
    margin-right: 26px;
    display: inline-block;
}

/*faq css  end here*/

====================================================================Sidebar Page Container====================================================================***/ .sidebar-page-container {
    position: relative;
    padding: 100px 0px 100px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #eeeeee;
}

/*Search Box Widget*/

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 50px 10px 20px;
    border: 2px solid #eeeeee;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

button {
    border: 0;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 50px 10px 20px;
    border: 2px solid #eeeeee;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #222222;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.categories-blog .inner-box {
    position: relative;
}

.categories-blog .inner-box ul {
    position: relative;
}

.categories-blog .inner-box ul li {
    position: relative;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    padding-left: 18px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li a:before {
    position: absolute;
    content: '\f0da';
    left: 0px;
    top: 0px;
    color: #cccccc;
    font-size: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li.active a,
.categories-blog .inner-box ul li a:hover {
    color: #000000;
}

.categories-blog .inner-box ul li.active a::before,
.categories-blog .inner-box ul li a:hover::before {
    color: #3e9100;
}

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 26px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #3e9100;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    top: -4px;
}

.block-posts {
    position: relative;
}

.block-posts .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.8em;
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 23px 8px;
    margin: 0px 6px 10px 0px;
    color: #777777;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e9e9e9;
    border-radius: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #3e9100;
    background-color: #3e9100;
    color: #ffffff;
}

/*Gallery Widget*/

.instagram-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.instagram-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 8px;
    margin-bottom: 16px;
}

.instagram-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-widget .image-box img:hover {
    opacity: 0.70;
}

.widget-banner-box {
    border: 1px solid #eaeaea;
    padding: 26px 20px;
    text-align: center;
}

/*News Block Four*/

.bs-title {
    margin: 0 0 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #3e396b;

}

/*
 .bs-title-border {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 38px;
    height: 1px;
    position: absolute;
    width: 20px;
    z-index: 9;

   margin-bottom: 15px;
}
 .bs-title-border::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -125px;
    top: 0;
    width: 120px;
    z-index: 9;

}
*/

.bd-blockquote {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 40px;
    padding-left: 134px;
    position: relative;
}

.bd-blockquote::before {
    background: #edf2f5 none repeat scroll 0 0;
    color: #000000;
    content: "";
    font-family: FontAwesome;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;

}

.bs-title hr {
    height: 1px;
    width: 100px;
    text-align: center;
    position: relative;
    background: #7de8c2;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 2px;
    border: 0;
}

.news-block-four {
    position: relative;
    margin-bottom: 60px;
}

.news-block-four .inner-box {
    position: relative;
}

.news-block-four .inner-box .image {
    position: relative;
    margin-bottom: 20px;
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-four .inner-box .lower-box {
    position: relative;
}

.news-block-four .inner-box .lower-box .info-box {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.news-block-four .inner-box .lower-box .info-box li {
    position: relative;
    color: #000000;
    font-size: 12px;
    padding-right: 8px;
    margin-right: 10px;
    display: inline-block;
}

.news-block-four .inner-box .lower-box .info-box li:after {
    position: absolute;
    content: '/';
    right: -4px;
    top: 1px;
    font-size: 12px;
    color: #000000;
}

.news-block-four .inner-box .lower-box .info-box li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.news-block-four .inner-box .lower-box .info-box li:last-child::after {
    display: none;
}

.news-block-four .inner-box .lower-box h3 {
    position: relative;
    color: #000000;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.news-block-four .inner-box .lower-box h3 a {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-four .inner-box .lower-box h3 a:hover {
    color: #2dcc8e;
}

.news-block-four .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.news-block-four .inner-box .lower-box .read-more {
    position: relative;
    color: #000000;
    font-size: 12px;
    padding: 7px 18px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #222222;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-four .inner-box .lower-box .read-more:hover {
    color: #ffffff;
    background-color: #222222;
}


/***********************
********* Footer ******
************************/

#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #3E9100;
    font-size: 14px;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
}

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

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}

/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/

.divider,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg-deep {
    background-color: #f1f1f1 !important;
}

/*
 * Shortcode: Icon-Boxes.less
 * -----------------------------------------------
*/

.icon-box {
    margin-bottom: 60px;
    padding: 20px 17px;
}

.icon-box .icon {
    display: inline-block;
    height: 64px;
    margin-bottom: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 64px;
}

.icon-box .icon i {
    line-height: 64px;
}

.icon-box .icon.icon-gray {
    background-color: #eeeeee;
    color: #555555;
}

.icon-box .icon.icon-gray:hover {
    background-color: #d5d5d5;
    color: #bbbbbb;
}

.icon-box .icon.icon-gray.icon-bordered {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

.icon-box .icon.icon-gray.icon-bordered:hover {
    background-color: #eeeeee;
    color: #555555;
}

.icon-box .icon.icon-dark {
    background-color: #111111;
    color: #fff;
}

.icon-box .icon.icon-dark:hover {
    color: #5e5e5e;
}

.icon-box .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

.icon-box .icon.icon-dark.icon-bordered:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}

.icon-box .icon.icon-white {
    background-color: #fff;
    color: #333333;
}

.icon-box .icon.icon-white:hover {
    background-color: #b3b3b3;
    color: #000000;
}

.icon-box .icon.icon-white.icon-bordered {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.icon-box .icon.icon-white.icon-bordered:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111111;
}

.icon-box .icon.icon-white.icon-border-effect {
    position: relative;
}

.icon-box .icon.icon-white.icon-border-effect::after {
    box-shadow: 0 0 0 3px #fff;
}

.icon-box .icon.icon-bordered {
    border: 1px solid #777777;
}

.icon-box .icon.icon-bordered:hover {
    background-color: #777777;
    color: #fff;
}

.icon-box .icon.icon-rounded {
    border-radius: 3px;
}

.icon-box .icon.icon-circled {
    border-radius: 50%;
}

.icon-box .icon.icon-xs {
    height: 30px;
    width: 30px;
}

.icon-box .icon.icon-xs i {
    font-size: 18px;
    line-height: 30px;
}

.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
}

.icon-box .icon.icon-sm i {
    font-size: 22px;
    line-height: 50px;
}

.icon-box .icon.icon-md {
    height: 75px;
    width: 75px;
}

.icon-box .icon.icon-md i {
    font-size: 36px;
    line-height: 75px;
}

.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px;
}

.icon-box .icon.icon-lg i {
    font-size: 48px;
    line-height: 90px;
}

.icon-box .icon.icon-xl {
    height: 120px;
    width: 120px;
}

.icon-box .icon.icon-xl i {
    font-size: 60px;
    line-height: 120px;
}

.icon-box .icon.icon-border-effect {
    position: relative;
}

.icon-box .icon.icon-border-effect::after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #333333;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.icon-box .icon.icon-border-effect.effect-flat::after {
    border-radius: 0;
}

.icon-box .icon.icon-border-effect.effect-rounded::after {
    border-radius: 3px;
}

.icon-box .icon.icon-border-effect.effect-circled::after {
    border-radius: 50%;
}

.icon-box .icon.icon-border-effect.icon-gray::after {
    box-shadow: 0 0 0 3px #eeeeee;
}

.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px;
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box i[class*="pe-7s-"] {
    vertical-align: text-bottom;
}

.icon-box.left {
    text-align: left;
}

.icon-box.left a {
    margin-right: 30px;
    padding: 0;
}

.icon-box.iconbox-border {
    border: 1px solid #dcdcdc;
}

.icon-box.iconbox-bg {
    background-color: #fafafa;
}

.icon-box.iconbox-bg.iconbox-bg-dark {
    background-color: #333333;
}

.icon-box .icon-box-title {
    margin-bottom: 15px;
}

.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}

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

.mt-0 {
    margin-top: 0 !important;
}

/*-------------------------------------------------*/

/* =  Social Links
/*-------------------------------------------------*/

.social-links > li {
    padding-right: 23px;
    padding-left: 0;
}

.social-links > li:last-child {
    padding-right: 0;
}

.social-links > li > a {
    font-size: 12px;
    color: #ccc;
}

.social-links_mod-a > li {
    margin-bottom: 4px;
    padding-right: 4px;
}

.social-links_mod-a > li > a {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    color: #777575;
    background-color: #2F2F2F;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    text-align: center;
    border-radius: 50%;
}

.social-links_mod-b > li > a {
    color: #fff;
    background-color: #777;
    box-shadow: none;
}

.social-links_mod-a > li > a:hover {
    color: #fff;
    background-color: #3e9100;
    animation: bounce-two 1s;

}

/*-------------------------------------------------*/

/* =  Footer
/*-------------------------------------------------*/


footer {
    background: #222222;
}

footer .social-links {
    padding-top: 10px;
}

footer .up-footer {
    padding: 70px 0;
    background: url("../images/bg2.png");
    background-size: cover;
    position: relative;
}

footer .up-footer .container {
    position: relative;
    z-index: 2;
}

footer .up-footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.8);
}

footer .up-footer h2 {
    color: #c5c5c5;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer .up-footer p {
    color: #8c8c8c;
}

footer .up-footer img {
    margin-top: 20px;
}

footer .up-footer ul.tag-list {
    margin: 0;
    padding: 0;
}

footer .up-footer ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

footer .up-footer ul.tag-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px 18px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

footer .up-footer ul.tag-list li a:hover {
    background: #dfb871;
    border: 1px solid #dfb871;
}

footer .up-footer ul.navigation {
    margin: 0;
    padding: 0;
}

footer .up-footer ul.navigation li {
    list-style: none;
    margin-bottom: 5px;
}

footer .up-footer ul.navigation li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

footer .up-footer ul.navigation li a:hover {
    color: #dfb871;
}

.footer-widget .link-list a {
    color: #8c8c8c;
    text-transform: capitalize;
    line-height: 30px;
}


.footer-widget .link-list {
    list-style: none;
    padding: 0px;
}

footer .up-footer .info-widget p {
    margin-bottom: 5px;
}

footer .up-footer .info-widget p span {
    font-family: 'Montserrat', sans-serif;
    color: #c5c5c5;
}

footer .up-footer .info-widget p.first-par {
    margin-bottom: 20px;
}

footer .copyright {
    padding: 25px 0;
    background: #111;
    border-top: 1px solid #2F2F2F;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #575454;
    text-align: center;
    margin: 0;
}

footer .copyright p {
    color: #595A5C;
    text-transform: capitalize;
}

@media (max-width: 991px) {


    .footer-widget {
        margin-bottom: 30px;
    }

}


/*