html,
button,
input,
select,
textarea {
    color: #222;
}
.you {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}
.you iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #249DD8;
}
.esNad {
	color: #249DD8;
	font-size: 32px;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
.gallery-area h1.slog {
  /*  font-family:'Marck Script',cursive;*/
	color:#249DD8; /*#6FE237;*/
	font-weight:normal;
	}
.gallery-area.forSlog {
	padding-bottom: 10px;
}
.nav-logo img {
        width: 256px;
    margin-left: 10px;
    margin-top: -10px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}


.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after, .clear {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*=========================
    1) Common Css Start
===========================*/

a, a:active, a:focus, a:active {text-decoration:none !important}
img {max-width:100%}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0 0 15px;}
.clearfix{clear: both}

/*=========================
     Common Css End
===========================*/

/*=========================
	2)header Start
===========================*/

#header{
    padding: 8px 0px 0px;
  /*  background: url(../images/pattern_2.png);*/
}
.block-left{}

#header .block-right{}
.contact-area{text-align: right; margin-top: 10px;}
.contact-area ul{margin: 0px; padding: 0px; list-style: none;    text-align: right;}
.contact-area ul li{
/* display: inline-block;  */
margin-left: 40px; 
color:#3C3D42; 
font-size: 17px; 
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
font-weight: 400px; }
.contact-area ul li i{margin-right: 10px; font-size: 18px; }

.navbar-default .navbar-nav > li > a:hover {
    color:#000;
    text-shadow: 0px 1px 0px #000;
}
.nav-logo{margin-right: 30px; margin-top: 12px}
.navbar-default{background: none; border: none;}
.navbar-default .navbar-nav > li > a{ 
    color:#555;
        font-size: 24px;
    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px 0px #555;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none; color:#3C3D42}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-left: -20px;
    margin-top: 68px;
}

/*=========================
	header close
===========================*/

/*=========================
	3) slider Start
===========================*/
.row { 
    margin-left:0px;
    margin-right: 0px;
}

#slider .row .slPic{ 
    padding-left: 0px;
    padding-right: 0px;
}

#slider{
 /*   background: url(../images/home1.jpg) no-repeat 0px 50%; */
  /*   padding-bottom: 30px; */
   /* padding-top: 180px;*/
}
#slider .block{
    position: relative;
    padding-left: 50px;
    margin-top: 50px;
}

#slider .block h2, #slider .block p{
   /* text-align: center;*/
}

