/** 
  * Effect
  * Color
  * Flat Button
  * Row
  * Divider
  * Title-Section
  * Flat Quote
  * Flat Counter
  * Video
  * Flat-Accordion
  * Flat Tab
  * Countdown
  * IconBox
  * ImageBox
  * Form Request
  * InfoBox
  * Maps
  * Testimonials
  * Pricing
  * Teammember
*/

.flat-button, .flat-input, .iconbox, .wrap-testimonial #testimonial-carousel .slides li img, .imagebox .imagebox-image img, 
.imagebox .imagebox-content, .iconbox .box-content .box-title, .iconbox .box-content p, .iconbox .box-header .box-icon i,
.iconbox .box-header .box-icon, .iconbox .box-header .box-icon {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.flat-button::before, .imagebox .imagebox-content::after {
    position: absolute;
    content: "";
}

.iconbox .effecthover, .iconbox.bg-image .effecthover::before, .iconbox.bg-image .effecthover img {
    width: 100%; 
    height: 100%;
}

/* Flat Button
-------------------------------------------------------------- */
.flat-button {
    position: relative;
    z-index: 1;
    padding: 10px 36px 10px 34px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    background: #ffffff;
    color: #000;
    cursor: pointer;
    text-transform: uppercase; 
}
.flat-button i{
    margin-left: 10px;
    font-size: 17px;
    line-height: 30px;
}
.flat-button:hover {
    color: #fff;
}
/* Style2 */
.flat-button.style2 {
    background-color: #ca2337;
    color: #fff;
}
.flat-button.style2 a{
    color: #fff;
}
.flat-button:hover.style2{
    background-color: #001e44;
}


/* Row
-------------------------------------------------------------- */
.flat-row {
	clear: both;
    display: block;
    position: relative;
    padding: 100px 0;    
}
.flat-row.entry-section { padding: 0 0; margin-top: -132px;}
.flat-row.section-bg { padding: 80px 0px 132px; }
.flat-row.section-coming-soon { padding: 150px 0px 150px; }
.flat-row.section-gallery{ padding: 0 0 80px; }
.flat-row.Standard-section{padding-bottom: 50px;}
.flat-row.additional-section{padding-top: 50px;}
/* Background Color */
.bg-theme { background-color: #2bbbd8; }
.bg-section { background-color: #edeff1; }
.bg-section2 { background-color: #f4f5f8; }
.ttm-bgcolor-grey{ background-color: #f2f2f2; }


/*space*/
.margin-top_81 { margin-top: -81px; }
.margin-top_121 { margin-top: -121px; }
.margin-top7 { margin-top: 7px; }
.margin-top9 { margin-top: 9px; }
.margin-top10 { margin-top: 10px; }
.margin-top11 { margin-top: 11px; }
.margin-top12 { margin-top: 12px; }
.margin-top26 { margin-top: 26px; }
.margin-top14 { margin-top: 14px; }
.margin-top36 { margin-top: 36px; }
.margin-top49 { margin-top: 49px; }
.margin-top80 { margin-top: 80px; }
.margin-bottom25{ margin-bottom: 25px!important; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-73 { margin-bottom: 73px; }
.margin-bottom-79 { margin-bottom: 79px; }
.row-margin-0{margin: 0px;}
.margin-left15{ margin-left: 15px; }
.font52{font-size: 52px;}
.box-shadow1 {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}


.go-top.show {
    right: 15px;
    bottom: 70px;
    z-index: 99;
}
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color: #ca2337;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.go-top:hover {
    background-color: #131414;
}
.go-top i {
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;
}
/* Title-Section 
--------------------------------------------------------*/
.title-section {
    margin-bottom: 35px;
	position: relative;
}
.title-section .sub-title {
    font-size: 16px;    
    line-height: 30px;
    font-weight: 400;
    color: #ba893f;
}
.social-icons-box{
    margin: 0 30px 0 0;
    height: 100%;
    position: relative;
    float: right;
    z-index: 999;
}
.social-icons-box:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 83px;
    background-color: #e9ecf0;
    line-height: 83px;
    left: -30px;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.social-icons li{
    display: inline-block;
    height: 100%;
    position: relative;
    line-height: 77px;
}
ul.social-icons li a{
    display: block;
    font-size: 14px;
    color: #001e44;
    text-align: center;
    padding: 0 3px;
}

.social-icons-box ul.social-icons li a:hover {color: #ca2337 !important;}

.formrequest1-bar .wrap-formrequest {
    background-color: #8f0f10;
    margin-top: -38px;
    z-index: 9;
    position: relative;
}
.contactform.style2.row {
    margin: 0 0px 0 0px;
    padding: 37px 0;
}
.contactform .col-sm-12 {
   
}
.flat-input {
    position: relative;
}
.contactform.wrap-form.style2 .flat-input input, .contactform.wrap-form.style2 .flat-input select {
    background: #fff;
    border-color: transparent;
    font-size: 14px;
    color: #555555;
    padding-left: 10px;
}
.contactform.wrap-form.style2 .flat-input input, .contactform.wrap-form.style2 .flat-input select, .contactform.wrap-form.style2 .flat-input button {
    height: 43px;
    width: 100%;
    line-height: 30px;
    background: #fff;
    margin: 8px 0px;
    -webkit-appearance: none;
    appearance: none;
    font-family: Open Sans;
    color: #001e44;
    font-weight: 600;
}
.col-lg-3 span.flat-input:after, .wrap-form span.flat-select:after {
    position: absolute;
    font-family: "FontAwesome";
}
.col-lg-3 span.flat-input:after {
    content: "\f073";
    top: -2px;
    right: 10px;
}
.wrap-form span.flat-input:after {
    position: absolute;
    font-family: "FontAwesome";
}
.wrap-form span.flat-select:after {
    right: 13px;
    top: 0px;
    content: "\f0d7";
}
.fancybox:after, .wrap-form span.flat-select:after {
    position: absolute;
    font-family: "FontAwesome";
}
.wrap-form .col-lg-3 span.flat-input {
    padding: 0;
}
.contactform.wrap-form.style2 .flat-input button {
    background: #ca2337;
    border: 1px solid #ca2337
    width: 150px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.contactform.wrap-form.style2 .flat-input button:hover {
    background: #001e44;
    border: 1px solid #fff;
}
.contactform .flat-input button {
    padding: 12px 20px 13px 20px;
}
.skinclr-2-bg{background-color: rgba(0, 30, 68, .96)}
.skin-clr-2{color: #001e44;}
.footer .footer-menu{

} 
.footer-menu ul.menu2{
    display: flex;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.footer-menu ul.menu2:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cddae8;
    transform: translateY(100%); 
}
.footer-menu ul.menu2 li:first-child {
    margin-left: 0 !important;
}
.footer-menu ul.menu2 li{
    position: relative;
    margin-right: 57px;
    display: list-item;
}
.footer-menu ul.menu2 li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ca2337;
    transform: translateY(100%);
     transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.footer-menu ul.menu2 li:hover:before {
    height: 1px;
}
.footer-menu ul.menu2 li a{
    display: block;
    padding: 30px 0;
    color: #5b6b7e;
    font-weight: 500;
    font-family: 'Montserrat', serif;
}
.footer-menu ul.menu2 li a:hover{
    color: #ca2337;
}
.copyright {margin: 30px 0px 50px;}
.copyright p{color: #5b6b7e;}

/* gallery*/

.flat-tabs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.flat-tabs ul.menu-tab li.active {
    background-color: #ca2337;
    border-color: #ca2337;
}
.flat-tabs ul.menu-tab li {
    background: transparent;
    float: left;
    width: auto;
    cursor: pointer;
    text-align: center;
    padding: 3px 28px;
    margin: 0 8px;
    border: 1px solid;
    border-color: #413d3d;
}
.flat-tabs ul.menu-tab li {
    float: none;
    display: inline-block;
    text-align: center;
}
.flat-tabs ul.menu-tab li {
    margin: 0 6px !important;
}
.flat-tabs ul.menu-tab li.active a {
    color: #fff;
}
.flat-tabs ul.menu-tab li a {
    font-size: 18px;
    font-weight: normal;
}
.flat-tabs .content-tab {
    border-top: none;
}
.content-tab .content-inner {
    margin-top: 30px;
}
.content-inner {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.ttm-boxes-spacing-5px {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border: 10px solid #dddddd;
    margin-left: 0;
    margin-right: 0;
}
.flat-tabs {
    margin-top: -140px;
}












