* {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}


/*Firefox */

::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}


/* Safari */

::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #333;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

h2 {
    color: #1d2127;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

span {
    color: #fbbe05;
}

img {
    max-width: 100%;
}

iframe {
    border: none;
}

a img {
    border: none;
}

.clear_fix {
    clear: both;
}

p {
    color: #666;
    font-family: 'Karla', sans-serif;
    line-height: 27px;
    font-size: 16px;
    margin: 0 0 10px;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #0568b4;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #fbbe05;
}

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

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    word-spacing: 0;
	letter-spacing:0;
	line-height:30px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span ,
h6 span ,
h1 span a,
h2 span a,
h3 span a,
h4 span a,
h5 span a,
h6 span a,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
h1 .span,
h2 .span,
h3 .span,
h4 .span,
h5 .span,
h6 .span,
h1 .small a,
h2 .small a,
h3 .small a,
h4 .small a,
h5 .small a,
h6 .small a,
h1 .span a,
h2 .span a,
h3 .span a,
h4 .span a,
h5 .span a,
h6 .span a
{
    font-weight: normal;
    line-height: 1;
    color: #fbbe05;
    position: relative;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #555555;
}


button,
input {
    outline: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.form-control:focus {
    border-color: #004677;
    box-shadow: none;
    outline: 0 none;
}

/* Menu serch box */

.menu-search form {
    position: relative;
    height: 40px;
}
.menu-search {
  float: right;
  margin-top: 13px;
  z-index: 1;
}
.menu-search input[type="text"] {
    /*background-color:#fff;
    opacity: 0.3;*/
    border: medium none;
    border-radius: 3px;
    color: #000!important;
    font-size: 16px;
    height: 36px;
    padding-left: 15px;
    padding-right: 40px;
}
.menu-search button {
    background-color: rgba(255, 255, 255, 0);
    border: medium none;
    border-radius: 0 3px 3px 0;
    color: #000;
    font-size: 16px;
    height: 35px;
    top: 0;
    margin-left: -4px;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 1;
}
.contact-text span {
    color: #004677;
    display: block;
    left: 10px;
    position: relative;
    top: -8px;
    font-style: italic;
    line-height: 25px;
}
.contact-text span a{
    color: #004677;
}
.contact-text span dfn {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}


.contact-text {
    float: left;
    line-height: 20px;
}
.header-info-list {
    float: left;
    width: 90%;
    padding-left: 80px;
    margin-top: 23px;
}
.header-info-list li {
    float: left;
    width: 33.333%;
    list-style: none;
    padding-left: 57px;
    position: relative;
    line-height: 25px;
    margin-bottom: 25px;
}

.header-info-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 11px;
    background: #004677;
}
.header-info-list li a{
    color: #fbbe05;
    letter-spacing: 1.1px;
    font-size: 13px;
}
.header-info-list li a {
    color: #333;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
}
.header-book-ing-btn {
    float: right;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 7px 14px 10px 14px;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 41px;
    background: #004677;
}
.header-info-list li .header-info {
    margin-right: 15px;
}
.header-info-list li .header-info span {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}





/***************************************
 ***********Sticky Header Style*********
 ***************************************/
.header-wrapper {
    margin-bottom: 0px;
    position: relative;
    padding: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    background: #004677;
}
.navbar-fixed-top {
    position: fixed;
    background-color: #004677;
    padding: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.header-wrapper.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header-wrapper.navbar-fixed-top .search-shape {
    height: 60px;
}

/***************************************
 *************** header top bar**********
 ***************************************/

.header-top-bar {
    background: #004677 none repeat scroll 0 0;
    line-height: 35px;
}

.company-info {
    overflow: hidden;
}

.company-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.company-info ul li {
    float: left;
    padding: 0;
}
.company-info ul li a {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding-left: 15px;
}

.company-info ul li i {
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    margin-top: 0;
    width: 30px;
}

.cotact_social.top-social {
    padding-top: 10px;
}

.header_social {
    text-align: right;
}

.header_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_social ul li {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-top: 0px;
    background: #fff;
    line-height: 27px;
    border-radius: 50%;
}
.header_social ul li a {
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #004677;
    line-height: 24px;
}
.header_social ul li:hover {
    color: #fff;
    background: #333;
    border-radius: 50%;
}
.header_social ul li a:hover {
    color:#fff;
}



/***************************************
 *************** Owl Slider************
 ***************************************/
.main-slider-v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: -11px;
}

.main-slider-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: #000;
    opacity: 0.6;*/
    right: 0;
}
.main-slider-v1 .item {
    height: 550px;
    background-color: #4BCAFF;
    display: table;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}
.main-slider-v1 .item .slide-description {
    text-align: center;
     position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}

.main-slider-v1 .item .slide-description h2 {
    font-family: "Dosis", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
    margin: 0px;
}

