/*   
Theme Name: BPO final
Theme URI: none
Description: Шаблон BPO
Author: UIsamurai.
Author URI: none
*/

/*--------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/
.BPO {
    
    font-weight:bold; color:#37ADE3;
}
html {font-size: 100%;}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
    background-color:#F0F0F0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
}
::selection {
    text-shadow: none;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.hr_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.hr_row.outer-margin {
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
    padding: 0 4px 5px;
}

.bypostauthor { display: block; }
.gallery-caption { display: block; }

/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/

/* 2.1 FONTS*/

@font-face {
    font-family: 'Nucleo Outline';
    src: url('fonts/nucleo-outline.eot');
    src: url('fonts/nucleo-outline.eot') format('embedded-opentype'), url('fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------
3. LAYOUT
-----------------------------------------*/

/* 3.1 GENERAL*/

section {
    /*padding: 100px 0;*/
    position: relative;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
    position: relative;
}
.outer-margin {
    margin: 0 -15px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;

    color: #fff;
    background-color: #fec503;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-xl {
    height: 50px;
    border-radius: 2px;
    color: white;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
body.modal-open {
    overflow: hidden;
}

.parallax {position: relative;}
.parallax .parallax-overlay {
    position:  absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100%;
    background-attachment: fixed;
    /*opacity: 0.12;*/
}

.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.gray-bg {
    background: #f8f8f8;
}
.header-buttons {
    margin: 60px auto 100px auto;
}
.primary-button {
    min-width: 150px;
    padding: 0 20px;
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 10px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.primary-button.button-inverse {
    color: #fff;
    margin: 0;
}
.primary-button.button-inverse:hover {
    background: transparent;
}
.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-size: 0.875em;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.secondary-button-inverse {
    background: #fff
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
}
.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    text-decoration: none;
}

/*3.2 LOGO*/

#logo {float: left;}

.logo img {
    height: 44px;
    width: auto;
}

/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*3.4 CAROUSELS*/

.owl-controls .owl-buttons {
    display: none;
}

.owl-controls .owl-buttons div {
    background: url(images/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}
.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* --------------------------------------
4. MENU
-----------------------------------------*/


/* --------------------------------------
5. HEADER
-----------------------------------------*/
header {
    position: relative;
    text-align: center;
    color: #fff;
        overflow: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
}
header .intro-text {
    /*padding:200px 0px;
    /*padding-top: 100px;*/
    padding-bottom: 50px;
}
header .intro-text .intro-heading {
    font-size: 20px;
    font-weight: 400;
    /*line-height: 17px;*/
    display: block;
}

header .intro-text .intro-lead-in {
    font-size: 58px;
    letter-spacing: -1px;
    margin: 0;
    line-height: 120px;
    color: #fff;
    /*text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);*/
}

header .container {
    position: relative;
    z-index: 10;
}

/* --------------------------------------
6. ADDITIONAL LAYOUT SETTINGS
-----------------------------------------*/

.border{border:solid 3px #fff;padding:5px 10px;}

/*1*/
.divider.divider-center {
    text-align: center;
}
.divider {
    color: #e5e5e5;
    margin: 1.07143rem 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
/*2*/
.divider.divider-center.divider-short::before {
    left: auto !important;
    margin-right: 30px;
    right: 50%;
    width: 130px;
}
.divider::after, .divider.divider-center::before, .divider.divider-center.divider-short::before {
    border-top: 2px double rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 49%;
    width: 130px;
}
.divider.divider-center::before {
    left: -50% !important;
    margin-left: -20px;
    right: 0;
}
/*3*/
.divider.divider-center.divider-short::after {
    left: 50% !important;
    margin-left: 30px;
    right: auto !important;
    width: 130px;
}

.divider.divider-center::after {
    left: 50% !important;
    margin-left: 20px;
    right: 0;
}
.divider.divider-short::after {
    width: 30%;
}

.divider .i-div {
    display: inline-block !important;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 18px;
}

.notify{
    width:100%;
    text-align:center;
    padding-bottom:65px;

}
.notify h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #141414;
    font-family: 'Montserrat', sans-serif;

}

/*.notify span{
  font-family: 'Crimson Text', serif;
    font-size: 18px;
    font-weight: 400;
    color: #6f6f6f;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    font-style: italic;

}*/

/*1*/
.notify .divider.divider-center {
    text-align: center;
}
.notify .divider {
    color: #e5e5e5;
    margin: 1.07143rem 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
/*2*/
.notify .divider.divider-center.divider-short::before {
    left: auto !important;
    margin-right: 30px;
    right: 50%;
    width: 130px;
}
.notify .divider::after, .notify .divider.divider-center::before, .notify .divider.divider-center.divider-short::before {
    border-top: 1px solid rgba(20, 20, 20, 0.2);
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 49%;
    width: 130px;
}
.notify .divider.divider-center::before {
    left: -50% !important;
    margin-left: -20px;
    right: 0;
}
/*3*/
.notify .divider.divider-center.divider-short::after {
    left: 50% !important;
    margin-left: 30px;
    right: auto !important;
    width: 130px;
}

.notify .divider.divider-center::after {
    left: 50% !important;
    margin-left: 20px;
    right: 0;
}
.notify .divider.divider-short::after {
    width: 30%;
}

.notify .divider .i-div {
    display: inline-block !important;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 18px;
}
/*notify contact us*/

#contact-us .notify{
    width:100%;
    text-align:center;
    padding-bottom:65px;

}
#contact-us .notify h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;

}

#contact-us .notify span{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #2272C3;
    font-family: 'Montserrat', sans-serif;

}

/*1*/
#contact-us .notify .divider.divider-center {
    text-align: center;
}
#contact-us .notify .divider {
    color: #fff;
    margin: 1.07143rem 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
/*2*/
#contact-us .notify .divider.divider-center.divider-short::before {
    left: auto !important;
    margin-right: 30px;
    right: 50%;
    width: 130px;
}
#contact-us .notify .divider::after, .notify .divider.divider-center::before, #contact-us .notify .divider.divider-center.divider-short::before {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 49%;
    width: 130px;
}
#contact-us .notify .divider.divider-center::before {
    left: -50% !important;
    margin-left: -20px;
    right: 0;
}
/*3*/
#contact-us .notify .divider.divider-center.divider-short::after {
    left: 50% !important;
    margin-left: 30px;
    right: auto !important;
    width: 130px;
}

