/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #747C89;
    
}

a {
    color:#181A1C;
    text-decoration: none;
    
}

a:hover {
    color: #747C89;
    text-decoration: none;
    
}

.a-1 {
    color:#FFF;
    text-decoration: none;	
}

.a-1:hover {
    color: #BFE2FF;
    text-decoration: none;
}
.a-2 {
    color:#181A1C;
    text-decoration: none;
    border-bottom: solid 1px;
}

.a-2:hover {
    color: #747C89;
    text-decoration: none;
    cursor: pointer;
}

.a-3 {
    font-size: 20pt; 
    color: #1f4d94;
    border-bottom: solid 1px;
    
}

.a-3:hover {
    color: #747C89;
    border-bottom: solid 1px;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 0;
    font-weight: 100;
    color: #212529;
    margin-top: 15px;
}
p4 {
    font-weight: bold;
    color: #1f4d94;
    font-size: 24px;
}


.navbar {
    background-color: #f8f9fa;
    margin-bottom: 0;
    min-height: 70px;
    text-align: right;
    padding-right: 25;
    
    
    
}

.navbar-fixed-top {
    padding-top:0;
}
.navbar-inner {
    background: #f8f9fa;
    border-radius:0;
    filter: none;
   min-height: 90px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
    
    
}
.navbar .brand img {
    width: 74px;
    height: 71px;
    margin-left: 15px;
    float: right;
    margin-top: 6px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #282e3c;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #181A1C;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
    
}


.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #2c4f93;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #2c4f93;
    color: #000;
    margin-top: 12px;    
   
    
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    margin-top: 60px;
}
.centered4 {
    
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    }
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.center-text-left {
    float: none !important;
    margin: 0 auto !important;
    text-align: left;
}


.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1em;
    font-size: 30px;
    color: #1f4d94;
    padding-left: 35px;
    padding-bottom:8px;
    
   
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
}
.left-align {
    text-align:left;
    
}



.right-align {
    text-align: right;
   
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #f8f9fa;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
    max-width: 100% !important;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color: transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    border-radius:5px;
   

}
.button:hover, .button:active{
    
    background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;
	font-weight: 500;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#2c4f93;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#2c4f93;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FFF;
}
.button-ps:hover, .button-ps:active {
    background-color:#2c4f93;
    color:#181A1C;
}





.button-1,  .button-1:visited, .button-1:focus {
    display:inline-block;
    border-bottom: 1px solid #fff;
    color:#FFF;
    background-color: transparent;
    padding:8px 20px;
    font-size:17px;
    width:120px;
    line-height:auto;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    
   

}
.button-1:hover, .button-1:active{
   color: #fff;
    background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
	border-radius:5px;
}
.button-3,  .button-3:visited, .button-3:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#000;
    background-color: transparent;
    padding:8px 20px;
    font-size:17px;
    min-width:120px;
    line-height:auto;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    border-radius:5px;
    margin-top: 10px;
    margin-left: 8px;
}
.button-3:hover, .button-3:active{
   background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;
	font-weight: 500;
	
}

.button-4,  .button-4:visited, .button-4:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#000;
    background-color: transparent;
    padding:1px 20px;
    font-size:17px;
    min-width:120px;
    line-height:auto;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    border-radius:5px;
    margin-top: 15px;
    margin-left: 8px;
}
.button-4:hover, .button-4:active{
   background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;
	font-weight: 500;
	
}

.button-sp-1, .button-sp-1:visited, .button-sp-1:focus {
    border:none;
    background-color:#2c4f93;
    color:#181A1C;
}
.button-sp-1:hover, .button-sp-1:active {
    background-color:#181A1C;
    color:#2c4f93;
}
.button-ps-1, .button-ps-1:visited, .button-ps-1:focus {
    border:none;
    background-color:#181A1C;
    color:#FFF;
}
.button-ps-1:hover, .button-ps-1:active {
    background-color:#2c4f93;
    color:#181A1C;
}


/* Контейнер для кнопки, чтобы не прыгал контент, когда она сменит позиционирование */
.button-2 {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
	
}

/* Кнопка для открытия */
.button-2 summary {
   display: inline-flex;
    margin: 10px;
    margin-left: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer;
    border: 1px solid #BFE2FF;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
     -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2); 

}


.button-2 summary:hover,
.button-2 summary:focus,
.button-2 summary:active{
   color: #FFF;
}



.button-2 summary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.button-2 summary:hover:before,
.button-2 summary:active:before,
.button-2 summary:focus:before {
    transform: translateX(0);
}

.button-2 summary a {
    color: rgba(255,255,255,1.00);
}