.main-slider-v1 .item .slide-description h3 {
    font-family: "Dosis", serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.main-slider-v1 .item .slide-description .btn-1 {
    font-family: "Dosis", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    margin-right: 10px;
    background: transparent;
}

.main-slider-v1 .item .slide-description .btn-2 {
    font-family: "Dosis", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.main-slider-v1 .item .slide-description .btn-2:hover {
color: #000;
}
.main-slider-v1 .owl-controls {
    width: 300px;
    /* margin-top: -100px; */
    z-index: 99999;
    position: absolute;
    overflow: hidden;
    left: 0px;
    bottom: 0;
}
.main-slider-v1 .owl-nav {
    width: 200px;
    background: #004677;
    padding: 15px;
}
.main-slider-v1 .owl-nav::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    border-top: 90px solid transparent;
    border-left: 100px solid #004677;
}
.main-slider-v1 .owl-prev {
    display: block;
    /*position: absolute;*/
    top: 44%;
    left: 0;
}

.main-slider-v1 .owl-next {
    display: block;
    /*position: absolute;*/
    top: 44%;
    right: 0;
}
.main-slider-v1 .owl-nav [class*="owl-"] {
    font-size: 35px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
}

.main-slider-v1 .owl-nav [class*=owl-]:hover {
    background: #333;
    color: #fff;
}
.transparent-shape {
    background: #939598;
    height: 100%;
    position: absolute;
    width: 85%;
    transform: skew(30deg);
    left: -25%;
    border-right: 3px solid #fbbe05;
}
                                                                                                                                                                                                                                                      /***************************************
 *************** Preloader**************
 ***************************************/

#preLoaderBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

#preLoaderBoxStatus {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*background: url(images/1.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
#appoinment-area h5 {
    color: #fff;
    font-size: 30px;
}
#appoinment-area btn {
    color: #fff;
    font-size: 30px;
}

/**************************************
 ******** Section common css **********
***************************************/
.title-area {
    margin-bottom: 50px;
    margin-top: -8px;
}
.title-area p {
    color: #666;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin: 0 0 10px;
    position: relative;
    font-family: 'Karla', serif;
    font-weight: 400;
    font-style: italic;

}

.welcome-section-title {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin: 0px 0 15px;
    text-transform: uppercase;
    position: relative;
}
.welcome-description {
    padding: 60px 0;
    position: relative;
    height: 100%;
    width: 50%;
}
.welcome-description p {
    color: #fff;
}
.title_underline_icon {
    border-top: 4px solid #004677;
    margin: 0px 0px 15px 0px;
    max-width: 130px;
    position: relative;
}

.welcome-section-title > span {
    font-weight: bold;
}




.welcome-post-list {
    float: left;
    width: 100%;
}
.welcome-post-list li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px 0px 0px 61px;
    position: relative;
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 1.1px;
    margin: 0px 0px 27px;
}
.welcome-post-list li i {
    position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    padding: 12px 0px 0px;
    background: #0166b3;
}
.welcome-post-list li i::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 10px solid #004677;
    border-left: 10px solid #fff;
}

.section-title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: 1px;
}

.underline_sep {
    position: relative;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #004677;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.underline_sep:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    background: #004677;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

.underline_sep:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    background: #004677;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

#testimonials-Section .underline_sep {
    background: #fff;
}

#testimonials-Section .underline_sep:before {
    background: #fff;
}

#testimonials-Section .underline_sep:after {
    background: #fff;
}

#testimonials-Section .title-area .section-title {
    font-family: 'Dosis', sans-serif;
    color: #ffffff;
}

#testimonials-Section .title-area p {
    color: #ffffff;
}

#testimonials-Section1 .section-title {
    font-family: 'Dosis', sans-serif;
    color: #ffffff;
}




/***************************************
 *************** Pagination*********
 ***************************************/

.pagination-area .pagination {
    margin: 0 0;
    margin-bottom: -5px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    color: #004677;
    margin-right: 10px;
}

/***************************************
 *************** Featured Section*********
 ***************************************/
 #company-info {
    z-index: 9;
}
.info-item {
    padding: 40px 0;
    display: table;
    width: 100%;
    float: left;
    border-right: 1px solid  rgba(255,255,255,0.40);
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-backface-visibility: all 0.5s ease-in-out;
    -ms-backface-visibility: all 0.5s ease-in-out;
}
.info-item:hover {
    background:#004677;
}
.info-box {
    display: inline-block;
}
/*.featured-item:last-child {border-right: 0px solid #fff;}*/
.info-description {
    padding-left: 100px;
    text-align: left;
}
.info-description h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0 15px;
    color: #fff;
    font-family: 'Dosis', sans-ser;
    text-transform: uppercase;
}
.info-description p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}
.info-box-icon {
    position: absolute;
}
.info-box-icon i {
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    padding: 13px 17px;
}


/***************************************
 *************** Team Section*********
 ***************************************/

#team-carousel {
    position: relative;
}
.team-item {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-backface-visibility: all 0.5s ease-in-out 0s;
    -ms-backface-visibility: all 0.5s ease-in-out 0s;
    -moz-transform: all 0.5s ease-in-out 0s;
    -ms-transform: all 0.5s ease-in-out 0s;
}
.team-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #004677;
    overflow: hidden;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -moz-backface-visibility: all 0.7s ease 0s;
    -ms-backface-visibility: all 0.7s ease 0s

}