#contact-us .notify .divider.divider-center::after {
    left: 50% !important;
    margin-left: 20px;
    right: 0;
}
#contact-us .notify .divider.divider-short::after {
    width: 30%;
}

#contact-us .notify .divider .i-div {
    display: inline-block !important;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 18px;
}
/*notify contact us end*/
/**************OUR SERVICE****************/
#our_service{
    background:#EAEAEA;
    padding-bottom: 65px;
    padding-top: 65px;
}
.span8{
 font-family: 'Montserrat', sans-serif;
}
.span8 .features-tabs  .section-heading{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
   
}

.span8 .features-tabs  .section-subheading{
    font-family: inherit;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
.span8 .features-tabs .tab-pane{
    width:100%;
}

.span8 .features-tabs .section-subheading {
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: left;
    max-width: 100%;
    float: left;
    line-height: 25px;
    text-align:justify;
}
.lft .active a{
    color:red;
}
.lft {
    margin-top:25px;
}
.span8 .nav-tabs > li.active > a, .span8 .nav-tabs > li.active > a:hover, .span8 .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color:#ddd;
    width: auto;
    border-bottom:2px #2272C3 solid;
    text-align: left;
    width:264px;
}

.span8 .nav > li > a:hover, .span8 .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
      border: 1px solid #ddd;
    border-bottom-color:#ddd;
     text-align: left;
    width:264px;
}
.span8 .nav .active > a {
    text-decoration: none;
    background-color: #eee;
      border: 1px solid #ddd;
    border-bottom-color:#ddd;
     text-align: left;
    width:264px;
}
.ourserv{
    /*margin-top:65px;*/
}
.span8 a{
 font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555; 
}