.button-sp-2, .button-sp-2:visited, .button-sp-2:focus {
    border:none;
    background-color:#2c4f93;
    color:#181A1C;
}
.button-sp-2:hover, .button-sp-2:active {
    background-color:#181A1C;
    color:#2c4f93;
}
.button-ps-2, .button-ps-2:visited, .button-ps-2:focus {
    border:none;
    background-color:#181A1C;
    color:#FFF;
}
.button-ps-2:hover, .button-ps-2:active {
    background-color:#2c4f93;
    color:#181A1C;
}

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:5px;
    box-shadow:none;
    text-align:center;
    background: #253c68;
   
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
    
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #fff; 
    margin-top: 10px;
    font-size: 20px;
}
.thumbnail > p {
    padding-bottom:20px;
    
}
.thumbnail .mask {
    opacity:0.35;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#BFE2FF;
   
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.thumbnail:hover .mask {
    top: 0;
    font-size: 10px;
    
}


 .thumbnail-1 {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:5px;
    box-shadow:none;
    text-align:center;
    background: #1f4d94;
    
    
}
.thumbnail-1 h3 {
    color: #fff !important; 
}
.thumbnail-1 h4 {
   color: #fff;
   font-size: 25px;
   font-weight: 500;
   line-height: 1;
   font-family: 'Didact Gothic', sans-serif; 
   margin-bottom: 15px;
   padding-left: 5px;
   padding-right: 5px;
    
}

.thumbnail-1 .mask-1 {
    
    top:100%;
    left:0;
    width:100%;
    height:100%;
     background:linear-gradient(
    to bottom, 
    rgba(191,226,255,0.35) 100%,
    rgba(191,226,255,0.35) 100%);
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    align-content: center;
    align-items: center;
	vertical-align:middle;
    padding-top: 25%;
	
	
	
}
.thumbnail-1:hover .mask-1 {
    top: 0;
    font-size: 10px;
    
}

 .thumbnail-2 {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border-bottom:0;
    border-radius:5px;
    box-shadow:none;
    text-align:center;
    background: #1f4d94;
    
}
.thumbnail-2 h4 {
   font-size: 23px;
   font-weight: 500;
   color: #fff!important;
   line-height: 1;
   font-family: 'Didact Gothic', sans-serif; 
   padding-bottom: 10px;
    }

.box-img {
 padding-left: 9%;
}

.about-text-2{
  list-style: url("../images/g1.svg");
  padding-left: 50px;
  padding-top: 6%;
   
}
.about-text-3{
  margin-bottom: 40px;
  margin-top: -20px; 
  text-align: left; 
}
.box-shadow {
   -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2); 
}


.line-height250{
 line-height: 3.5;    
}


.about-person h3 {
   font-size: 25px;
   font-weight: 500;
   color: #181A1C!important;
   line-height: 2.5;
   font-family: 'Didact Gothic', sans-serif; 

}
.about-person{
    color: #181A1C;
    background-color: rgba(255,255,255,0.50);
    transition: border-color 0s ease;
    margin-top: -85px!important; 
    padding: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 75px;
    backdrop-filter: blur(5px);
   
  }



/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin: auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #253c68;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top: 50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #212529;
    font-weight: lighter;
}

.section .title2 {
    text-align: center;
    
    
}
.section .title2 h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title2 > p {
    font-size: 20px;
    color: #212529;
    font-weight: lighter;
}
.primary-section {

    background-color: #f8f9fa;
}
.primary-section .triangle {
    border-top: 40px solid #FFF;
    max-width: 100% !important;
}
.primary-section .title {
    border-bottom: 1px solid #181A1C;
	
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #2c4f93;
}



	
.primary-section h1, h2 {
    color:#212529;
}

.primary-section .title h2 {
    border-bottom: 1px ;
    color:#212529;
}

.secondary-section {
    background:#FFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: cover;
}




.secondary-section .triangle{
    border-top: 40px solid #f8f9fa;
    max-width: 100% !important;
    
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #212529;;
}
.secondary-section h3 {
    color: #2c4f93;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 20px;
    background: linear-gradient(to right, #d4d4d4 0%,#f6f6f6 50%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 */

    border-top:6px solid #f8f9fa;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #181A1C;
    color: #181A1C;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
	margin-bottom:100px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 10px;
    height:60px;
   
	
}
.service img {
    width: 110px;
    height: 110px;
	 
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #2c4f93;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #2c4f93;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#000;
    text-align: left;
}


.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
    
}
.project-info div {
    margin-bottom:5px;
    text-align: left;
}