.team-content-inner-description {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
.team-content-inner-description-middle {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
}

.team-content-inner-description-middle-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 30px;
}
.team-content-inner-description-middle-inner p {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-item .image-holder img{
    width: 100%;
    height: auto;
}
.team-item ul.social {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    height: 30px;
}
.team-item ul.social li{
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-backface-visibility: all 0.5s ease-in-out 0s;
    -ms-backface-visibility: all 0.5s ease-in-out 0s;

}

.team-item ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fbbe05;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-backface-visibility: all 0.5s ease-in-out 0s;
    -ms-backface-visibility: all 0.5s ease-in-out 0s;
}
.team-item ul.social li a:hover{
    background: #fff;
    color: #333;
}
.team-item .team-content {
    padding: 15px 10px;
    background: #004677;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.team-item .team-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-right: 40px solid #fbbe05;
    border-top: 40px solid #fff;
}

.team-item:hover .team-content-inner{
    bottom: 0;
}

.team-item:hover .team-content .title,
.team-item:hover .team-content .post,
.team-item:hover .team-content small{
    color: #fff!important;
}
.team-item .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 35px;
}
/*.team-content-inner-description-middle-inner .title {
    margin: -20px 0 10px 0;
}*/

.team-item small{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.team-item:hover .image-holder{
    bottom: 0;
    opacity: 1;
}
.team-item .post{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 0 0 10px;
    position: relative;
    font-family: 'Karla', serif;
    font-weight: 400;
    font-style: italic;
}

#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 100px;
    margin-left: -10px;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
}


#team-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #004677;
}

.profile-link {
    background: #fff;
    position: absolute;
    top: -55px;
    left: 10px;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    text-align: center !important;
    display: inline-block;
}
.profile-link a {
    font-size: 20px;
}

/***************************************
 ******Welcome/about Section One*********
 ***************************************/
#about-carousel {
    position: relative;
    margin-bottom: 30px;
}
#about-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #004677;
}

#about-carousel.owl-theme .owl-nav [class*="owl-"] {
    font-size: 35px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
}
#about-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
}
#about-carousel .owl-next {
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
}
#company-details .about-title {
    padding-bottom: 15px;
    display: block;
    margin-bottom: 10px;
    font-size: 35px;
    position: relative;
    margin-top: -6px;
}
#company-details .about-title::before {
    content: "";
    bottom: -2px;
    left: 0;
    width: 200px;
    height: 2px;
    background: #fbbe05;
    position: absolute;
}
.about-title span {
    font-weight: 600;
}
.heading_space {
    margin-bottom: 15px;
}
.about-company h3 {
    color: #838383;
    font-family: 'Dosis', sans-ser;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0px;
}
.about-company h2 {
    color: #333;
    font-family: 'Dosis', sans-ser;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-company h2 span{
    color: #004677;
    font-family: 'Dosis', sans-ser;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
.about-company p {
    color: #666;
}
.about-company h2::after {
    background: #004677 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
}
.about-company-right h2 {
    color: #333;
    font-family: 'Dosis', sans-ser;
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-company-right h2 span {
    color: #004677;
    font-family: 'Dosis', sans-ser;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize;
}
.about-company-right h2::after {
    background: #004677 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    width: 50px;
}
.about-company ul, .about-company-right ul {
    margin-bottom: 30px;
}
.about-company ul li,.about-company-right ul li {
    color: #666;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}
.about-company ul li a,.about-company-right ul li a{
    color: #666;
}
.about-company ul li::before, .about-company-right ul li::before {
    content: "";
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #fbbe05;
}
.about-company-right {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}
/***************************************
 *************** Service Section*********
 ***************************************/
.service-item {
    width: 100%;
    height: initial;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
    border: 1px solid #004677;
}
.service-item .service-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.service-item .service-icon span {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    background: #939598;
    font-size: 40px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -moz-backface-visibility: all 0.7s ease 0s;
    -ms-backface-visibility: all 0.7s ease 0s
}

.service-item:hover.service-item .service-icon span{
    background: #004677;
}

.service-item .service-content {
    background: #fff;
    padding: 55px 15px 40px;
    position: relative;
}

.service-item .title {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.service-item:hover .title{
    color: #727cb6;
}
.service-item .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
}
.service-item-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.service-item-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom:0;
    background: #004677;
    opacity: 0.8;
     transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -moz-backface-visibility: all 0.7s ease 0s;
    -ms-backface-visibility: all 0.7s ease 0s
}
.service-item:hover .service-item-img:before{
    right: 0;
}


/***************************************
 *************** Form Validation*********
 ***************************************/

.validation {
    background: rgba(253, 207, 207, 1) !important;
}

.success {
    background: #DFF0D8 !important;
    padding: 5px;
    text-align: center;
}

.error {
    background: rgba(253, 231, 231, 1) !important;
    padding: 5px;
    text-align: center;
}


/***************************************
 *************** Scroll up Button*******
***************************************/
#scrollTopButton {
    left: 48%;
    position: absolute;
    z-index: 99999;
    top: -25px;
}
#scrollTopButton i {
    background: #fbbe05  none repeat scroll 0 0;
    color: #ffffff;
    font-size: 28px;
    padding: 12px 18px;
    text-align: center;
    border-radius: 5px;
    -ms-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

#scrollTopButton  i:hover {
    opacity: 1;
}


/***************************************
 *************** Testimonial***********
***************************************/

#testimonial-slider{
    padding: 50px 20px 35px 20px;
    text-align: center;

}
.testimonial-item {
    background: #fff;
    padding: 70px 20px;
    position: relative;
}

