.cl-fl {
    clear: both;
}
.cert {
    font-size: 0;
}
.cert > div {
    display: inline-block;
    font-size: 1rem;
    width: 50%;
    text-align: center;
    padding: 0 20px;
}.cert div img {
    max-width: 100%;
    max-height: 750px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 500px) {
    .cert > div {
        width: 100%;
    }
}
body, p {
    font-size: 17px;
}
.m-0 {
    margin: 0 !important;
}
.about-emph .bigger strong {
    font-size: 19px;
}.about-emph .bigger ul li {
    font-size: 18px;
}
@media(min-width: 1300px) {
    .services-page-section > .container-fluid,
    .about-section2 > .container-fluid  {
        padding: 0 10%;
    }
    .px-15 {
        padding-left: 15%;
        padding-right: 15%;
    }
    .pr-4 {
        padding-right: 25px;
    }
    .pl-4 {
        padding-left: 25px;
    }
}
.about-us-page img {
    display: block;
    margin: 0 auto;
    max-height: 350px;
}
.services-wrapp h1.box-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.services-post {
    text-align: justify;
}
/*services dd*/
.slick-slide img {
    width: 100%;
}
#serv-dd {
    display: none;
    padding: 0 20px;
}
.px-5 {
    padding-left: 35px;
    padding-right: 35px;
}
.pointer {
    cursor: pointer;
}#rotate{
    display: inline-block;
    transition: 0.5s transform;
    font-size: 20px;
    float: right;
    margin-right: 20px;
    position: relative;
    bottom: 9px;
}.rotate {
    transform: rotate(180deg);
}

.fotorama__nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
}.fotorama__nav__shaft > div {
    display: block;
    margin: 0 auto;
}
@media(max-width:767px) {
    .service-box .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        padding-bottom: 0;
    }
}@media(max-width:350px) {
    .service-box .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        padding-bottom: 10px;
    }
}

.about-section.dif-c .tl-spoiler {
    color: white;
    padding-left: 30px;
}.about-section.dif-c .tl-spoiler i {
    position: absolute;
    left: 5px;
    top: 13px;
}.about-section.dif-c .tl-spoiler h6 {
    line-height: 22px;
    height: 4rem;
}


#contact-us h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 35px;
    color: #2650a8;
}

h1.service-h1 {
    color: #2650a8;
    text-align: center;
    margin: 40px 0 0 0;
}
.service-welcome {
    padding-top: 40px;
}
section.fotorama {
    padding: 0;
}
.tp-bullets .bullet {
    border: 1px solid #2650a8 !important;
}
.tp-bgimg.defaultimg {
    background-size: 100% 100% !important;
}

.contact-section ul.information-list li a:hover {
    color: #2650a8;
}
.v-m-h {
    margin-top: 50px;
    margin-bottom: 50px;
}.about-box .v-m-h {
    margin-top: 70px;
}
.about-box h3 {
    margin: 25px 0 35px 0;
    color: #2650a8;
}
#img-viewer #img-close {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #2650a8;
    font-size: 45px;
    font-weight: bold;
    top: -6px;
    right: 16px;
}#img-viewer #img-close:hover {
    color: red;
}
.index-subdeinosti .img-cont {
    height: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#img-viewer {
    background: white;
    border-radius: 10px;
    width: 90vw;
    display: none;
    position: absolute;
    left: 5vw;
    z-index: 1;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    top: 0;
    border: 2px solid #2650a8;
    cursor: pointer;
}#img-viewer img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.index-subdeinosti h3:hover {
    color: #2650a8 !important;
}
.index-subdeinosti .scale-full {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    max-height: 200px;
    min-height: 100px;
    padding: 0;
    transition: 0.5s width, 0.5s height;
}
/* reference gallery and modal */
#gal-modal {
    background: black;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 1500;
}

#modal-container {
	width: 80%;
	height: 80%;
	margin: 10vh auto;
}
#modal-container img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
#gal-modal #modal-close {
	position: fixed;
    top: 20px;
    right: 35px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50%;
    padding: 5px 15px 10px 15px;
}#gal-modal #modal-close:hover {
	color: red;
}#gal-modal #modal-close:active {
	top: 23px;
}
#gal-modal #gal-prev,
#gal-modal #gal-next {
    color: white;
    position: absolute;
    top: 50vh;
    font-size: 33px;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;

}#gal-modal #gal-prev:hover,
#gal-modal #gal-next:hover {
    color: #2650a8;
    background: white;
}
#gal-modal #gal-prev {
    left: 5%;
}
#gal-modal #gal-next {
    right: 5%;
}#gal-modal #gal-prev:active,
#gal-modal #gal-next:active {
	top: 50.3vh;
}
.reference-gall .col-lg-4 {
    padding: 0 10px;
}
.reference-gall .row > div div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 300px;
    max-height: 50vh;
    border: 2px solid gray;
    border: 2px solid #2650a845;
    border-radius: 15px;
    margin-bottom: 20px;
}.reference-gall .row > div:hover div {
    border: 2px solid #2650a8;
}
.reference-gall {
    padding: 0 20px;
    margin: 20px auto;
}
.reference-gall img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}.reference-gall img:hover {
    opacity: 0.75;
}
@media (max-width: 767px) {
    .reference-gall {
        margin: 20px;
    }
}
@media (max-width: 600px) {
	#gal-modal #gal-prev,
	#gal-modal #gal-next {
    	display: none
	}
}
.modal-close {
    position: fixed;
    top: 20px;
    right: 35px;
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
    font-weight: bold;
}.modal-close:hover {
    color: red;
}


