@import "bootstrap.min.css?version=1.1.7";
@import "animate.css";
@import "owl.carousel.min.css?version=1.1.1";
*{margin: 0;
    padding: 0;}
body{font-family: "Montserrat", sans-serif;
    background: #dd2a1b;
    overflow-x: hidden;
  background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);}
h1, h2, h3, h4, h5{font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;}
a, a:hover, a:focus, a:active{text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;}
li{list-style: none;}
p{line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 19px;}
img{max-width: 100%;
    height: auto;}
ul, ol{margin: 0;
    padding: 0;}
#preloader{position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /*background: #3087c0;
   background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);*/}
.preload-content{position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;}
#dream-load{width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    z-index: 999;}
#dream-load:before{content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite}
#dream-load:after{content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite}
@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.relative{position: relative;}
.no-padding-left{padding-left: 0 !important}
@media (max-width: 767px){.no-padding-left{padding-left: 8px !important}}
.mb-0{margin-bottom: 0 !important}
.mt-0{margin-top: 0 !important}
.mb-50{margin-bottom: 50px;}
@media (max-width: 992px){.mt-s{margin-top: 30px !important}}
.section-padding-100{padding-top: 100px;
   /* padding-bottom: 100px;*/}
.section-padding-100-85{/* padding-top: 100px;*/
    padding-bottom: 85px;}
.section-padding-0-100{padding-top: 0px;
    padding-bottom: 100px;}
.relative{position: relative;}
.section-padding-0-100{padding-top: 0;
    padding-bottom: 100px;}
.section-padding-100-0{padding-top: 100px;
    padding-bottom:  14px;}
.section-heading{position: relative;
    z-index: 1;
    margin-bottom: 80px;}
.section-heading h2{font-size: 30px;
/*    text-transform: capitalize; */
    margin-bottom: 15px;}
.section-heading > p{margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;}
#scrollUp{bottom: 130px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);}
#scrollUp:before{position: absolute;
    width: 30%;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;}
.bg-img{background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;}
.more-dots{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;}
.more-dots span{font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;}
.more-btn{position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: #3087c0;
    -webkit-transition: all 500ms;
    transition: all 500ms;}
