@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
/*----------intial declartaion of css----------*/
/*----- Normalize.css Start -----*/
/*----------intial declartaion of css----------*/
* { /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/ }
@font-face{
    font-family:NB55RMSWeb;
    src:url("../fonts/b36addd35316f73adc590c4762ac23f5.b36addd35316.eot");
    src:url("../fonts/b36addd35316f73adc590c4762ac23f5.b36addd35316.eot?#iefix")
        format("embedded-opentype"),url("../fonts/f67832b7c8ae7f3bbf136b2fa05db6aa.f67832b7c8ae.woff2")
        format("woff2"),url("../fonts/5974ff7976fb072b33d365c6b6cc8a08.5974ff7976fb.woff") format("woff"),url("../fonts/17f1606f53625416bf08d34af154351d.17f1606f5362.ttf")
        format("truetype");
    font-weight:700;
    font-style:normal
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; /* list-style:none;*/ box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* For IE 6/7 (trigger hasLayout) */
h1 {font-size: 40px;font-weight: 700;color: #00205b;line-height: 1.2;margin-bottom: 15px;}
h2 {font-weight: 700;font-size: 38px;line-height: 1.2;margin-bottom: 20px;color: #152a88; }

h3, .h3 {        font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 15px;color: #152a88;
}
h4, .h4 {font-weight: 400;font-size: 26px;color: #FFF;margin: 0 0 20px 0;line-height: 1.2;}
h5, .h5 {  font-weight: 400; font-size: 2.4rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }

h6, .h6 {    font-weight: 700; font-size: 1rem; color: #737882; line-height: 1.2; margin-bottom: 15px; }
p {        font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 30px;
}
a{color: #152a88;}
a:hover {color: #455869;}
hr { margin: 40px 0; }
a, button, .btn { outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important; }
.btn{-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    display: inline-block;
}
input { -webkit-appearance: none; border-radius: 0px; }
body { font-size: 16px; -webkit-font-smoothing: antialiased;  font-family: 'Poppins', sans-serif; color: #455869;}
.wrapper { overflow: hidden; font-size: 1.6rem; }
.page-wrapper {
    width: 100%;
    overflow: hidden;
}
::-webkit-input-placeholder {
    opacity: 1;
    color:#ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color:#ffffff;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color:#ffffff;
}

:-ms-input-placeholder {
    opacity: 1;
    color:#ffffff;
}
select::-ms-expand {
    display: none;
}
.mob-d{
    display: none;
}
.desk-d{
    
}
/*----------intial declartaion of css end----------*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*----------header-main----------*/



.header-main{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 8px 75px;
    z-index: 9;
    background: #FFF;
}
.header-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.social-phone-wrap {
    display: flex;
    align-items: center;
}
.enumenu_ul ul > li.has-children > a { position: relative; }
.enumenu_ul ul > li.has-children.hover > a:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: 2px;
}
.enumenu_ul ul > li.has-children > a:before {
    color: #e5e5e6;
    content: "";
    margin-left: 7px;
    position: absolute;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    right: -16px;
    top: 11px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
/*
.enumenu_ul ul > li.has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    background-image: url(../images/arrow-submenu.svg);
    width: 9px;
    height: 8px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 2px;
}
*/
.header-cover .logo-part{
    line-height: 0;
}
.menu-part {
    z-index: 9;
    position: relative;
}
.header-main.fixed{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    animation: slide-down 0.7s;
    opacity: 1;
    animation-direction: normal;
    animation-duration: 0.7s;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    background: #FFF;
}
.social-phone-wrap { display: flex; align-items: center; }
.phone-part { margin-left: 50px; margin-right: 25px; }
.testimonials-block p strong br { display: none; }

.phone-part a {
    font-size: 18px;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.phone-part a span {
    display: inline-block;
    margin-right: 5px;
    top: 2px;
    position: relative;
    color: #152a88;
}
.portfolio-box-text a.btn {
    font-weight: 600;
}

.social-icon ul li { margin: 0 8px; display: inline-block; }
.social-icon ul li a > img {  width: 19px; margin-bottom: -1px; }
.social-icon ul li:first-child { margin-left: 0; }
.social-icon ul li a { width: 38px; height: 38px; background: #152a88; display: inline-block; border-radius: 50%; text-align: center; line-height: 40px; color: #fff; font-size: 22px; }
.social-icon ul li a:hover { background: #b2c3d7; color: #fff; } 

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
.header-main.fixed .logo-part img {
    /* max-width: 60px; */
}
.in-mob {
    display: none;
}
body.mob li.in-mob {
    display: inline-block;
}
.enumenu_ul ul > li a.circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00205b;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.enumenu_ul ul > li a.circle em {
    line-height: 48px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 24px;
}
.enumenu_ul ul > li a.circle:hover{
    background: #f79521;
}
.enumenu_ul ul > li a.circle:hover em{
    color: #FFF;
}
/*----------header-main End----------*/
/*----------main-banner----------*/
.main-banner {
    position: relative;
    transition: opacity 2s cubic-bezier(.50,0,.18,1) 0.3s;
    opacity: 0;
}
.animated.main-banner {
    opacity: 1;
}
.main-banner-part{
    position: relative;
    padding-top: 100px;
    background: #0b212f;
}
.main-banner-part .banner-text-part{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
}
.banner-text-part .inner-text-part{
    display: flex;
    height: 100%;
    width: 100%;
}
.banner-text-part.inner-text .inner-text-part { text-align: center; justify-content: center; }
.banner-text-part.inner-text .inner-text-part h1 { color: #fff; margin-bottom: 0;display: flex; align-items: center; justify-content: center; margin-top: 101px; }

.banner-text-part .inner-text-part .main-part{ width: 100%; margin: 55px 75px; margin-top: 175px; position: relative; }
.banner-text-part .inner-text-part .main-part.inner-block { margin-top: 155px; }


.mfp-title { display: none; }

.inner-text-part .main-part h2{
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    color: #FFF;

    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    opacity: 0;
    transform: translateX(-50px);
}
.inner-text-part .main-part h2.animated{
    opacity: 1;
    transform: scaleY(1);
}
.main-banner .banner-cover {
    width: 100%;
    min-height: calc(100vh - 100px);
    background: #8a8a8a;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: stretch;
    background-size: cover;
    background-position: center center;
}
.main-banner.inner-page .banner-cover {  min-height: calc(85vh - 101px); }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

.main-banner .banner-cover:after {    content: '';
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 57, 126, 0.10);
    opacity: 0.85;
    z-index: 0;
}
.slick-track:before, .slick-track:after {
    display: none;
}


.top-line {
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    top: 0;
    transition: transform 0.5s cubic-bezier(.76,0,.18,1) 0.5s;
    transform-origin: left;
    transform: scaleX(0);
}

.right-line{
    position: absolute;
    right: 0px;
    width: 1px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(.76,0,.18,1) 1s;
    transform-origin: top;
    transform: scaleY(0);

}
.bottom-line {
    position: absolute;
    height: 1px;
    right: 0px;
    left: 80%;
    background-color: #ffffff;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(.76,0,.18,1) 1.5s;
    transform-origin: right;
    transform: scaleX(0);

}
.left-line {
    position: absolute;
    left: 0px;
    width: 1px;
    background-color: #ffffff;
    top: 0;
    bottom: 130px;
    transition: transform 0.5s cubic-bezier(.76,0,.18,1);
    transform-origin: bottom;
    transform: scaleY(0);
}
span.arrow {
    display: inline-block;
    position: absolute;
    right: calc(100% - -15px);
    top: -21px;
}

span.arrow.animated svg path {fill: transparent;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 1px;
    stroke: #FFF;
    animation: dashani 6s 2.5s cubic-bezier(.76,0,.18,1) forwards, fillani 0.5s 4.5s cubic-bezier(.76,0,.18,1) forwards;
}

.animated.top-line {
    transform: scaleX(1);
}
.animated.right-line{
    transform: scaleY(1);
}
.animated.bottom-line {
    transform: scaleX(1);
}
.animated.left-line{
    transform: scaleY(1);
}



@keyframes dashani {
    0% {
        stroke-dashoffset: 1000;
        stroke-opacity: 0;
    }
    10% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
    }
}
@keyframes fillani {
    0% {
        fill: transparent;
    }
    100% {
        fill: #FFF;
    }
}

.two-block-section{
    padding: 120px 0 50px 0;
}
.two-block-section h2 {
    margin-top: -8px;
}
.two-block-section .image-box.factbox { max-width: 457px; }
.two-block-section.even .image-box.factbox { margin-left: auto; }

section.two-block-section + .two-block-section {
    padding-top: 50px;
}

.img-text-cover {display: flex;margin: 0 -15px;flex-wrap: wrap;}


.image-box {
    width: 100%;
    height: 450px;
/*    background: red;*/

    position: relative;
}
.sliderCover{
    -webkit-perspective: 150px;
    perspective: 150px;
}
.sliderBox {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.image-box .factbox-top {
    z-index: 1;
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    background-color: #ffffff;
    top: 20px;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    transform-origin: left;
}

.image-box .factbox-right {
    z-index: 1;
    position: absolute;
    right: 20px;
    width: 1px;
    background-color: #ffffff;
    top: 20px;
    bottom: 20px;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    transform-origin: top;
}

.image-box .factbox-bottom {
    z-index: 1;
    position: absolute;
    height: 1px;
    right: 20px;
    left: 90%;
    background-color: #ffffff;
    bottom: 20px;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    transform-origin: right;
}

.image-box .factbox-left {
    z-index: 1;
    position: absolute;
    left: 20px;
    width: 1px;
    background-color: #ffffff;
    top: 20px;
    bottom: 50%;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    transform-origin: bottom;
}

.image-box .factbox-image-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform-style: preserve-3d;
}
.factbox-image-wrapper a { display: inline-block; }

.image-box .factbox-text {
    position: absolute;
    bottom: 11px;
    left: 20px;
}

.image-box .factbox-image-wrapper .factbox-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
    z-index: 1;
}
.image-box .factbox-image-wrapper .factbox-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00205b;
    opacity: 0.45;
}
.image-box .factbox-text .factbox-box-big {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    transition: all 0.5s cubic-bezier(.76,0,.18,1);
}
.image-box:hover .factbox-box-big {

}

.image-box .factbox-text .factbox-box-small {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
}

.w5 {
    width: 41.66666667%;
    padding: 0 15px;
}
.w6{
    width: 50%;
    padding: 0 15px;
}

.w6.full { width: 100%; text-align: center; }

.w7 {
    width: 58.33333333%;
    padding: 0 15px;
}
a.add-arrow {
    position: relative;
    color: #152a88;
}

a.add-arrow span {
    display: block;
    position: absolute;
    right: -7%;
    transform: scale(0.8) translateY(-50%);
    font-size: 70%;
    top: 50%;
    opacity: 0;
    color: #152a88;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    /* IE 10+, Fx 29+ */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.add-arrow:hover span, a.add-arrow:focus span {
    right: -12%;
    opacity: 1;
    top: 50%;
    transform: scale(1) translateY(-50%);
}
.gallery-list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.gallery-list .sliderBox{}
.gallery-list > *{
    margin-bottom: 30px;
}
.add-line-top:before { 
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #ebebeb;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.add-line-bottom { position: relative; }
.add-line-bottom:before { 
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #ebebeb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.add-line-bottom.remove-line:before{
    display: none;
}
.add-line-top {
    position: relative;
}
section.project-gallery {  padding: 60px 0; }
/*.project-gallery h2 { text-align: center; } */
section.project-gallery.gallery-bottom.add-line-bottom {
    padding: 0 0 50px 0;
}
section.project-gallery-page h2 {  text-align: center;margin-bottom: 60px; }

.project-gallery-page.space-remove h2 { margin-bottom: 25px;  }
.project-gallery-page.space-remove p { text-align: center; }

.image-box.no-content .factbox-text { display: none; }
.image-box.no-content .factbox-left { bottom: 20px; }
.image-box.no-content .factbox-bottom { left: 20px; }

.img-text-cover .w6.full .phone { display: inline-block; width: 33%; }
.img-text-cover .w6.full .phone span { display: block; margin-bottom: 5px; color: #152a88; }
.img-text-cover .w6.full .phone .fa { font-size: 26px; }
.img-text-cover .w6.full .map { display: inline-block; width: 33%; }
.img-text-cover .w6.full .map span { display: block; margin-bottom: 5px; color: #152a88; }
.img-text-cover .w6.full .map .fa { font-size: 26px; }
.img-text-cover .w6.full ul { padding-left: 50px; max-width: 730px; margin: 0 auto; text-align: left; }
/*.img-text-cover .w6.full ul li { list-style: disc;  }*/
.img-text-cover .w6.full ul li a { color: #455869; font-weight: 300; }
.img-text-cover .w6.full ul li a:hover { color: #152a88; }
.img-text-cover .w6 ul { padding-left: 15px; list-style: none; }
.img-text-cover .w6 ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    height: 6px;
    width: 6px;
    background: #152a88;
    border-radius: 50%;
}
.img-text-cover .w6 ul li { position: relative; }
.img-text-cover .w6 ul li { color: #455869; font-weight: 300; font-size: 15px; }
.img-text-cover .w6 .last  { margin-bottom: 0; }
.img-text-cover .testimonials-block p strong { color: #152a88; font-weight: 700; }


.information-block { padding-left: 0 !important; }
.information-block li {  width: 48%; display: inline-block; text-align: center; vertical-align: top; list-style: none;}
.information-block li:before { display: none;}
.information-block li .phone { margin-top: 10px;  width: auto !important;  display: block !important; }
.information-block li .map { margin-top: 10px;  width: auto !important;  display: block !important; }
.information-block li .map.mail a { cursor: auto; }
.information-block li .phone.fax a { cursor: auto; }


.footer-list { display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
flex-wrap: wrap; width: 1000% !important; }
.footer-list > li { width: 33%; text-align: center; margin: 0 !important; }
.footer-list > li .phone { margin-bottom: 10px; }
.footer-list > li .map { margin-bottom: 10px; }
.footer-list > li .phone.fax a { cursor: auto; }
.footer-list > li .map.mail a { cursor: auto; }


section.project-gallery-page {
    padding:60px 0 35px 0;
}

section.normal-section {
    padding: 60px 0 30px;
}
section.normal-section-text {
    padding: 62px 0;
}
.slick-section blockquote.quote-text {
    font-size: 27px;
    letter-spacing: .6px;
    margin: auto;
    max-width: 1020px;
    color: #152a88;
    display: flex;
    align-items: center;
   
}

section.slick-section {
    text-align: center;

    padding: 60px 0 0px 0;
}
.dq {
    content: "„";
    font-family: NB55RMSWeb;
    color: #152a88;
    text-align: center;
    display: block;
    line-height:0.24;
    font-size: 348px;
    -webkit-transform: translate(16px,-.36em);
    transform: translate(16px,-.36em);
    margin-bottom:30px;
}
.slick-section .author {
    font-size: 14px;
    line-height: 2.14;
    color: #152a88;

}

.slick-section .author:before {
    content: "";
    display: block;
    margin: 39px auto 0;
    width: 106px;
    border-bottom: 1px solid #152a88;
    margin-top: 33px;
    margin-bottom: 33px;
}

.slick-section span.nav-text {
    display: none;
}

.slick-section ul.slick-dots {
    min-height: 10%;
    padding: 40px 0;

/*
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-between;
    display: flex !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
*/
    margin-top: 60px;
}
ul.slick-dots.container:after {
    content: '';
    position: absolute;
    width: 10000%;
    left: -100%;
    height: 100%;
    z-index: -1;
    top: 6px;
    background: #152a88;

}

ul.slick-dots.container {
    position: relative;
    max-width: 920px;
}


.slick-section ul.slick-dots li {
/*
    max-width: 200px;
    min-width: 200px;
*/
}


.slick-section ul.slick-dots li button {
    font-size: 18px;
    letter-spacing: 1.43px;
    /* max-width: 200px; */
    /* min-width: 200px; */
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.slick-section ul.slick-dots li { display: inline-block; margin: 0 10px; }
.slick-section ul.slick-dots li button { height: 12px; width: 12px; background: #fff; border: 1px solid transparent; opacity: 1; border-radius: 50%; font-size: 0; padding: 0;  display: inline-block; position: relative; outline-style: solid; }
.slick-section ul.slick-dots li button:after { content: ""; position: absolute; left: -5px; right: 0; top: -5px; border-radius: 50%; height: 18px; width: 18px; border: 1px solid #fff; transition: all 0.5s ease-in-out; }
.slick-section ul.slick-dots li.slick-active button:after { background: #fff; transition: all 0.5s ease-in-out;  }
.slick-section ul.slick-dots li.slick-active button, .slick-section ul.slick-dots li button:hover {
    opacity: 1;
}
section.section.contact-form {

    padding: 70px 0 50px 0;
}
.form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
section.section.contact-form h2 {
    margin-top: -7px;
}

.form-box .form-part {
    width: calc(100% - 400px);
    padding-left: 30px;
}

.form-box .text-part {
    width: calc(433px - 40px);
}
section.bottom-logo > * {
    line-height: 0;
}

section.bottom-logo {
    padding: 52px 0 51px 0;
    text-align: center;
}
footer.footer {
    background: #152a88;
    padding:50px 0;
}
.footer-main {
    display: flex;
    margin: auto;

    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}
.footer-main > * {
    width: 33.3%;
}
.footer-main li { 
    margin: 5px;
}
.footer-main li:last-child { 
    margin-bottom: 0; 
}
.footer-main a {
    font-size: 18px;
    text-align: center;
    color: #FFF;
}
.footer-main div span .fa {
    font-size: 26px;
}
.footer-main div span {
    display: block;
    margin-bottom: 10px;
}
.footer-main div {
    font-size: 18px;
    text-align: center;
    color: #FFF;
}
.footer-main a:hover{
    opacity: 0.5;
}
.footer-main a span {
    display: block;
    margin-bottom: 10px;
}

.footer-main a span .fa {
    font-size: 26px;    
}
.footer-main a span img {
    width: 18px;
}
@media (min-width: 768px){
    .container{
        width: 740px;
    }
    .add-line-top:before{
        width: calc(740px - 20px);
    }
}
@media (min-width: 992px){
    .container{
        width: 970px;
    }
    .add-line-top:before{
        width: calc(970px - 20px);
    }
    .add-line-bottom:before{
        width: calc(970px - 20px);
    }
}
@media (min-width: 1200px){
    .container{
        width: 1170px;
    }
    .add-line-top:before{
        width: calc(1170px - 20px);
    }
    .add-line-bottom:before{
        width: calc(1170px - 20px);
    }
}

 
.social-icon .android-fb, .social-icon .ios-fb, .social-icon .android-twitter, .social-icon .ios-twitter, .social-icon .mo-insta, .social-icon .mo-twitter { display: none; }
.youtube-play-icon.popup-youtube {position: absolute; left: 0;right: 0; top: 0;  bottom: 0;z-index: 99;}
.youtube-play-icon .fa { color: #fff; z-index: 1; position: absolute;left: 50%;
    top: 50%; transform: translate(-50%, -50%); font-size: 3.6rem; opacity: 0.5; }

section.section.contact-form iframe {height: 400px;}