.testimonial-item:before {
    position: absolute;
    content: "";
    left:0;
    top: 0;
    border-top: 50px solid #ddd;

}
.testimonial-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-top: 100px solid #004677;
    border-right: 100px solid transparent;
}
#testimonial-slider .testimonial-item .description{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
#testimonial-slider .testimonial-item .description::before {
    content: "\f10d";
    font-family: "fontAwesome";
    position: absolute;
    top: -55px;
    left: -37px;
    font-size: 35px;
    color: #fff;
}

#testimonial-slider .testimonial-item .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
#testimonial-slider .testimonial-item .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
#testimonial-slider .owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
#testimonial-slider .owl-prev, #testimonial-slider .owl-next {
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
    top: 40%;
    background: transparent;
}
#testimonial-slider .owl-next{
    left: auto;
    right: 0;
}
#testimonial-slider .owl-buttons .owl-prev:before,
#testimonial-slider .owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
#testimonial-slider .owl-buttons .owl-next:before{
    content: "\f105";
}
#testimonial-slider .owl-buttons .owl-prev:hover:before,
#testimonial-slider .owl-buttons .owl-next:hover:before{
    opacity: 1;
}
#testimonial-slider.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
#testimonial-slider.owl-theme .owl-controls{
    margin-top: 40px;
}

#testimonial-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]{
    color: #fbbe05;
    font-size: 60px!important;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

#testimonial-slider.owl-carousel .owl-item img {
    display: block;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    border: 3px solid #fbbe05;
}
.client-img {
    width: 100px;
    margin: 0px auto;
    height: 100px;
    margin-bottom: 30px;
    border-radius: 50%;
}


/***************************************
 *************** Counter **************
***************************************/

.counter-area {
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: 'Karla', sans-serif;
    font-size: 40px;
    font-weight: bold;
    height: 225px;
    line-height: 120px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 225px;
    background-color: #004677;
}

.counter-area p:first-child {
    padding-top: 50px;
    margin-bottom: 0px;
}

.counter-area span.counter {
    color: #fff;
    font-size: 50px;
}

.counter-area span {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
}

.counter_name {
    color: #ffffff;
    font-family: 'Karla', sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.google-map iframe {
    margin-bottom: -6px;
    width: 100%;
}

.parallax-counter {
    /*background-image: url(images/parallax/parallax-black.jpg);*/
    padding-top: 58px;
    padding-bottom: 58px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.parallax-overlay-counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/***************************************
 *************** Testimonial************
***************************************/

#testimonial-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    right: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-prev>.fa.fa-angle-left {
    font-size: 25px;
    font-weight: bold;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next>.fa.fa-angle-right {
    font-size: 25px;
    font-weight: bold;
}


/***************************************
 *************** News slider************
***************************************/

#news-area .owl-theme .owl-nav [class*="owl-"] {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
}

#news-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #004677;
}

#news-area .news-item {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#news-area  .news-item .post-box {

}
#news-area  .news-item.post-box {
    margin-bottom: 40px;
    position: relative;
    padding: 15px;
    background: #fff;
}
#news-area  .news-item.image-box-inner {
    bottom: 30px;
    display: block;
    left: 15px;
    position: absolute;
    width: 100%;
}


#news-area  .news-item .text-des {
    color: #333;
    display: block;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
#news-area .news-item .inner-post-box > .image-box {
    position: relative;
    width: 100%;
    border-bottom: 5px solid #004677;
     transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-backface-visibility: all 0.4s ease-in-out;
    -ms-backface-visibility: all 0.4s ease-in-out;
}
#news-area .news-item .inner-post-box > .image-box::after {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    border-top: 41px solid #004677;
    border-right: 40px solid transparent;
    bottom: -45px;
    left: 0px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-backface-visibility: all 0.4s ease-in-out;
    -ms-backface-visibility: all 0.4s ease-in-out;
}

#news-area  .news-item .image-box a {
    display: block;
}

 #news-area  .news-item .inner-post-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    position: relative;
}