.srtmen a{
 font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
    text-align: center;   
}

.srtmen .nav-tabs > li.active > a, .srtmen .nav-tabs > li.active > a:hover, .srtmen .nav-tabs > li.active > a:focus {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2272C3;
    cursor: default;
    text-align: left:;
}

.srtmen .nav > li > a:hover, .srtmen .nav > li > a:focus {
     font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #2272C3;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.srtmen .nav .active > a {
   font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
/**********************************************************************/
/****CONTACT US****/
 
    
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d93f6), color-stop(1, #2272c3));
	background:-moz-linear-gradient(top, #3d93f6 5%, #2272c3 100%);
	background:-webkit-linear-gradient(top, #3d93f6 5%, #2272c3 100%);
	background:-o-linear-gradient(top, #3d93f6 5%, #2272c3 100%);
	background:-ms-linear-gradient(top, #3d93f6 5%, #2272c3 100%);
	background:linear-gradient(to bottom, #3d93f6 5%, #2272c3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d93f6', endColorstr='#2272c3',GradientType=0);*/
	background-color:#2272C3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 70px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2272c3), color-stop(1, #3d93f6));
	background:-moz-linear-gradient(top, #2272c3 5%, #3d93f6 100%);
	background:-webkit-linear-gradient(top, #2272c3 5%, #3d93f6 100%);
	background:-o-linear-gradient(top, #2272c3 5%, #3d93f6 100%);
	background:-ms-linear-gradient(top, #2272c3 5%, #3d93f6 100%);
	background:linear-gradient(to bottom, #2272c3 5%, #3d93f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2272c3', endColorstr='#3d93f6',GradientType=0);
	background-color:#2272c3;
    color: #F8F8F8;
}
.myButton:active {
	position:relative;
	top:1px;
}

        
#contact-us{
    padding-top:65px;
    padding-bottom:65px;
}

    #contact-us option{
        padding:8px 5px;
        background:#F9F9F9;
        /*filter: hue-rotate(90deg);*/
        color: #999;;  
    }
    #contact-us select option:checked,
    #contact-us select option:hover {
    box-shadow: 0 0 10px 100px #2272C3 inset;
    }
    #contact-us select:focus > option:checked { 
    background: #2272C3 !important;
    }
    
    .selekt{
        width: 290px;
        cursor: pointer;

    }
  
.custom-dropdown--large {
	font-size: 1.5em;
}

.custom-dropdown--small {
	font-size: .7em;
}

.custom-dropdown__select{
	font-size: inherit; /* inherit size from .custom-dropdown */
	padding: .5em; /* add some space*/
	margin: 0; /* remove default margins */
    background:#F9F9F9;
}

#contact-us .custom-dropdown__select--white {
	background-color: #F9F9F9;
	color: #444;    
}

@supports (pointer-events: none) and
	  ((-webkit-appearance: none) or
	  (-moz-appearance: none) or
	  (appearance: none)) {

.custom-dropdown {
		position: relative;
		display: inline-block;
		vertical-align: middle;
        /*padding: 9px;*/
        width:292px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
    background: #F9F9F9;
	}

.custom-dropdown__select {
		padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
		border: 0;
		border-radius: 3px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;    
	}

	.custom-dropdown::before,
	.custom-dropdown::after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.custom-dropdown::after { /*  Custom dropdown arrow */
		content: "\25BC";
		height: 1em;
		font-size: .625em;
		line-height: 1;
		right: 1.2em;
		top: 50%; margin-top: -.5em;
	}

	.custom-dropdown::before { /*  Custom dropdown arrow cover */
		width: 2em;
		right: 0; top: 0; bottom: 0;
		border-radius: 0 3px 3px 0;
	}

	.custom-dropdown__select[disabled] {
		color: rgba(0,0,0,.3);
	}

	.custom-dropdown.custom-dropdown--disabled::after {
		color: rgba(0,0,0,.1);
	}

	/* White dropdown style */
	.custom-dropdown--white::before {
		background-color: #fff;
		border-left: 1px solid rgba(0,0,0,.1);
	}

	.custom-dropdown--white::after {
		color: rgba(0,0,0,.9);
	}

	/* FF only temp fix */
	@-moz-document url-prefix() {
		.custom-dropdown__select 			 { padding-right: .9em }
		.custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
		.custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
	}
}
    
    
#contact-us input[type="text"]{
       padding: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 24px;
    background: #f9f9f9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#contact-us .select{
       padding: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 24px;
    background: #f9f9f9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
    
    #contact-us input, #contact-us textarea {
    background: #FDFDFD;
    color: #48484A;
    border: solid 1px #ccc;
    padding: 10px 10px;
    box-shadow: inset 0 0 10px #EAEAEA;
        resize: none;
}

#contact-us label{
    color:white;
}
#contact-us button{
    border-color:transparent;
}

div.wpcf7-response-output {
    color: red;
    text-align: center;
}

.btn-default.focus, .btn-default:focus {
    color: white;
    background-color: #2778CD;
    border-color: #8c8c8c;
}
.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}
/**********************************************************************/
/**** GOOGLE MAP ****/
#gmap {
        padding-top:0px;
        padding-bottom:0px;
    }