.more-btn:hover{background-position: right center;
    color: #fff;}
.more-btn.orange{background-image: -webkit-linear-gradient(to right,#fdc236 0,#fdc236 51%,#fdc236 100%);
    background-image: linear-gradient(to right,#dd2a1b 0,#dd2a1b 51%,#dd2a1b 100%);
    color: white;
    border-color: #3087c0;
    border-radius: 3px;
    border-width: 2px;}
.about-sec-img{position: relative;
    text-align: left;}
.about-sec-img:before{content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 90%;
    height: 96%;
    z-index: -1;
    border: 10px solid #3087c0;}
.about-sec-img img{max-width: 90%;margin-bottom: 40px}
.navbar-brand{color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: -6px;}
.navbar-nav .nav-item .nav-link{padding: 20px 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;}
.navbar-nav .nav-item .nav-link:hover{color:#fed136;}
.navbar-expand-md .navbar-nav .dropdown-menu{border-top:3px solid #fed136;}
.dropdown-item:hover{background-color:#00a2e8;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;}
.navbar-white .navbar-brand:hover{color:#fff}
@media (max-width:500px){.navbar{background: rgb(20 68 100);}.navbar-nav{border-top:1px solid #fed136;
        color:#fff;
        z-index:1;
        margin-top:5px;}.navbar-nav .nav-item .nav-link{padding: 0.7em 1em!important;
        font-size: 100%;
        font-weight: 500;}}
.navbar-white .navbar-toggler{background: #086bfe ;
    border-color: #333}
.navbar-white .navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
@media (max-width: 992px){.navbar-collapse .navbar-nav .nav-item .nav-link{padding: 5px 12px;
        color: #333}.navbar-collapse{padding-top: 20px;
        background: rgb(215 223 239 / 50%);}}
.hero-section{position: relative;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;}
.welcome-content{position: relative;
    z-index: 1;
    margin-top: 90px;}
@media (max-width: 767px){.welcome-content{padding-right: 15px}}
@media (max-width: 480px){.welcome-content{vertical-align: middle;
        margin-top: 100px !important}}
.welcome-content h1{font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;}
.welcome-content p{font-size: 26px;
    color: #fff;
    margin-bottom: 30px;}
.gradient-text{font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;}
.gradient-text.blue{background-image: linear-gradient(35deg, #dd2a1b 0%, #dd2a1b 100%);}
.gradient-text.cyan{background-image: linear-gradient(290deg, #dd2a1b 0%, #dd2a1b 100%) !important}
.w-text{color: #fff !important}
.g-text{color: #ececec !important}
.bold{font-weight: 600 !important}
.about-us-area{position: relative;
    z-index: 1;}
.who-we-contant h4{margin-bottom: 20px;
    font-size: 30px;}
.con-info{background: url(../img/bg-img/con-info.webp) no-repeat center left;
    background-size: cover;
    text-align: left;
    padding: 100px 0px;}
.creative-facts{background: none;
    padding: 0}
.contera{background: #dd2a1b;
    position: relative;
    padding: 40px 30px}
@media (min-width: 1200px){.creative-facts{background: url(../img/bg-img/bg111.png) no-repeat center left;
        background-size: 170% 100%;
        padding: 100px}.contera:before{content: "";
        position: absolute;
        top: 0;
        left: -120px;
        width: 70px;
        height: 100%;
        border-top: 394px solid transparent;
        border-right: 120px solid #3087c0;
        position: absolute;}}
.ico-bg2{background-image: url(../img/bg-img/fin.webp);
/*background-position: top center;*/
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;on: top}
.ico-bg2:before{content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 69%) -19%, rgb(0 212 255 / 0%) 246%);
    z-index: 0;}
@media (max-width: 992px){.ico-bg2:before{background: radial-gradient(circle, rgb(0 0 0 / 69%) -19%, rgb(0 212 255 / 0%) 246%);}}
.ico-bg2:after{content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-size: cover;
   /* background: url(../img/core-img/after-bg.png) repeat-x;*/
    background-position: bottom left;}
@media (min-width: 1200px){h1.big-font{font-weight: 700 !important;
        font-size: 50px !important;}}
.single-testimonial{border-radius: 15px;
    border: 1px solid #eee;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    padding: 30px 20px;
    background: url(../img/core-img/cards-bg.png), #fff;}
.testimonial-description{position: relative;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;}
.testimonial_image{height: 100px;
    width: 100px;
    margin: auto;}
.testimonial_image > img{/* border-radius: 50%;*/}
.admin_text > h5{font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;}
.admin_text > p{color: #fff;
    font-weight: 500;
    margin-bottom: 0;}
.client_slides .owl-dots{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;}
.client_slides .owl-dot{margin: 0 5px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.client_slides .owl-dot.active{box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);}
input:required, textarea:required{box-shadow: none !important;}
.footer-area{position: relative;
    z-index: 1;
    padding: 0;}
.footer-content-area{padding: 25px 0;
    margin-top: 100px;
    background: rgb(20 68 100) !important;}
.footer-logo{margin-bottom: 15px}
.footer-logo a{color: #fff;
    font-size: 20px}
.footer-logo img{width: 40px}
.copywrite_text > p{margin-bottom: 10px;
    color: #d4d3d3 !important;
    font-size: 13px;}
.contact_info_area .contact_info{text-align: left !important;
    font-size: larger;}
.contact_info_area .contact_info h5{font-size: 16px;}
.contact_info_area .contact_info p{margin-bottom: 0;
    font-size: 16px;
    color: #d4d3d3}
.contact_info_area .contact_info a:hover p{color: #fff}
.breadcumb-area{position: relative;
    z-index: 1;
    height: 400px !important;}
.breadcumb-content{position: absolute !important;
    width: 100%;
    height: 112%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/bg-img/con-info1.webp) no-repeat center left;
    background-size: cover;}
.breadcumb--con{padding-top: 90px;}
.breadcrumb{padding: 0;
    margin-bottom: -33px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;}
.breadcumb--con .title{font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;}
.breadcrumb-item, .breadcrumb-item.active, .breadcrumb-item > a{font-size: 13px;
    text-transform: uppercase;
    color: #fff;}
.more-btn-group dl{width: 100%;}
.more-btn-group dt{cursor: pointer;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;}
.more-btn-group dt:first-child{border-top: 1px solid rgba(255, 255, 255, 0.1);}
.more-btn-group dd{margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.more-btn-group.hos dd{margin: -15px 30px 15px;
    padding: 15px 25px 0px;
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}
body.light-version{background: #fff !important;}
.light-version p{color: #000;}
.light-version h2, .light-version h3, .light-version h4, .light-version h5, .light-version input:focus ~ label, .light-version input:valid ~ label{color: #222;}
.light-version .more-btn-group dt{color: #fff;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right, #846FF4 0%, #F17674 100%);
    background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 100%);
    border-radius: 25px;
    margin-bottom: 15px;}
.light-version .more-btn-group dt.v2{background: #dd2a1b;}
.light-version .more-btn-group dt:first-child{border-top: 1px solid #f2f4f8;}
.contact_info_area .contact_info h5{color: #fff;}
.light-version #scrollUp{color: #000;}
.light-version .our_services_area{padding-bottom: 70px}
.light-version #scrollUp:before{position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;}
.light-version .client_slides .owl-dot{color: #222;
    background-color: transparent;}
@media (max-width: 992px){.fadeInUp{padding-left: 15px;
    padding-right: 15px;}}
.light-version .client_slides .owl-dot.active{box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #ff9600}
.icon-box{display: flex;
      margin-top: 0%;}
.icon-box .box{margin-right: 20px;
   width: 60px;
   height: 60px;
   border-radius: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: transform 1s;
   cursor: pointer;}
.icon-box .box i{font-size: 20px;
      color: #fff;}
.icon-box .box:hover{transform: rotate(360deg)}
.icon-box i:hover{transition:  transform 1s, filter 2s ease-in-out;
      transform: scale(1.5)}
.icon-box .box:nth-child(1){background-image: linear-gradient(#0088CC, #2b91c4);}
.icon-box .box:nth-child(2){background-image: linear-gradient(#AA00FF, #b934fc);}
.icon-box .box:nth-child(3){background-image: linear-gradient(#25D366, #25D366);}
.icon-box .box:nth-child(4){background-image: linear-gradient(#1877F2, #1877F2);}
.icon-box .box:nth-child(5){background-image: linear-gradient(#feda75, #feda75);}
.container{width: 100%;
 /* padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;}
@media (min-width: 1200px){.container{max-width: 1317px;}}
.contact-form{/*display: flex;
  flex-direction: row;*/
  background: #f6f6f6;
  border-radius: 0 0 5px 5px;
  padding: 1px;}
form{flex: 4;}
.title_contakt{/* background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #5195A8), color-stop(100, #70EAFF));*/
  background: -moz-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
  background: -ms-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
  background: -o-linear-gradient(top left, #5195A8 0%, #70EAFF 100%);
 /* background: linear-gradient(to bottom right, #5195A8 0%, #70EAFF 100%);*/
  border-radius:5px 5px 0 0 ;
  padding: 20px;
  color: #f6f6f6;}
h2{margin: 0;
  padding-left: 15px;}
.required{color: red;}
label, table{display: block;
  margin: 15px;}
@media screen and (max-width: 539px){label>span{float: none !important;
	width: 25%;
    margin-top: 12px;
    padding-right: 10px;
    font-size: 17px;}}
label>span{float: left;
  width: 25%;
  margin-top: 12px;
  padding-right: 10px;}
input[type="text"], input[type="tel"], input[type="email"]{width: 68%;
  height: 30px;
  padding: 5px 1px;
  margin-bottom: 10px;
  border: 1px solid #dadada;
  color: #888;}
table{margin: 0;
  padding: 0;}
th{border-bottom: 1px solid #dadada;
  padding: 10px 0;}
tr>td:nth-child(1){text-align: left;
  color: #2d2d2a;}
tr>td:nth-child(1){text-align: right;
  color: #dd2a1b;}
td{border-bottom: 1px solid #dadada;
  padding: 25px 25px 25px 0;}
p{display: block;
  color: #888;
  margin: 0;
  padding-left: 1px;}
button{width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 30px;
  background: #52ad9c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;}
button:hover{cursor: pointer;
  background: #428a7d;}
.container_tb{min-width: 320px;
    max-width: 100%;
    padding: 0 2px;
    box-sizing: border-box;}
table{border-collapse: collapse;
    width: 100%;
    margin: 20px 0;}
table td, table th{padding: 10px;
    border: 1px solid #cbbdbd;}
tr:nth-child(even){background-color: #086bfe1f}
@media (max-width: 720px){.container_tb table thead{display: none;}.container_tb table tr{display: block;}.container_tb table td{display: flex;
    justify-content: space-between;
    font-size: 17px;}.container_tb table td::before{content: attr(data-label);
    font-weight: bold;
    margin-right: 20px;}}
.thumb{display: inline;
    max-height: 300px;
    /*max-width: 197px;*/}
#thumblist{/*max-width: 600px;*/
    text-align: center;
    border-radius: 8px;
    /* padding: 200; */
    background: rgba(255,255,255,1);}
#thumblist img{border-radius: 8px;}
.lightbox{display: none; /**sets the default display to hide the lightbox until it's the :target**/
    position: fixed; /**the rest of this styling makes the lightbox full screen when selected**/
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);}
.lightbox img{/**sets the styling of the image in the lightbox**/
    max-width: 80%;
    max-height: 90%;
    text-align: center;
    margin-top: 2%;}
@media (max-width: 992px){.lightbox img{/**sets the styling of the image in the lightbox**/
   margin-top: 41%;}}
.lightbox:target{/**this is where the magic happens. makes the lightbox display when it's the target of a clickable link**/
    outline: none;
    display: block;}
.previous{/**styling the left arrow**/
    position: fixed;
    left: 40px;
    top: 40%;
    width: 40px;}
.exit{/**styling the exit button**/
    position: fixed;
    top: 4px;
    right: 40px;
    width: 40px;}
.next{/**styling the right arrow**/
    position: fixed;
    right: 40px;
    top: 40%;
    width: 40px;}
@media (min-width: 1200px){#acentr{margin-left: 16%;}}
@media (min-width: 992px){.navbar-nav .nav-item .nav-link{padding-left: 9px;
        padding-right: 9px;}}