#news-area  .news-item .post-button {
    margin-top: 26px;
}
.post-overlay {
    position: absolute;
    background: #004677;
    opacity: 0.8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-backface-visibility: all 0.4s ease-in-out;
    -ms-backface-visibility: all 0.4s ease-in-out;
}
#news-area .news-item:hover .post-overlay{
    bottom: 0;

}
#news-area .news-item:hover.news-item .inner-post-box > .image-box::after {
    border-bottom: 41px solid #fbbe05;
    border-top: 40px solid transparent;
    bottom: 0;
    left: 0px;
}
#news-area .news-item:hover.news-item .inner-post-box > .image-box {
    position: relative;
    width: 100%;
    border-bottom: 5px solid #fbbe05;
}
#news-area .news-item .post-date {
    padding: 15px;
    background: #004677;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    transition: background 0.20s linear 0s;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
#news-area  .news-item:hover .post-date{
    background:#fbbe05;
}
#news-area  .news-item .post-date small {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 10px;
}

#news-area  .news-item .post-date span {
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 5px;
    color: #fff;
}
#news-area  .news-item .post-date span::before {
    content: "";
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
}
#news-area  .news-item .post-date small:before{
    content:"";
    display:block;
    margin-bottom:5px;
    border-top:1px solid #fff;
}
#news-area  .news-item .post-title{
    margin: 0;
    padding-top: 15px;
}
#news-area .news-item .post-title a {
    font-size: 22px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}
#news-area  .news-item:hover .post-title a{
    color:#fbbe05;
    text-decoration:none;
}
#news-area .post-comment .post-info li {
    display: inline;
    margin-right: 15px;
    font-style: italic;
    font-weight: 700;
}
#news-area .post-comment .post-info {
    margin-bottom: 20px;
}
/***************************************
 ***********Subscribe form*************
***************************************/
.subscribe-desctiption{
    position: relative;
}
.subscribe-image-box {
    position: absolute;
    top: -222px;
    left: 0;
}
#subscribe .form-control {
    height: 50px;
    padding-left: 10px;
    border-radius: 0px;
    border-color: #fff;
    background: #fff;
}
#subscribe .input-group-btn {
    height: 50px;
    border-radius: 0px;
    background: #fbbe05;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    padding: 0 28px;
}
#subscribe .input-group-btn .btn-secondary {
    background: none;
    border: none;
}

#subscribe .input-group-btn .btn-secondary i.fa {
    color: #fff;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    font-size: 22px;
}

#subscribe .input-group-btn:hover {
    background: #111;
}
.subs-title {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: -17px;
}
.subscribe-area p {
    color: #666;
    font-family: 'Karla', sans-serif;
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 10px;
    font-style: italic;
}
/***************************************
 ***********Partner area **************
***************************************/
#partner-Section1 {
    padding: 30px 0 15px;
}
.partner-box {
    display: table;
    height: 100px;
    width: 100%;
}

.partner-box-inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

#owl-partner-slider.owl-theme .owl-nav [class*="owl-"] {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px 15px;
}
#owl-partner-slider img {
    border: 2px solid #fff;
    padding: 10px;
}
/***************************************
 ***********About page    **************
***************************************/

.single-page-description-left img {
    width: 100%;
}

.single-page-description h2 {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}


.single-page-description span {
    color: #333;
    font-size: 14px;
    font-style: italic;
}

.single-page-description p {
    margin-bottom: 10px;
}