#home-section p {
    color: white;
    padding: 8px 15px;
    background: rgba(0,0,0,0.15);
    border-radius: 15px;
}
header .dropdown {
	z-index: 600;
}

header .drop:hover > a {
	color: #e9462e !important;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .pad-l {
        padding-left: 50px;
    }
}@media (min-width: 992px) and (max-width: 1199px) {
    .pad-l {
        padding-left: 30px;
    }
}
.no-pad {
    padding: 0;
}
.cont-top li:first-of-type {
    margin-right: 15px;
}.cont-top i {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .page-banner-section {
        margin-top: 0;
    }
    .logo {
        text-align: left;
        padding: 0;
    }
    #home-section {
        margin-top: 20px;
    }
    .navbar-default .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: right;
    }

    .navbar-collapse {
        width: 200px;
        overflow: hidden !important;
    }

    .navbar-collapse.collapse {
        height: 1px;
    }
    .navbar-collapse.collapse.in {
        height: auto;
    }

    .navbar-collapse li {
        display: block;
        width: 100%;
    }
    .navbar-collapse li a {
        padding: 5px 15px !important;
    }


}
@media(max-width: 767px) {
    header .logo {
        height: 100%;
    }
    header .logo img {
        max-height: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .navbar-collapse {
        width: 100%;
        margin-top: 50px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 20px;
    }
}
.mt-3 {
    margin-top: 15px;
}.mt-5 {
    margin-top: 35px !important;
}.mb-5 {
    margin-bottom: 35px !important;
}.pt-5 {
    padding-top: 50px;
}
.about-section2 {
    text-align: justify;
}
/* contacts */
.contact-section ul.information-list li span {
    font-size: 17px;
}
.contact-section {
    padding: 30px 20px;
}.contact-section > .row {
    padding: 0;
}
.contact-section h1 {
    font-size: 25px;
    margin-bottom: 15px;
}
#google-maps {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 375px;
    max-height: 70vh;
    border-radius: 10px;
}

.contact-section ul.information-list li span a {
    margin: 0;
}

/* about */
.about-section.dif-c {
    background: #2650a8;
}
.about-section2.history {
    padding-bottom: 30px;
}

/* reference */
.reference-holder {
    margin-bottom: 10%;
}
.reference-holder::after {
    clear: both;
    display: table;
    content: ' ';
}
.reference-holder h3 {
    color: #2650a8;
    text-align: center;
    margin: 10px 0 15px 0;
}
.reference-holder p {
    text-align: justify;
}
.reference-holder:nth-of-type(odd) img {
    float: left;
    padding: 0 25px 10px 0;
}
.reference-holder:nth-of-type(even) img {
    float: right;
    padding: 0 0 10px 25px;
}

@media(max-width: 767px) {
    .container .reference-holder img {
        float: none;
        display: block;
        max-width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    .reference-holder p {
        padding: 10px 20px;
    }
}


/* testemonial */
.testimonial-box {
    text-shadow:
        -1px -1px 0 #2650a8,
        1px -1px 0 #2650a8,
        -1px 1px 0 #2650a8,
        1px 1px 0 #2650a8;
}
.testimonial-section .testimonial-box span,
.testimonial-section .testimonial-box p {
    font-size: 1.2em;
}

.some_facts .container {
    padding: 0;
}
.some_facts span,
.some_facts p {
    padding-left: 0;
    color: #2650a8;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
}
.some_facts p {
    height: 50px;
}
.about-box p,
.who-content p{
    font-size: 16px;
}
.about-box img {
    max-width: 100%;
}
@media (max-width: 991px) {
    header .logo img {
        max-width: 100%;
    }



    .some_facts .timer {
        padding-left: 0;
    }

    .about-section2 .img-responsive {
        margin: 3% auto;
    }

    /* services */
    .category-side {
        padding-top: 15px;
    }
    .white-right::before {
        width: 100%;
        top: 0;
        left: 0;
    }
    .services-page-section .no-pad {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .about-section {
        padding-bottom: 65px;
    }
}
@media (max-width: 767px) {
    .about-box img {
        max-width: 100%;
    }
    .about-box .tac.v-m-h {
        margin-top: 50px;
    }

    .about-section {
        padding: 0 15px 65px 15px;
    }
}

.offerContainer {
    display: none;
}
header .logo img {
    margin: 0 auto;
    display: block;
    max-height: 63px;
}
@media(max-width:350px) {
    .navbar-default .navbar-toggle {
        margin-top: 6px;
    }
}
@media (min-width: 550px ) {
    header .logo img {
        margin-top: 0;
    }
}

.left-heading::after {
    background: none;
}

.footer-widget .link-list a.active {
    color: #e9462e;
}
.welcome_details .entry-image .scale img {
    max-width: 100%;
}
.pt-0 {
    padding-top: 0;
}
@media (max-width: 450px) {
    header .logo img {
        margin: 10px 0 0 0;
        max-width: 75%;
    }
}
#main-pic {
    max-width: 100%;
    width: auto !important;
    max-height: 350px;
    display: block;
    margin: 0 auto;
    float: none;
    border: none;
    border-radius: 0;
}
.services-post img {
    margin-left: 20px;
    border: 2px solid #2650a8;
    border-radius: 10px;
    padding: 5px;
    float: right;
    width: 300px!important;
    height: auto !important;
}
@media(max-width: 750px) {
    .services-post img {
        display: block;
        margin: 20px auto;
        float: unset !important;
    }
}
.side-menu-h3 {
    margin: 0 0 25px 0;
    text-align: center;
}
.services-page-section .red_list a {
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
    color: #2650a8;
}
.services-page-section .red_list a li {
    position: relative;
    width: 100%;
    margin: 0;
    color: inherit;
    padding-left: 30px;
}
.services-page-section .red_list a li i {
    position: absolute;
    left: 8px;
    top: 5px;
}
.services-page-section .red_list a.active,
.services-page-section .red_list a:hover {
    background: #2650a8;
    color: white;
}
.services-page-section .red_list a.active li i {
    color: white;
}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}
.navbar-nav>li {
    margin-right: 5px;
}.navbar-nav>li:last-of-type {
    margin-right: 0;
}
.vert-cent-imgs .row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.vert-cent-imgs img {
	max-width: 100%;
}