#slider .block h2{color: #fff;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; margin:0px; font-size: 36px}
.slider-text-area{}
.sub-slider-text{margin: 0px; font-size: 36px; color:#C7D0D5;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300;line-height: 43px;}
.slider-p{margin: 0px; color:#90BBC5; font-size: 14px;padding-top: 40px}
.edit-button-1{background: none; border: 3px solid #91B1B5;  color: #FFF; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; border-radius: 30px;padding: 10px 52px; display: block; overflow: heidden; margin-top: 50px}
.edit-button-1:hover{background: none; color: #fff; border: 3px solid #91B1B5;}
.iro {
    margin-left: -35px;
    position: absolute;
        margin-top: 15px;
}
.ilo {
    margin-left: -35px;
    position: absolute;
}
/*=========================
	  slider close
===========================*/

/*=========================
	4) Service Start
===========================*/

#service{ padding: 100px 0px;}
#service .block-top{text-align: center;}
#service .service-header{margin: 0px}
#service .service-header h1{
    color:#249DD8; 
    font-size: 36px; 
    font-weight: 700; 
    text-shadow: 0px 0px 0px #333;
}
#service .service-header p{color:#AFB8B8; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; line-height: 24px}

/*=========================
	  Service closes
===========================*/

/*=========================
	5) contant Start
===========================*/

.cont1 {
    background: #efefef;
    padding: 120px 0px;
    background: url(../images/bgt9.jpg) no-repeat fixed 50% 50% transparent;
    background-size: cover;
}
#contant-1 .container{
    background: rgba(255,255,255,0.9);
}
.block-left{}
.contant-1-text-area{padding-top: 20px}
.contant-1-head:after{background: #6FE237;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-1-head h1{ font-size: 36px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;color: #249DD8;}
.contant-1-text{padding-top: 40px}
.contant-1-text h2{color:#8C9494; font-size: 24px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-1-text p{color:#ABB2B4; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; margin:0px;}
.edit-button-2{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-2:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}
#contant-1 .block-right{ text-align: center}
#contant-1 .block-right-img{padding-top: 30px}
#contant-1 .block-right-img img{}

/* 3333333333333333333333333333333333333333 */
.cont3 {
    background: #F6f6f6;
    padding: 90px 0px 60px;
}
.contant-1 .container{
  /*  background: rgba(255,255,255,0.9);*/
}
.block-left{}
.contant-1-text-area{padding-top: 20px}
.contant-1-head:after{background: #6FE237;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-1-head h1{ font-size: 36px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;color: #249DD8;}
.contant-1-text{padding-top: 40px}
.contant-1-text h2{color:#8C9494; font-size: 24px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-1-text p{color:#ABB2B4; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; margin:0px;}
.edit-button-2{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-2:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}
.contant-1 .block-right{ text-align: center}
.contant-1 .block-right-img{padding-top: 30px}
.contant-1 .block-right-img img{}

/*=========================
		contant close
===========================*/

/*=========================
	6) Gallery Start
===========================*/

#gallery{
    padding-top: 100px ; 
    padding-bottom: 80px;
    background: url('../images/pat6.png');
    background: #f6f6f6;
}
.block-top{}
.gallery-area{text-align: center;padding-bottom: 50px;}
.gallery-area h1{
    font-size: 36px; 
    color:#249DD8; 
    text-shadow: 0px 0px 0px #333; 
    font-weight: 700; 
    margin: 0px; }
.gallery-area p{
	color: #424949;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
    padding-top: 15px; 
}
#gallery .block-bottom{text-align: center;padding-top: 0px;}
.gallery-list{}
.gallery-items{}
.gallery-img{}
.gallery-items-text{}
.gallery-items-text p{color: #9ea5a5; font-size: 14px; margin: 0; padding-top: 45px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;}
#gallery .owl-carousel .owl-controls{left: 0; margin-top: -40px; position: absolute; text-align: left; top: 50%; 
width: 100%;}
#gallery .owl-carousel .owl-controls .owl-buttons{}
#gallery .owl-carousel .owl-controls .owl-buttons div{color: #9fa9a9;font-size: 50px; display: inline-block}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-prev{margin-left: 0px;}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-next{position: absolute;right: 0px;}
#gallery .owl-carousel .owl-controls .owl-buttons div i{}
#gallery .owl-carousel .owl-controls .owl-buttons div i.fa-angle-left{}
#gallery .owl-carousel .owl-controls .owl-buttons div i.fa-angle-right{}
#owl-demo .item{margin: 3px; padding: 30px;}
#owl-demo .item img{display: block;width: 100%;height: auto;}

/*=========================
	 Gallery close
===========================*/

/*=========================
	7) Contant-2 Start
===========================*/

#contant-2{background: #Fff;padding: 120px 0px 90px;}
#contant-2 .block-left{}
.contant-2-img{}
#contant-2 .block-right{}
.contant-2-text-area{padding-top: 0px}
.contant-2-header:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-2-header h1{font-size: 36px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;color: #249DD8;}
.contant-2-text{padding-top: 40px}
.contant-2-text h2{color:#8C9494; font-size: 35px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-2-text p{color:#ABB2B4; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; margin:0px;}
.edit-button-3{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-3:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}

/*=========================
	 Contant-2 close
===========================*/

/*=========================
	8) testimonial Start
===========================*/

#testimonial{
    text-align: center;
    padding-bottom: 110px;
    padding-top: 100px;
    background: url(../images/pattern_2.png);
}
#testimonial .block{}
.testimonial-area{}
.tm-header{}
.tm-header h2{font-size: 36px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700;color:#636C6C; margin: 0px; padding-bottom: 38px}
.tm-contant{}
.tm-contant-items{}
.tm-contant-list{}
.tm-img{}
.tm-img img{border-radius: 500px;margin: 0 auto;width: 100px; height: 100px;}
.tm-text{}
.tm-text p{color:#8C9494; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:400; font-style: italic; font-size: 24px; line-height: 24px;margin: 0;padding-bottom: 40px;padding-top: 45px;}
.tm-text p span{font-style: normal; display: block; color: #249DD8;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; padding-top: 28px }
#testimonial .owl-carousel .owl-controls{}
#testimonial .owl-carousel .owl-controls .owl-pagination{text-align: center}
#testimonial .owl-carousel .owl-controls .owl-pagination div{background:#8c9494;
border-radius: 500px;
display: inline-block;
height: 11px;
margin: 0 5px;
width: 11px;}
#testimonial .owl-carousel .owl-controls .owl-pagination  div.active{background: #249DD8}

/*=========================
	 testimonial CLOSE
===========================*/

/*=========================
	9) Submit Start
===========================*/

#submit-area{ 
    background: #efefef;
    background: url(../images/bgt2.jpg) no-repeat fixed 30% 50% transparent;
    background-size: cover; 
    padding-top: 80px; 
    padding-bottom: 80px}
#submit-area .block{}
.submit-contant{}
.submit-header{text-align: center; padding-bottom: 50px; }
.submit-header i{ font-size: 36px; margin-right: 20px; color: #8C9494;}
.submit-header h3 {
    color: #fff;
    text-shadow: 1px 1px 0px #336015;
    font-size: 40px;
    font-weight: 700;
    display: inline;
}
.submit-area{margin-left: 180px;}
.submit-bottom{border: 2px solid #BBC3C2; float: left;  border-radius: 40px;height: 71px; background: #FFFFFF}
.submit-bottom form{}
.submit-bottom form input[type=text]{border: medium none;
height: 56px;
margin-left: 24px;
font-size: 14px; color:#8C9494; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;
background: #FFFFFF; width: 555px;}
.submit-bottom form input[type=submit]{border: none; padding: 21px 55px; background: #249DD8; color:#fff; font-size: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase;border-radius: 40px;}
	
/*=========================
	 Submit CLOSE
===========================*/







/* Collapse
---------------------------------- */
.panel-group .panel.panel-default {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
        margin-top: 8px;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #249dd8;
	border-top: none;
	background-color: #fafafa;
            color:#333;
}
.panel-heading a {
    text-shadow: 0px 1px 1px #888;
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+0,249dd8+4,249dd8+96,f6f6f6+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMyNDlkZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiMyNDlkZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 0%, #249dd8 4%, #249dd8 96%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 0%,#249dd8 4%,#249dd8 96%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 0%,#249dd8 4%,#249dd8 96%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

border:1px solid #249dd8;

	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "olejon";
	content: "\e83b";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\e83f";
}
.panel-heading a:hover {
	text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+0,249dd8+8,249dd8+93,f6f6f6+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiMyNDlkZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiMyNDlkZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 0%, #249dd8 8%, #249dd8 93%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 0%,#249dd8 8%,#249dd8 93%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 0%,#249dd8 8%,#249dd8 93%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */




        text-shadow: 0px 1px 0px #000;
	color: #fff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
/* ------- END collapse ---- */








/*=========================
	9) footer Start
===========================*/

#footer{
        background: #2D312F;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
#footer .block{}
.footer-contant{}
.footer-contant h3{color:#8C9494; font-size: 24px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;margin: 0px; padding-bottom: 30px;}
.social-icon{}
.social-icon a{margin-right: 10px;}
.social-icon a i{background: #5d6461;
border-radius: 500px;
color: #2d312f;
font-size: 20px;
height: 42px;
padding-top: 11px;
width: 42px;}
.support-link{padding-top: 70px;}
.support-link ul{margin:0px; padding: 0px; list-style: none;}
.support-link ul li{display: inline-block; padding: 0px 10px}
.support-link ul li a{display: inline-block; color: #8C9494; font-size: 14px}

/*=========================
	 footer CLOSE
===========================*/


#service .block-bottom{}
#service .service-tab{}
#service .service-tab ul{
    float: left;
    list-style: outside none none;
    padding: 0;    
    margin-bottom: 0px;
}
#service .service-tab ul li{ border-right: 0px solid #DBE2E2;}
#service .service-tab ul li a{background: #fff;color: #9FA9A9; padding-top: 23px; padding-bottom: 17px;font-size: 26px; font-weight: 400;display: flex; padding-right: 60px}
#service .service-tab ul li.active a{background: #f6f6f6; /*#F2F9FE;*/ }
#service .service-tab ul li.active a i {color: #249DD8;}
#service .service-tab ul li a i{font-size: 55px; margin-right: 10px; position: relative;top: -5px;}
/* #service .service-tab ul li a:hover{border-right: 10px solid #5DCA88;padding-right: 50px} */
#service .service-tab ul li a:focus i{color: #249DD8;}
#service .service-tab ul li a:focus{/*border-right: 10px solid #5DCA88;*/background:#f6f6f6; /* #F2F9FE;*/ }
#service .service-tab ul li a:hover{color: #636C6C}
.contTabs {
    background:#f6f6f6;
} 

.edit-tab{
  /*  overflow: hidden;*/
}
.edit-tab h1{
    color: #636C6C; 
    font-size: 24px; 
    font-weight: 700; 
    margin-top: -5px;
    padding-bottom: 15px;
}
.edit-tab p{color:#AFB8B8; font-size: 16px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; line-height: 24px;margin: 0px;}

.edit-tab-content{padding-top: 30px}
.teb-icon-edit{ height: 170px;width: 170px; margin: 0 auto; color:#249DD8;}
.teb-icon-edit i{font-size: 170px}


/* Price Table */

.pricBlock {
    margin-bottom: 45px;
}

#price_table{
/*	width: 100%;
	top: 45px;
	position: relative;  */
}
#price_table .price_block{
/*	float: left;
	width: 100%;
	margin: 0 0.5% 0 0;
	background: #ffffff;
	text-align: center; */
background: #fff;
    text-align: center;
}
#price_table .price_block.featured{
	position: relative;
	top: -20px;
}
#price_table .price_block.last{
	margin: 0;
}
#price_table .price_block h3{
	color: #fff;
	font-size: 22px;
        padding: 30px 10px;
	/*height: 80px;*/
	line-height: 27px;
	background: #249DD8; /* #87b672 */
}
#price_table .price_block .details{
	background: #249DD8;
	padding: 19px 0 19px;
}
#price_table .price_block .details .btn{
	    background: #6FE237; /*#437425;*/
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
}
#price_table .price_block .details .btn:hover{
	opacity: 0.9;
}
#price_table .price_block h4{
	font-size: 42px;
}
#price_table .price_block h4 span{
	font-size: 24px;
	position: relative;
	top: -12px;
	left: 2px;
}
#price_table .price_block ul{
	padding: 0;
	margin: 5px 20px 10px;
	list-style: none;
}
#price_table .price_block li{
	    border-top: 1px solid #6FE237;
    padding: 8px 0 8px;
    font-size: 18px;
    color: #249DD8;
    text-shadow: 0px 0px 0px #333;
    height: 60px;
}
.modul {
    padding:30px 15px;
}

.teb-icon-edit::before {
    
}

.navbar-toggle {
    border-radius: 0px;
}
.contant-3-text h2 {
    color:#8C9494;
    font-size: 24px;
    padding: 30px 0px;
}

.tab-pane {
    font-size: 16px;
}

.modal-content {
    border-radius: 0px;
}
.btn {
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(135, 198, 57, .6);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #427B1C;
    background: rgba(69, 130, 29, .68);
    color: #fff;
}
.modal-footer {
    border-top: 1px solid #427B1C;
}

.form-control {
    padding: 15px;
    height: auto;
}

button, a {
    outline: none!important;
}
.copyright .popover h3.popover-title {
    font-family: 'RL';
    font-weight: 300;
    text-transform: none;
}
.copyright .btn {
    font-size: 14px;
    text-transform: none;
}

.btn-link {
    font-weight: normal;
    color: #6FE237;
    border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
    color: #249DD8;
    text-decoration: none;
}
.myPop a {
    color: #249DD8!important;
}

.btn-success {
    color: #fff;
    background-color: #6FE237;
    border-color: #4cae4c;
}

/* ------------------------------- Кнопка обрат звон -----------------------------*/
#uptocall-mini {position:fixed;bottom:40px;right:40px;cursor:pointer;z-index:1006;}
 
#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    border-radius:50% !important;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:rgba(69,130,29, .4);
    width:70px;
    height:70px;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite;}
 
#uptocall-mini .uptocall-mini-phone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:url(../images/mini.png);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}
 
@-webkit-keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(69,130,29, .04);}
10% {box-shadow: 0 0 8px 6px #87C639, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #87C639;}
100% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(69,130,29, .04);}
}
@-moz-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(69,130,29, .04);}
10% {box-shadow: 0 0 8px 6px #87C639, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #87C639;}
100% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(69,130,29, .04);}
}
@keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(69,130,29, .04);}
33% {box-shadow: 0 0 8px 6px #87C639, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #87C639;}
100% {box-shadow: 0 0 8px 6px rgba(69,130,29, .4), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(69,130,29, .04);}
}

/* ---------------------------- end zvonok -----------------------------------------------------------------------------*/