.about-bottom {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.contact-phone {
    background: #004677 none repeat scroll 0 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}

.contact-phone > p {
    border: 1px dashed #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 5px !important;
    padding: 10px 20px;
    text-align: center;
}

.about-bottom h3 {
    font-family: open sans;
    font-size: 45px;
    font-weight: bold;
    margin-top: 5px;
}

/***************************************
 ************bradcome************
 ***************************************/
 #bradcome-wrap {
    height: 50px;
}
.bradcome {
    padding: 0 20px;
    text-align: left;
    margin-top: 20px;
}
.bradcome li {
    display: inline;
}

.bradcome ul li a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.bradcome ul li a:hover {
    color: #333;
}



.office-address {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.address-item {
    background: #f2f3f3;
    padding: 25px;
}
.address-item h3 {
    font-size: 25px;
    margin-top: -7px;
}
 /***************************************
 *************** Google map Section*********
 ***************************************/
#google-map {
    width: 100% !important;
    position: absolute;
    height: 100%!important;
}

/***************************************
 ************Contact page************
 ***************************************/
.contact_us {
    background-color: #fff;
    padding: 40px;
/*    width: 35%; */
    float: left;
    position: relative;
/*    margin-left: 100px; */
    text-align: center;
}
.contact_us.free-appoinment p {
    margin-bottom: 40px;
}
.contact-left {
    background: #fff;
    padding: 15px;
}
.contact_us h3 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

.contact_us_popup p {
    font-family: 'Karla', sans-serif;
    color: #11;
    font-size: 15px;
    padding: 10px 20px;
}

.contact_us_popup h4 {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.contact_us_popup h4::after {
    background: #004677 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    bottom: 19px;
    position: absolute;
    width: 40px;
    margin-left: 20px;
}
.contact_us_popup h5 {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}
.contact_us_popup h5::after{
    background-color: #004677;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}



/***************************************
 ************Sidebar Social Link************
 ***************************************/
.sidebar-wrap .siderbar-widget .socials-sidebar ul{
    overflow: hidden;
    margin: 0;
    list-style: none outside none;
}
.sidebar-wrap .siderbar-widget .socials-sidebar ul li {
    margin: 0px 10px 10px 0;
    display: inline-block;
}
.sidebar-wrap .siderbar-widget .socials-sidebar ul li a{
    background: #ddd;
    padding: 16px;
    width: 48px;
    height: 48px;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.facebook {
  background-color: #2a4ea2;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.twitter {
  background-color: #51b8f2;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.google {
  background-color: #e61b1b;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.linkedin {
  background-color: #4680c2;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.pinterest {
  background-color: #c82121;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.flickr {
  background-color: #64c74d;
}
.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.rss {
  background-color: #f6992b;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.orange {
  background-color: #f2267c;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.youtube {
  background-color: #ea1111;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.vimeo {
  background-color: #1c75da;
}




.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.facebook:hover {
  background-color: #4d6bb1;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.twitter:hover{
  background-color: #6eb4db;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.google:hover{
  background-color: #f03f3f;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.linkedin:hover{
  background-color: #6793c5;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.pinterest:hover{
  background-color: #de5656;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.flickr:hover{
  background-color: #54da35;
}
.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.rss:hover{
  background-color: #f2b267;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.orange:hover{
  background-color: #e74d8e;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.youtube:hover{
  background-color: #e04242;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a.vimeo {
  background-color: #6395ce;
}

.sidebar-wrap .siderbar-widget .socials-sidebar ul li a i{color: #fff;}


/***************************************
 ************Sidebar Right************
 ***************************************/
.sidebar-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.siderbar-widget {
    background: #fff;
    padding: 25px 25px 25px;
    margin-bottom: 30px;
}
.siderbar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-widget-title {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    position: relative;
    padding: 0 20px 0 0;
    color: #333;
}
.contact-left h3 {
    margin-top: 0;
}
.sidebar-wrap .search-form {
    display: block;
    position: relative;
}
.sidebar-wrap .search-field {
    border: 1px solid #dddddd;
    height: 45px;
    padding: 0 45px 0 10px;
    width: 100%;
    border-radius:0;
}
.sidebar-wrap .search-form button {
    background: #013960;
    color: #fff;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 99;
    border-radius: 0;
}

.sidebar-wrap .siderbar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-wrap .siderbar-widget > ul > li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    color: #333;
    position: relative;
    padding: 15px 0 15px 20px;
}
.sidebar-wrap .siderbar-widget > ul > li::before {
    color: #999;
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.sidebar-wrap .siderbar-widget ul li:last-child {
    border-bottom: 0px dashed #ddd;
}
.sidebar-wrap .siderbar-widget ul li a {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    font-family: 'Karla', sans-serif;
    display: block;
    border-radius: 50%;
}
.sidebar-wrap .siderbar-widget ul li a span {
    float: right;
}
.sidebar-wrap .siderbar-widget ul li a:hover{
    color:#004677;
}

.sidebar-wrap .widget-news {
    display: block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar-wrap .widget-news:last-child {
    border-bottom: 0px dashed #ddd;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.sidebar-wrap .news-text {
    display: block;
    padding: 0 0 10px 94px;
}
.sidebar-wrap .widget-news img {
    max-width: 80px;
    float: left;
    margin: 0 15px 15px 0;
    height: 80px;
    border-radius:0;
}
.sidebar-wrap .widget-news a {
    display: block;
    text-decoration: none;
    text-align: left;
}
.sidebar-wrap .news-text {
    display: block;
    padding: 0 0 10px 94px;
}
.tag-list ul {margin-bottom: -9px;}
.tag-list >li {
    border: 0px solid #ddd !important;
    display: inline-block;
    padding: 0px !important;
}
.tag-list >li::before {
display: none;
}

.tag-list > li > a {
    border: 1px solid #004677 !important;
    display: inline-block;
    padding: 10px 20px !important;
    margin-bottom: 9px;
    margin-right: 5px;
    border-radius: 0;
}
.tag-list li a:hover{
    background: #004677;
    color:#fff !important;

}
.tag-list li a.active{
    background: #004677;
    color:#fff !important;
}


/***************************************
 ************Service Page  ************
 ***************************************/

.single-service {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px 0;
}
.service-single-title {
    font-size: 22px;
}
.service-single-description {
    background: #fff;
    padding: 20px;
}
.attorneys-single-description {

    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.service-single-description img {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}

/*.attorneys-single-description-img {
    position: relative;
    overflow: hidden;
}

.attorneys-single-description-img::before {
    border: 3px solid #ffffff;
    border-radius: 3px;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.attorney-name {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.attorney-deg {
    color: #333;
    font-family: open sans;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.attorney-deg::after {
    background: #004677 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    width: 100px;
}

.attorneys-single-description .btn {
    margin-top: 7px;
}

.attorneys-single-description p {
    margin-bottom: 10px;
}
*/
.team-bottom h3 {
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
}

.team-bottom h3 span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.attorneys-single-description-img p {
    background: #004677 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #004677;
    border-color: #004677;
}



/***************************************
 ************portfolio Page  ************
 ***************************************/

.portfolio-image img{
    width: 100%;
}

.single-portfoli-description p {
    margin-bottom: 20px;
}

.profile-name {
    color: #333;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    text-transform: capitalize;
}

.profile-deg {
    color: #004677;
    font-family:'Karla', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 0;
}
.portfolio-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 2px solid #ddd;
}
.profile-info-inner{
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 35px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.profile-area {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}
.profile-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.profile-info-inner ul {
    margin-top: 15px;
    padding: 0px;
}
.profile-info-inner li {
    background: #fbbe05;
    border: 2px solid #fbbe05;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 0;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.profile-info-inner li:last-child {
    margin-right: 0px;
}
.profile-info-inner li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

.profile-info-inner li a:hover {
    color: #004677;
}

.profile-info-inner li:hover {
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-info-inner li a i {
    height: 33px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}

#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 100px;
    margin-left: -10px;
}
blockquote {
    border-left: 5px solid #004677;
    font-size: 17.5px;
    margin: 20px 0;
    padding: 10px 20px;
}

.single-portfoli-description h3 {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}

.single-portfoli-description ul {
    margin: 20px 0 15px 30px;
    padding: 0;
}

.single-portfoli-description ul li {
    color: #333;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    position: relative;
    text-align: left !important;
}
.profile-des-area {
    background: #fff;
    overflow: hidden;
    padding: 25px;
}
.single-profile-overview h3 {
    margin-top: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    font-size: 25px;
}
/* News blog sidebar
--------------------------------------------------------------*/
.sidebar-news-item {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}
.sidebar-news-item .sidebar-news-item-post-title {
    font-family: 'Dosis', sans-serif;
    color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
}
.sidebar-news-item .sidebar-news-item-post-title a {
    font-family: 'Dosis', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 31px;
    padding: 0px 20px 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar-news-item .image-box {
    max-width: 320px;
    float: right;
    margin-left: 15px;
}
.sidebar-news-item .post-comment {
padding: 0;
}
.post-comment {
    padding: 20px;
}
.sidebar-news-item .post-comment .post-info li {
    background: #f2f3f3;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

/*F.A.Q area
--------------------------------------------------------------*/
.faq-box-area {
    background: #fff;
    padding: 25px;
}
#faq-area {
    padding: 70px 0 50px;
    background: #e4e4e4 /*url("img/bg/section-bg.jpg")*/ repeat scroll center center;
}
.faq-box-area .accordions-area .panel-default.faq-box {
    border: 2px solid #004677;
    border-radius: 30px 0 0 0;
}
.faq-box-area .accordions-area .panel-default > .panel-heading {
    color: #fff;
    background-color: #004677;
    border: none;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 27px 0 0 0;
}

.accordions-area > h2 {
	color: #333;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.accordions-area > p {
    color: #666;
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
.faq-box-area .accordions-area .panel-default.faq-box span {
    color: #fbbe05;
    background: #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin-left: 17px;
    margin-right: -12px;
    float: right;
    margin-top: -6px;
}

/*404 area
--------------------------------------------------------------*/

.error404 {
    padding: 25px;
    background: #fff;
}
.error404 h1 {
    color: #333;
    font-size: 60px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    margin-top: -4px;
}
.error404 h2 {
    color: #333;
    font-size: 140px;
    font-weight: 700;
    font-style: normal;
    line-height: 120px;
    margin: 45px 0 10px;
    padding-bottom: 40px;
}
.error404 h2 span {
    color: #004677;
    font-size: 140px;
    font-family: 'Dosis', sans-ser;
    font-weight: 700;
    font-style: normal;
    line-height: 120px;
    margin: 45px 0 10px;
    border-bottom: 5px solid #004677;
    padding-bottom: 15px;
}
.error404 h3 {
    color: #272727;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    line-height: 60px;
}
.error404 p {
    color: #272727;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}
/*single page description
--------------------------------------------------------------*/
.single-page-details {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}
.single-page-details h2 {
    font-family: 'Dosis', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    /* background: #004677; */
    margin-top: 0px;
    padding: 10px 20px 0px 0;
}
.single-page-details img {
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
    max-width: 300px;
}
.entry-meta {
    width: 100%;
    height: 40px;
}
.posted-on {
    margin-right: 20px;
}

.comments-area  .half {
    width: 50%;
    display: block;
    float: none;
}
/*Comment List styles
--------------------------------------------------------------*/
.comments-area {
    background: #fff;
    padding: 25px;
}
.form-item {
    border: 1px solid #ddd;
    padding: 15px;
}



.panel-shadow {
    box-shadow: rgba(14, 11, 11, 0.3) 2px 2px 2px;
}
.panel-white {
  border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
  height: 95px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
    font-family: 'Dosis', sans-serif;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.post .post-heading .meta .title a {
    color: #0c0a0a;
    font-weight: normal;
}
.post .post-heading .meta .title a:hover {
  color: #fbbe05;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #666;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
    padding: 0 15px 25px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}





.page-header {
    border-bottom: 3px solid #004677;
    margin: 0px 0 20px;
    padding-bottom: 9px;
    padding-bottom: 20px;
}
.form-comment h4 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-ser;
}
.form-comment {
    margin-bottom: 30px;
}
.comment-user {
    font-size: 20px;
    font-family: 'Dosis', sans-ser;
    font-weight: 600;
    line-height: 30px;
    display: inline;
}
.comment-date {
    font-weight: bold;
    font-style: italic;
    display: inline;
    float: right;
    line-height: 30px;
    font-size: 15px;
    background: #ddd;
    padding: 5px 15px;
    margin-top: -15px;
    margin-right: -15px;
}



/***************************************
 *************** Footer area************
 ***************************************/
#footer-area {
    background: #1b212e none repeat scroll 0 0;
    padding: 80px 0 50px;
    position: relative;
    border-top: 2px solid #fbbe05;
}
.section-footer-top {
    position: relative;
}
.footer-top {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    color: #fff;
}

.footer-phone {
    width: 100%;
    height: 100px;
    color: #fff;
    z-index: 9999999999;
    padding: 30px 0;
}
.footer-phone h3 {
    color: #fff;
    margin: 0px;
    line-height: 43px;
}
.footer-phone i{
    color: #fff;
}
.carl-shape {
    background: #fbbe05;
    width: 40%;
    transform: skew(30deg);
    height: 100%;
    bottom: 0;
    left: -60px;
    z-index: 1;
    opacity: 0.9;
    position: absolute;
}

.footer_social_icon {
    margin-top: 3px;
}
.footer_social_icon > ul {
    padding-left: 0;
}
.footer_social_icon > ul > li {
    background: #fbbe05 none repeat scroll 0 0;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #fff;
}
.footer_social_icon > ul> li::before {
    content: none;
}
.footer_social_icon ul> li:last-child {
    margin-right: 0px;
}

.footer_social_icon ul > li > a {
    display: block;
    color: #fff;
    line-height: 20px !important;
    padding: 4px;
     transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-backface-visibility: all 0.5s ease-in-out;
    -ms-backface-visibility: all 0.5s ease-in-out;
}

.footer_social_icon ul> li >a >i {
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer_social_icon ul> li a:hover,
.footer_social_icon ul >li a:focus {
    background: #fff;
    color: #000;
}

.footer_social_icon ul> li> a:hover i,
.footer_social_icon ul> li> a>:focus i{
    color: #fbbe05;
}

.footer-widget {
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.footer-widget-logo {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
.widget-title {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: -13px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}

.widget-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background-color: #fbbe05;
}
.footer-widget > p {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    margin-top: 5px;
    text-align: left;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}

.footer-widget li::before {
    color: #fff;
    content: "\f07c";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.footer-widget ul li a {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: left !important;
    text-decoration: none;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li span {
    float: right;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    padding-right: 5px;
    color: #999;
}

.footer-widget ul li:last-child span {
    border: 2px solid #fff;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
}

.footer-widget span {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}


#footer-widget input[type="email"] {
    background: #2f3234;
    border: 1px solid #343638;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    height: 45px;
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius: 2px;
}

.footer-widget.subscribe {
    background: #292d2f;
    overflow: hidden;
    display: block;
    padding: 30px 20px 30px;
}

.form-group.newsletter {
    position: relative;
    width: 100%;
    height: 100%;
}

.icon-holder {
    position: absolute;
    top: 6px;
    right: 10px;
}
.icon-holder .flaticon-envelope {
    font-size: 30px!important;
}
.footer-gallery .image-box {
    width: 29.33%;
    float: left;
    margin: 5px;
}
/***************************************
 *************** Copyright area**********
 ***************************************/

#copyright-area {
    background: #004677  none repeat scroll 0 0;
    padding: 20px 0;
}

.poweredBy {
    margin-top: 12px;
}
.poweredBy p {
    color: #fff;
}
.footer-logo {
    margin-top: 0px;
}

.copyright > p,
.copyright > span {
    color: #999;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
}

.copyright span {
    color: #999;
}

.copyright a {
    color: #999;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: bold !important;
}

.modal-dialog {
    margin: 150px auto;
    width: 600px;
}
.language {
  margin-top: 5%;
}
.language div {
    cursor: pointer;
    opacity: 0.5;
}
.language div.active {
  opacity: 1;
}
.language div:hover {
  opacity: 1;
}
.language .ru {
  background: url('/source/images/ru.png') !important;
  width: 33px;
  height: 22px;
  display: inline-block;
  margin: 0 2px;
}
.language .ge {
  background: url(/source/images/ge.png) !important;
  width: 33px;
  height: 22px;
  display: inline-block;
  margin: 0 2px;
  background-size: 96% !important;
  background-repeat: no-repeat !important;
}
.language .en {
  background: url('/source/images/en.png') !important;
  width: 33px;
  height: 22px;
  display: inline-block;
  margin: 0 2px;
}





.error_label {
    display: none;
    color: red;
    font-size: 14px;
    font-weight: normal;
}
.SendSucc {
    color: #1bc31b;
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}