.project-info div p2 {
    color:#000;
    text-align: left;
    padding-top: 30px;
}    

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
    border-radius:5px;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
    
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #2c4f93;
    
}
.team .thumbnail .mask h2 {
    margin-top:20%;
    font-size: 20px;
     color:#181A17;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
    
}




.about-text {
    margin-top:30px;
}
.about-tex2 {
    margin-top:15px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    max-width: 767px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #2c4f93;
}
/*
3.4 Clients
**********************************************************************/



.client-slider .mask{
    opacity:1;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background: rgba(191,226,255,0.35);
    width: 200px;
    margin-left:11px;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.client-slider :hover .mask {
    top: 0;
    font-size: 10px;
    background-image: url("../images/ico/icon-white.svg");
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

 .client-slider img {
    border:1px solid white;
    padding-left: 10px;
}



.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
    
.client-nav li a {
    display:inherit;
    padding:5px;
    background-color: transparent;
    border-radius:3px;
    border:1px solid black;
    width:20px;
    height:20px;
}
    
.client-nav li a:hover {
    background:#2c4f93;
    color: #000;
    background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    border: solid 1px #c4d9ef;
}



.testimonial p {
    color: #fff;
    background-color: #1f4d94;
    padding: 15px;
    margin: 0;
    border: 2px solid #BFE2FF;
    border-radius: 8px;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #BFE2FF;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
  
	
    
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* [disabled]border-radius: 10px; */
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: left;
}

.price-column h3 {
    background-color: #1f4d94;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 40px;
    font-size: 22px;
    margin-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.price-column .list{
    list-style: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
	
	}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:16px;
    border-bottom:1px solid #747C89;
    height: 45px;
	padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 10px;
	
}



    

/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="tel"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
	padding-left: 50px;
}
.contact-info p{
     font-weight:normal;
	text-align:left;
   padding-left: 50px;
	
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
    border-radius: 5px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    display:inline-block;
    border:1px solid #747C89;
    background-color: transparent;
    font-size:17px;
    line-height:auto;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    border-radius:5px;
    margin-top: 10px;
    margin-left: 8px;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;

}
.contact-info {
    text-align:left;
    font-size:16px;
	color:#999999;
	
	
}
.contact-info2 {
    text-align:left;
    font-size:16px;
	color:#fff;
	font-weight: bold;
	padding-left: 50px;
}

.info-mail {
    border:1px solid white;
    
    margin:0 auto;
    padding:15px;
    color:#fff;
}
.black {
    color:#181A1C;
}
/*
3.7 Contact-2
********************************************************************/
 .contact-2 {
    padding-top: 25px;
}
.contact-2 h1, .contact-2 h2, .contact-2 h3, .contact-2 h4, .contact-2 h5, .contact-2 h6, .contact-2 .section .title > p, .contact-2 .social > li > a {
    color: #181A1C;
}
.contact-2 textarea, .contact-2 input[type="text"], .contact-2 input[type="tel"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact-2 textarea {
    height: 120px;
}
.contacts-2, .contact-2 .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts-2 > li {
    margin-top: 15px;
}
.contacts-2 > li > a {
    color: #fff;
}
.contact-2-info {
    margin-top:10px;
    margin-bottom:10px;
	padding-left: 50px;
}
.contact-2-info p{
     font-weight:normal;
	text-align:left;
   padding-left: 50px;
	
}
.contact-2-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper-2 {
    position:relative;
    height:500px;
}
.map-canvas-2 {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact-2 .social {
    display: inline-block;
    margin-left:0;
}
.contact-2 .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact-2 .social li a {
    color:#fff;
}
.contact-2 .social li a:hover {
    color:#181A1C;
}
.contact-2-form {
    background:#eaecee;
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
    border-radius: 20px; 
}
.contact-2-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn-2 {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    margin-top: 5px;
}
.message-btn-2:hover {
    background-color: #337AB7;
    color: #000000;
	font-weight: 500;
}
.contact-2-info {
    text-align:left;
    font-size:16px;
	color:#999999;
	
	
}
.contact-2-info2 {
    text-align:left;
    font-size:16px;
	color:#fff;
	font-weight: bold;
	padding-left: 50px;
}

.info-mail-2 {
    border:1px solid white;
    
    margin:0 auto;
    padding:15px;
    color:#fff;
}
.black-2 {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color: #337AB7;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #2c4f93;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width : 978px ){
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
	
	body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
	
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial{
        margin-top: 30px;
        font-sise: 15px !important;
    }

    .text-ex-wrap{
         /* Перенос слов */ 
        flex-wrap: nowrap!important; 
  
    }

    .center-align {
        text-align: center;
        margin-top:15px;
        font-size: 12px;
    } }
    
   .text-ex-space{
        white-space: nowrap!important; /* Запрещаем перенос слов */
        display:flex; 
    }

    #spann.center2  {
    float: none !important;
    margin-top:15px !important;
    text-align: center;
}



.centered2 {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
    
     }

.centered3 {
    text-align: center;
    margin-top: 20px;
     }

.wrapper {text-align: center;}

.bg-light {
    background: #f8f9fa !important;
}

.vector-img-right {
    width: 265px;
    padding-top: 21px;
    padding-left: 40px;
}
.vector-img-left {
    width: 265px;
    padding-top: 21px;
    padding-right: 40px;
    
}
    
     
 
/* Стили для текстового поля с кнопкой "Далее" */
.limiter {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  
}
.limiter .bottom {
  position: absolute; /* Если прыгает - можно попробовать sticky */
  bottom: 0;
  background: linear-gradient(
    to bottom, 
    rgba(191,226,255,0) 0%,
    rgba(191,226,255,1) 90%);
    
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
    border-bottom: 2px solid #BFE2FF;
    border-left: 2px solid #BFE2FF;
    border-right: 2px solid #BFE2FF;
    border-radius: 3px;
}
.read-more-checker-1 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-1:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-1:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-1 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-1:checked ~ .read-more-button:before {
  content: "Свернуть «";
}


.read-more-checker-2 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-2:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-2:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-2 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-2:checked ~ .read-more-button:before {
  content: "Свернуть «";
}

.read-more-checker-3 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-3:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-3:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-3 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-3:checked ~ .read-more-button:before {
  content: "Свернуть «";
}

.read-more-checker-4 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-4:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-4:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-4 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-4:checked ~ .read-more-button:before {
  content: "Свернуть «";
}

.read-more-checker-5 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-5:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-5:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-5 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-5:checked ~ .read-more-button:before {
  content: "Свернуть «";
}

.read-more-checker-6 {
  opacity: 0;
  position: absolute;
}
.read-more-checker-6:checked ~ .limiter {
  max-height: none;
}
.read-more-checker-6:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker-6 ~ .read-more-button:before {
  content: "Развернуть »";
}
.read-more-checker-6:checked ~ .read-more-button:before {
  content: "Свернуть «";
}


.read-more-button {
  cursor: pointer;
  display: inline-block;
  color: #747C89;
  text-decoration: underline;
}



.space-around{
display: flex!important;
justify-content: space-around!important;
flex-flow:row wrap!important;
margin-bottom: -20px;
padding-left: 20px;
}

.slick-box {
    height: 150px;
    width: 330px;
    background-color: transparent;
    border: 1px solid #8cb3e0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    display: flex;
    align-items: start;
    margin-bottom: 25px;
    color: #181A1C;
    text-align:left;
    font-size: 16px;
    overflow: hidden;
    padding-right: 10px!important;
    
}

.slick-box-2 {
    height: 150px;
    width: 330px;
    background-color: transparent;
    border: 1px solid #72A6CD;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    display: flex;
    align-items: start;
    color: #181A1C;
    text-align:left;
    font-size: 16px;
    overflow: hidden;
    padding-right: 10px!important;
    
}


.width85{
 width: 85%; 
 flex-wrap: row wrap!important;
}
.width85-2{
 width: 85%!important; 
 
}


.backdrop1 {
    background-image: url("../images/Slider001.png");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: contain;
    
 }


.backdrop2 {
    background-image: url("../images/Slider002.png");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: contain;
    
  
}
.backdrop3 {
    background-image: url("../images/Slider003.png"); 
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: contain;
}
.backdrop4 {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-attachment: local;
    
    
 }





.padding-p{
border-bottom: 1px solid #181A1C;
}
.align-items-center{
 text-align: left;  
 display:flex;
 line-height: 50px;
 vertical-align: middle;
 padding-left: 2.5%;
}

.text-1{
    display: flex;
    vertical-align: middle;
    
    align-items: center!important;
    height: auto;
    width: 20px;
    line-height: 1.5;
}

.text-2{
    display: flex;
    vertical-align: middle;
    line-height: 1.5;
    align-items: center!important;
    padding-left: 25px;
    padding-bottom: 5px;
}



.text-3{
    display: flex;
    vertical-align: top;
    line-height: 1.5;
    align-items: center!important;
    padding-left: 25px;
    padding-bottom: 5px;
}

.digits{
 float: left!important;
 padding-left: 2.5%;
 height: auto;
 width: 25px;   
 display: inline-block;
 vertical-align: middle;
 line-height: normal; 
 padding-bottom: 20px!important; 
 line-height: normal;
 }
.left-align-2   {
    text-align:left!important;
    margin-left: 0!important;
    float: left!important;
}
.text-4{
    line-height: normal;
    height: 20px;
    width: 250px;
}
.text-5{
    line-height: 1.5;
    width: 250px;
    padding-top: 10px;
}
.text-box {
    height: 135px;
    width: 250px;
    padding: 10px;
    padding-top: 15px; 
    display: inline-block;
    vertical-align: middle;
    background: transparent;
  }

.img-box{
    height: 180px;
    background-color: #e6eff8;
    padding: 5px; 
}
.img-icon {
  min-width: 70px!important;
  height: 80px;   
  width: auto;    
 }
.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }



.img-fluid{max-width:100%;height:auto}

.controls-1{
    margin-top:15px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;
	font-weight: 500;
    border-radius: 5px;
    margin-right:5px;
    padding-right:25px;
    padding-left:25px; 
    border: 1px solid #181A1C;
    height: 33px;
    font-size: 16px;
    
}
.control-1{position:relative;display:inline-block;cursor:pointer;}

.controls-2{
    margin-top:15px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255, 20%);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    transition: border-color 0s ease;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 1px #c4d9ef;
	font-weight: 500;
    color: #000;
	font-weight: 500;
    border-radius: 5px;
    margin-right:5px;
    padding-right:25px;
    padding-left:25px; 
    border: 1px solid #181A1C;
    height: 33px;
    font-size: 16px;
    
    
}
.control-2{position:relative;display:inline-block;cursor:pointer;}

