.height-70{height: 70vh}
h3{font-weight: bold !important;}
.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.left_child_menu a{text-transform: capitalize;}
.container-fluid.scroller{
    padding-left: 50px;
    padding-right: 50px;
}
.navbar-brand>img{width: 200px;}
.navbar{
    background-color: white;
}
.hyperlink{
    text-transform: uppercase;
    color: white;
    padding-bottom: 0px;
    line-height: 1.2;
    border-bottom: 2px solid white;
}
.flex_{
    display: flex;
    justify-content: space-between;
}
.whiteBars:before{
    content: "";
    z-index: 9;
    position: absolute;
    left: 0;
    width: 10px;
    background: white;
    top: 0;
    height: 100%;
}
.whiteBars:after{
    content: "";
    z-index: 9;
    position: absolute;
    right: 0;
    width: 10px;
    background: white;
    top: 0;
    height: 100%;
}
.boxed_blue{
    background: #44C2DF;
    margin: 10px 0;
    position: relative;
}
.p0{padding: 0}
.scroller{
    position: absolute;
    bottom: 40px;
}
.duration-300 {
    transition-duration: .3s;
}
.-rotate-90 {
    --transform-rotate: -90deg;
}
circle.dash {
    position: absolute;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  left: 0;
  animation: dash 5s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.dash_c{position: absolute;}
.relative{position: relative;}
.scroll_text{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: white;
}
.portfolio-item-thumbnail{
overflow: hidden;
}
.portfolio-item-thumbnail img {
width: 100%;
height: auto;
display: block;
transition: all .2s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease;
}
.portfolio-item-thumbnail:hover img{
-webkit-transform: scale(1.1,1.1);
}
.boxes_x_4 .col-md-6{
    margin-bottom: 10px;
}
.boxes_x_4 .col-md-6.pr5{
    padding-right: 5px;
    padding-left: 10px;
}
.boxes_x_4 .col-md-6.pl5{
    padding-right: 10px;
    padding-left: 5px;
}
footer p{margin-bottom: 0;font-weight: bold;color: white;}
.mobile-on{display: none;}
.border-rl {
    border-right: 1px solid rgba(255,255,255,0.4);
    border-left: 1px solid rgba(255,255,255,0.4);
}
footer .social-icon-style-12 ul {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
footer .social-icon-style-12 ul li {
    margin-left: 50px;
}
.border-color-white-transparent {
    border-color: rgba(255,255,255,.4) !important;
}
.fa-heart{animation: heartbeat 3s infinite; } @keyframes    heartbeat {0% {transform: scale( .75 ); } 20% {transform: scale( 1.3 ); } 40% {transform: scale( .75 ); } 60% {transform: scale( 1.3 ); } 100% {transform: scale( .75 ); } } .fa-heart{color:#44C2DF !important; }
footer ul a{text-transform: uppercase;color: white;font-size: 14px;}
.height-100{height: 100vh; }
.height-90{height: 90vh; }
.height-80{height: 80vh; }
.col-center{margin: auto;float: none;}
.vertical-align{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.blue{color: #44C2DF;}
.lead2{
    font-size: 40px;
    line-height: 1.2;
}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.boxes_p0 .col-md-6{padding: 0 !important}
.tobtn a+a{margin-left: 15px;}
.textimonial_box{
    display: flex;
    position: relative;
}
.textimonial_box p{
    line-height: 1.5;
}
.textimonial_box .bg-white{
    width: 70%;
    padding: 60px;
}
.textimonial_box .envelope{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #44c2df;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.LinesBox div.w a{background-color: rgb(29 53 102 / 40%) !important}
.LinesBox div.w a,
.LinesBox div.w{border-color: white !important}
.LinesBox div.w h2 {
    font-size: 23px;
    padding-left: 20px;
}
.LinesBox div p{
    padding-left: 20px;
    margin-bottom: 0

}
.LinesBox div h2{
    font-size: 32px;
    padding-left: 20px;

}
.LinesBox div a:hover{
    color: white
}
.LinesBox div a:hover:before{
    width: 100%;
}
.CTA .col-md-6:before, .menu_open b, .menu_open span:after, .menu_open span:before, .left_child_menu li a:before, .rightpart .social-media a, .scroll-down-section a, footer a, .LinesBox div a:before, .LinesBox div a, .portfolio-hover-box, .CTA .col-md-6 svg rect, .CTA .col-md-6 svg path, .threeBoxes li a, .box_n a, .box_n a img, .box_n img, .swiper-slide, .height-line, .imgh, .seg {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}
.LinesBox div a:before{
    content:"";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #44C2DF ;
    left: 0;
    top: 0;
    z-index: -1
}
.LinesBox div a{
    padding:23px;
    position: relative;
    border-left: 1px solid black;
    font-weight: bold;
    color: black;
    z-index: 9
}
.LinesBox div{
    border:1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-gradient-sky-blue-pink {
    background: linear-gradient(to right,#44C2DF,#213C86,#44C2DF);
    color: #fff !important;
    background-size: 200% auto;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.btn-gradient-sky-blue-pink:hover, body form input.btn:hover {
    background-size: 300% auto;
    background-position: right center !important;
}
.bg_gradient{
    background: linear-gradient(270deg, #44C2DF, #213C86);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.block {
    display: block;
}
.tab-style1 .nav-tabs li a.active:after {
    background-color: #CAFA10;
    height: 2px;
}
.nav-link img {
    max-height: 60px;
}
body .tab-style1 .nav-tabs {
    display: flex;
    justify-content: center;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
body .nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active:hover, .nav-tabs > li.nav-item > a.nav-link:hover{
    border-bottom:4px solid #44C2DF !important;
}
.nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link{
    border-bottom:4px solid transparent !important;
}
.nav-tabs > li.nav-item:nth-child(1),
.nav-tabs > li.nav-item:nth-child(3),
.nav-tabs > li.nav-item:nth-child(2){margin-right: 50px}

video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}
svg circle{background: transparent !important;}
.icon_menu_4 a{
    margin-left: 20px;
    display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
}




/* modal invite */
ul.share.m4 {margin:0;text-align: center;padding:0;margin:0;}
ul.share.m4 li{margin:0;text-align: center;display: inline-block}
ul.share.m4 li a{font-size: 25px !important}
ul.share.m4 li:nth-child(2) {
    margin: 0 20%;
}

ul.list-inline{width: 100%}
ul.list-inline a{font-size: 1.5pc}
.modal-dialog {
    max-width: 400px !important;
    background: transparent !important;
    padding: 20px;
    display: block;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 25%;
}
.close{
  opacity: 1;
  font-size: 20px !important;
  background: none;
  border: 0;
  float: right;
  padding-bottom: 62px;
  display: block;
}
.ec-share-modal input.form-control{text-transform:initial !important;}
.ec-share-modal{
    display:none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    background: rgba(41, 42, 43, 0.36);
    top: -1px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
button.close {
-webkit-appearance: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    opacity: 1;
    position: absolute;
    right: 41px;
    top: 15px;
    outline: none;
    font-size: 33px !important;
    width: 40px;
    z-index: 999999;
}
.modal-title{width: 100%; font-style: 14px !important}
.modal-content {
    position: relative;
    padding: 5px !important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
body a.clipboard-copy,
body .modal-header h4{
    font-size: 14px !important;
}
body .modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
}
.mb-20{margin-bottom: 20px !important;}
/* END */



@media all and (min-width:1921px) and (max-width: 2560px) {

    .imac1200{
        min-height: 1700px !important;
    }
}