#gmap .container-fluid{
        padding-left:0px;
        padding-right:0px;
    }
#map {
        width: 100%;
        height: 420px;
      }
/*******OUR PARTNERS******/
 
   #our-partners .notify .divider .i-div {
    height: 18px;
    width: 40px;
}
    
    #our-partners{
        padding-top:65px;
        padding-bottom:65px;
        background:#fff;
    }
    
     #our-partners .logos{
        text-align: center;
         padding-bottom:46px;
    }
    #our-partners ul{
        padding:0px 0px;
    }
    #our-partners ul li{
        list-style-type: none;
        border: 1px solid #ddd;
        width: 200px;
        padding: 60px 65px;
        text-align: center;
        margin-left:10px;
        margin-right:10px;
    }
    #our-partners ul li img{
        height:34px;
    }
    
#our-partners .logos img{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
   opacity: 0.5;
}
 
#our-partners .logos img:hover {
  opacity: 1;
}
    
    
    @media (min-width: 320px) and (max-width: 767px)  {
        
    #our-partners ul li {
    list-style-type: none;
    border: 1px solid #ddd;
    width: 45%;
    display: inline-block;
    padding: 25px 10px;
    text-align: center;
    margin: 5px;
}
    #our-partners ul li img{
        width:113px;
    }
        
}
    
@media (min-width:767px){
 #our-partners ul li{
     display: inline-block;
     width:auto;
     margin: 5px;
}  
}