.mixitup-control-active{
    display:inline-block;
    border: 1px solid #fff;
    color:#FFF;
    background-color: transparent;
    color: #000;    
}

.mixitup-control-active[data-filter]:after{background:transparent}
.control[data-filter] + .control[data-sort]
.mix,.gap{display:inline-block;vertical-align:top}
.mix{position:relative}
.mix:before{content:''}



.nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px; 
}
    .nonloop-block-13 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #000; 
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }
.bg-light {
  background: #fafafa !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.media-brands{
    margin-right: 40px;
    padding-top: 0px;
}
.media-brands-padding-top{
    margin-right: 40px;
    padding-top: 10px;
}


    
    

.cl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  height: 97px;    
  padding-right:30px;
  padding-left:30px;
}
.cl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }



.acor-container {
    margin: 20px 0;
    margin-top: 50px;
    
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #eaecee;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    color: #181A1C;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: open-sans, sans-serif;   
    font-size: 18px;
    margin: 0 0 15px;
    transition: color .35s;
    
    
}


.acor-container label:hover {
    color: #787878;
}
.acor-container input{
    display: none;
}
.acor-container label h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    align-items: center;
    width: 100%;
    
   
}

.icon-check {
    width: 20px!important;
    height: 24px!important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.icon-check-2 {
    margin-right: 20px;
    margin-left: 20px;
    width: 20px!important;
    height: 24px!important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.acor-container label .icon-check-2{
margin-right: 0px;  
}

.acor-container label .icon-check-2:before {
    content: '\276F';
    float: right;
    margin-right: 0px;  
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.acor-container label .icon-check:after {
    content: '\2714';
    float: left;
    color: #1f4d94;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }

.acor-container input:checked + label .icon-check:after {
    content: '\2714';
    float: left;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }


.acor-container input:checked + label  {
    background-color: #4577ae;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
    
}
.acor-container input:checked + label .icon-check-2:before {
    transition: transform .35s!important;
    transform: rotate(90deg)!important;
    float: right!important;
    
}

.acor-container input:checked {
    transition: transform .35s;
    transform: rotate(90deg);
    
    
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #fff;
    padding: 20px 30px 10px;
    
}

.black{
    color: #000!important;
}

.number{
width: 50px!important;
height: 50px!important;    
padding-left: 15px;    
}


.box {
display: flex!important; 
align-items: center;
background-color:  #eaecee; 
border-radius: 5px; 
width: 100%;
color: #000;
margin-bottom: 25px; 
text-align: left;    
  
}
.box-2{
 display: flex!important; 
 justify-content: center;
}

.box-3{
 display: flex!important; 
 justify-content: center;
 min-height:800px;
}

.padding25{
 padding:25px;
}
.box-start{
 display: flex!important; 
 justify-content: flex-start;
}
.margin-left-10{
  padding-left: 10%;
}
.margin-left-20{
  padding-left: 20%;
}