.we_are_deatails::after {
    display: table;
    content: '';
    clear: both;
}
@media (max-width: 991px) {
    .who-img {
        display: block;
        padding: 10px;
    }.who-img .img-full {
        max-width: 100%;
    }
    .contact-info {
        margin-top: 35px;
    }
    .col-10.pull-left.logo img {
        position: relative;
        bottom: 8px;
    }
    header.active .col-10.pull-left.logo img {
        bottom: -13px;
    }
}
@media(max-width:767px) {
    .navbar-default .navbar-toggle {
        margin-top: 8px;
    }
}
@media(max-width:450px) {
    .page-banner-section h2 {
        font-size: 30px;
    }
    .reference-gall {
        margin: 20px 0;
    }
    .reference-gall .col-lg-4 {
        padding: 0 5px;
    }
    .reference-gall img {
        padding: 5px;
    }
    h1 {
        font-size: 30px;
    }
}
@media(max-width: 350px) {
    .col-10.pull-left.logo img {
        max-width: 65%;
    }
}
.footer-widget .link-list a:hover,
.footer-widget .link-list a:focus {
    color: #e9462e;
}
.welcome_sec.service-welcome img {
    max-height: 275px;
    min-height: 275px;
}
.px-3 {
    padding-left: 25px;
    padding-right: 35px;
}
.my-4 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mt-4 {
    margin-top: 35px;
}
.mt-0 {
    margin-top: 0;
}
.mb-3 {
    margin-bottom: 25px;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.social-top:before {
    right: unset;
    left: 31px;
    transform: skewx(-45deg);
    border-radius: 0 0 30px 0;
}.social-top:after {
    right: unset;
    left: 0;
}
@media(min-width:992px) {
    header .bottom_header .logo {
        position: static;
    }
}
#contact-form input,
#contact-form textarea,
#contact-form button {
    border-radius: 30px;
}
#contact-form input,
#contact-form button {
    text-align: center;
}
#contact-form textarea {
    padding: 15px 20px;
}
ul.red_list > li li {
    margin-top: 10px;
}ul.red_list > li li:last-of-type {
    margin-bottom: 25px;
}
.contact-section ul.information-list li i {
    color: #e9462e;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #2650a8;
}.navbar-default .navbar-toggle {
    border-color: #2650a8;
}header.active .navbar-fixed-top {
    border-bottom: 1px solid #999;
    border-color: #2650a8;
}
.page-banner-section ul.page-depth li a {
    font-size: 17px;
}
.slick-dots {
    padding: 0;
    list-style-type: none;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}.slick-dots li {
    margin-right: 5px;
    display: inline-block;
}.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #e9462e;
    border-radius: 50%;
    padding: 0;
    background: transparent;
}.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background: #2650a8;
}
.index-jumbo {
    background: #f1f1f1;
    padding: 55px 10px 65px 10px;
    margin-top: 35px;
}
.index-jumbo h2 {
    color: #2650a8;
    margin-bottom: 20px;
}
.service-box.one {
    background: white;
}.service-box.one h3 {
    color: #333;
}
.cwhite {
    color: white;
}
.copyright p {
    margin-bottom: 0;
}
.bg-static {
    background-image: url(../img/ind-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body,h1,h2,h3,h4,h5,h6,p,span,div,a,button {
    font-family: 'Commissioner', sans-serif !important;
}
body,h1,h2,h3,h4,h5,h6,p,span,div,a,button {
    font-family: 'PT Serif', sans-serif !important;
}.about-us-page {
    padding-bottom: 50px !important;
}
/* client's */