/******FOOTER**********/
   
    .scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('<?php echo get_template_directory_uri(); ?>/images/up.png') no-repeat;
    background-color: transparent;
}
    
    
    #footer{
        background:#313131;

    }
    
    #footer .block-1 a{
     color: #969595;
    }
    #footer .block-1 a:hover{
     color: #31aae2;
    }
    
    #footer .block-1 {
    border-right: 1px solid #3a3a3a;
    padding: 30px 0px;
}
    
    #footer .block-1 img{
        height:50px;
    }
    
    #footer .block-1 p{
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        line-height: 24px;
        color: #969595;
        font-weight: 400;
    }
    
        #footer .block-1 .contacts{
        font-family: 'Roboto',sans-serif;
        font-size: 13px;
        line-height: 24px;
        color: #969595;
        font-weight: 400;
        padding:0px 0px;
            list-style-type: none;
    }
    
    #footer .block-1 .contacts i{
        color: #31aae2;
        padding:5px 5px;
        font-size: 13px;
        width:25px;height:25px;
    }
    #footer .block-1 .social {
        padding:5px 0px;
    }
    
      #footer .block-1 .social li{
        display:inline-block;
    }
    
    
     #footer .block-1 .social span{
        color: white;
        font-size:14px;
    }
    
    #footer .block-1 .social span:hover{
        color: #31aae2;
        font-size:14px;
    }
    /**************************************/
    
      #footer .lower{
        padding:0px 10px;
          background: #2D2D2D;
    }
    
      #footer .block-2{
        padding:20px 0px;
    }
    
     #footer .block-2 span{
         font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 600;
}
       #footer .block-2 .by{
    color: #31aae2;
}
    
      #footer .block-2 ul{
        float:right;
        padding:0px 0px;
          margin-bottom: 0px;
}
    #footer .block-2 ul li{
        list-style-type: none;
        display: inline;
}
    #footer .block-2 ul li a{
        font-family: 'Roboto',sans-serif;
        color: #6b6b6b;
        font-size:13px;
}
      #footer .block-2 ul li a:hover{
        color: #31aae2;
}
    .copytext{
        /*float:left;*/
    }
    #footer .block-1, #footer .block-2{
    padding-left:5px;
        padding-right:5px;
    }

    /*********************************************************************/
    /******* GT IN TOUCH AD BLOCK -1*******/
    #adBlock-2{
        background: linear-gradient(-90deg,#2272C3 0,#66cdcc 100%);
        background-color: #2272C3;
        padding:32.5px 0px;
          font-family: 'Montserrat', sans-serif;
    }

    #adBlock-2 h1{
        color:white;
        text-transform: uppercase;
        float:left;
        padding-left:20px;
    }

      #adBlock-1{
        background: linear-gradient(-90deg,#66cdcc 0,#2272C3 100%);
        background-color: #2272C3;
        padding:32.5px 0px;
          font-family: 'Montserrat', sans-serif;
    }

    #adBlock-1 h1{
        color:white;
        text-transform: uppercase;
        float:left;
        padding-left:20px;
    }
    
    
    @-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
    @-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
    @-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
    @keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */
    .prtn {
        
        float:left;
    height:40px;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out; 
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
        margin-top: 19px;
}

    .opts-btn:hover{
        color:#f8f8f8;
        border: 2px solid #f8f8f8;;
        moz-transition:all 0s ease-in-out;
    -webkit-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    -ms-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out; 
    -moz-animation:blink normal 0s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 0s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 0s infinite ease-in-out; /* IE */
    animation:blink normal 0s infinite ease-in-out; /* Opera */
    }
    
    .opts-btn {
        border-radius: 10em;
        font-weight: bold;
        font-size:20px;
    border: 2px solid #f8f8f8;
    color: white;
    padding: 5px 10px;
    float:right;
        margin-top:19px;
        -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out; 
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
}

  @media (min-width: 320px) and (max-width: 767px)  {
        
#adBlock-1 h1 {
    font-size: 20px;
    padding-left: 0px;
text-align: center;
}
      .prtn {
          display:none;
          
      }
      .opts-btn{
          float:none;
          margin:10px 0px;
      }
      #adBlock-1{
          text-align: center;
      }
}

 @media (min-width: 767px) and (max-width: 1199px)  {
    /*#adBlock-1 h1 {
    font-size: 26px;
padding-top: 5px;
} */
       .prtn {
          display:none;
          
      }
      .opts-btn{
          float:none;
          margin:10px 0px;
      }
      #adBlock-1{
          text-align: center;
      } 
}
/* --------------------------------------
7. RESPONSIVE
-----------------------------------------*/

/* Extra Small devices (mobiles, 320px and up) */
@media (min-width: 320px) and (max-width: 767px)  {

    header .intro-text .intro-lead-in {
    font-size: 18px;
    text-shadow: none;
}
    .span8 .features-tabs .tab-pane{
    /*padding-left:25px;
    padding-right:25px;*/
        padding: 0px 16px;
}


.tblft ul li{
    margin: 0 auto;
    text-align: left;
    width:100%;
    padding-left:15px;
}

.span8 .nav-tabs > li.active > a, .span8 .nav-tabs > li.active > a:hover, .span8 .nav-tabs > li.active > a:focus {
    text-align: center;
    width:auto;
}

.span8 .nav > li > a:hover, .span8 .nav > li > a:focus {
    text-align: center;
    width:auto;
}
.span8 .nav .active > a {
    text-align: center;
    width:auto;
}

.srtmen .nav-tabs > li.active > a, .srtmen .nav-tabs > li.active > a:hover, .srtmen .nav-tabs > li.active > a:focus {
    font-size: 8px;
    text-align: center;
}

.srtmen .nav > li > a:hover, .srtmen .nav > li > a:focus {
     font-size: 8px;
    text-align: center;

}
.srtmen .nav > li{
     font-size: 8px;
    text-align: center;
    height: 50px;
    border: 5px solid #2272C3;
    border-bottom:none;
    border-top:none;
}

.srtmen .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.srtmen .nav .active > a {
   font-size: 8px;
    text-align: center;
}

.srtmen h4 {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.srtmen  h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width: 991px) {
    header .intro-text .intro-lead-in {
    font-size: 42px;
    color:red;
}

.span8 .nav-tabs > li.active > a, .span8 .nav-tabs > li.active > a:hover, .span8 .nav-tabs > li.active > a:focus {
    text-align: left;
    width: 150px;
}

.span8 .nav > li > a:hover, .span8 .nav > li > a:focus {
    text-align: left;
    width: 150px;
}
.span8 .nav .active > a {
    text-align: left;
    width: 150px;
}
.span8 .features-tabs .section-subheading {
    padding-right: 25px;
}

.srtmen .nav-tabs > li.active > a, .srtmen .nav-tabs > li.active > a:hover, .srtmen .nav-tabs > li.active > a:focus {
    font-size: 12px;
    text-align: center;
}

.srtmen .nav > li > a:hover, .srtmen .nav > li > a:focus {
     font-size: 12px;
    text-align: center;

}
.srtmen .nav .active > a {
   font-size: 12px;
    text-align: center;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/****ADITTIONAL****/
@media (min-width: 320px) and (max-width: 1200px)  {

header .intro-text {
   /* padding:100px 5px;*/
}

.parallax .parallax-overlay {
    background-image:url(../images/bg2.jpg); 
    background-size: cover;
    background-position: center;
    /*opacity: 0.12;*/
}

.logo img {
    height: 34px;
    margin-top: 10px;
    margin-left: 10px;
}

.lang {
    float: left;
    margin-left: 10px;
}

}

/* --------------------------------------
8. COLORS
-----------------------------------------*/


#commentform #submit,
.contact .submit,
.team-content,
.pricing .secondary-button.secondary-button-inverse:hover,
.pricing.active,
#preloader,
.tags a:hover, .tagcloud a:hover,
.secondary-button.secondary-button-inverse:hover,
.secondary-button,
.primary-button.button-inverse,
#posts-content .post input[type="submit"],
.parallax,
.btn-xl,
.blog-header .header-overlay,
.pricing-title,
.separator,
#header 
{
background: #2272C3;
}

::selection {background: #2272C3;}
::-moz-selection {background: #2272C3;}

.pricing.active,
.primary-button.button-inverse:hover,
.primary-button.button-inverse {
    border: 2px solid #2272C3;
}

#commentform input:focus,
#commentform textarea:focus,
.navigation.pagination .next:hover, .navigation.pagination .prev:hover,
.contact .response-output,
.video-bg .secondary-button,
.image-bg .secondary-button,
.contact .form-control-wrap textarea.form-control:focus,
.contact .form-control-wrap input.form-control:focus,
.team-member-down:hover .triangle,
.team-member:hover .triangle,
.searchform #s:focus,
.secondary-button-inverse  {
    border-color: #2272C3;
}


.team-content .triangle {
     border-bottom: 10px solid  #2272C3;
}

.team-member-down .triangle  {
     border-top: 10px solid  #2272C3;
}

#wp-calendar caption,
.post a:hover,
.navigation.pagination .next,
.navigation.pagination .prev,
.testimonials .tt-content h4, 
.widget-title,
.reply-title,
.subscribe input[type="submit"], 
.testimonials .tt-content .content {
    color: #333;
}


.subscribe-form header .response-output,
.subscribe .mail-sent-ok,
.subscribe .not-valid-tip,
.secondary-button:hover {
color: #273140;
}

.blog-header  .section-heading {
color:#ffffff}
