@font-face {
    font-family: poppins-regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

a{
    text-decoration: none;
}
li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0
}
p {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2 {
    font-family: poppins-bold !important;
}

button:focus {
    outline: none;
}

select:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.main-sp .container {
    max-width: 1649px;
}

body {
    overflow-x: hidden;
    position: relative;
}

.content-style {
    color: #fff;
    font-size: 24px;
    font-family: poppins-regular;
}

footer {
    padding-top: 80px;
    background-color: #00131c;
}

.company-content {
    font-size: 14px;
    font-family: poppins-regular;
    color: #fff;
    margin-top: 20px;
}

.footer-head {
    color: #fff;
    font-size: 24px;
    font-family: poppins-semibold;
    margin-bottom: 20px;
}

.footer-second-block a {
    color: #fff;
    font-size: 15px;
    font-family: poppins-regular;
    margin-bottom: 20px;
    display: block;
}

.experts-btn {
    width: 190px;
    height: 45px;
    background-color: #00c0f7;
    border: 1px solid #00c0f7;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-family: poppins-medium;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: .3s;
}

.experts-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #00131c;
}

.contact-btn {
    width: 190px;
    height: 45px;
    background-color: transparent;
    color: #00c0f7;
    border: 1px solid #00c0f7;
    border-radius: 5px;
    font-size: 16px;
    font-family: poppins-medium;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: .3s
}

.contact-btn:hover {
    background-color: #00c0f7;
    border: 1px solid #00c0f7;
    color: #fff
}

.footer_top{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.single_footer_top{
    width: calc(25% - 30px);
    margin: 0 15px;
    display: flex;
    justify-content: center;
    border-right: 1px solid rgba(97, 97, 97, .5);
}
.single_footer_top:nth-child(2){
    width: calc(35% - 30px);
}
.single_footer_top:nth-child(4), .single_footer_top:nth-child(3){
    width: calc(20% - 30px);
}
.single_footer_top:first-child{
    padding-left: 0;
    margin-left: 0;
}
.single_footer_top:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.w-100{
    width: 100%;
}
.mail_title{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.mail{
    width: 80%;
	font-family: poppins-regular;
    padding: 12px 20px;
	height: 48px;
    border-radius: 50px;
    overflow: hidden;
    border: none;
}
.mail::placeholder{
	font-family: poppins-regular;
	font-size: 16px;
}
.mail_desc{
    color: #ccc;
    font-size: 14px;
    font-family: poppins-regular;
}
.btn_mail{
    position: absolute;
    top: 0;
    right: 50px;
}
.btn_mail a{
    display: block;
    padding: 12px 30px;
    background-color: #00c0f7;
    color: #fff;
    border-radius: 0 50px 50px 0;
}
.position-relative{
    position: relative;
}
.footer_call{
    color: #fff;
    transition: .3s;
    font-size: 26px;
    font-family: poppins-semibold;
}
.footer_call:hover{
    color: #00c0f7;
}
.footer_icon{
    display: flex;
    align-items: center;
}
.footer_icon li a{
    color: #fff;
    font-size: 24px;
    padding: 0 15px;
    transition: .3s;
}
.footer_icon li:first-child a{
    padding-left: 0;
}
.footer_icon li a:hover{
    color: #00c0f7;
}
.footer_bottom{
    padding: 25px 0;
    background-color: rgb(0,10,15,0.8);
}
.copyright_title{
    color: #fff;
	font-family: poppins-regular;
}
.copyright_title span{
    color: #00c0f7;
}
.copy_right{
    width: 50%;
}
.payment{
    width: calc(50% - 30px) !important;
}











.footer-block {
    display: flex;
    border-top: 1px solid rgba(97, 97, 97, .5);
    padding: 60px 0;
}

.company-adress {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.company-adress img {
    margin-right: 10px;
    margin-top: 6px
}

.company-adress .company-content {
    margin-top: 0
}

.footer-first-block {
    width: 28%
}

.footer-second-block {
    width: 14%
}

.footer-third-block {
    width: 15%
}

.footer-block div {
    margin-right: 68px
}

.footer-block div:last-child {
    margin-right: 0
}

.footer-last-line {
    height: 80px;
    background-color: rgb(0, 10, 15, .8);
    display: flex;
    align-items: center;
    margin-top: 80px
}

.copyright-content {
    font-size: 15px;
    color: #fff;
    font-family: poppins-regular
}

.copy-block {
    display: flex;
    justify-content: space-between
}

.social-icon {
    display: flex;
    margin-left: 10px
}

.social-icon svg {
    color: #fff;
    font-size: 18px;
    margin-right: 10px
}

.payment-block {
    float: right
}

.top-icon {
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 999;
    cursor: pointer
}

@media(max-width:1294px) and (min-width:1200px) {
    .footer-block div {
        margin-right: 30px
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .footer-block {
        flex-wrap: wrap
    }

    .footer-last-block {
        width: 50%;
        margin-top: 30px
    }
}

@media(max-width:991px) and (min-width:768px) {
	.footer_top .single_footer_top {
    width: calc(48% - 20px) !important;
}
	
    .footer-last-block {
        width: 50%;
        margin-top: 30px
    }

    .footer-third-block {
        width: calc(40% - 45px);
        margin-top: 30px
    }
}

@media(max-width:767px) and (min-width:568px) {
	.footer_top .single_footer_top {
    width: calc(48% - 20px) !important;
}
	.footer_top .btn_mail {
    right: 0px;
}
    .footer-first-block {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-last-block {
        width: 50%;
        margin-top: 30px
    }

    .footer-third-block {
        width: calc(40% - 45px);
        margin-top: 30px
    }
}

@media(max-width:507px) and (min-width:483px) {
    .footer-first-block {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-last-block {
        width: 50%;
        margin-top: 30px
    }

    .footer-third-block {
        width: calc(40% - 45px);
        margin-top: 30px
    }
}

@media(max-width:482px) and (min-width:448px) {
    .footer-first-block {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-last-block {
        width: 100%;
        margin-top: 30px
    }

    .footer-third-block {
        width: calc(100% - 45px);
        margin-top: 30px
    }

    .footer-second-block {
        width: calc(50% - 68px)
    }
}

@media(max-width:447px) {
	.single_footer_top .mail {
    width: 100%;
}

.single_footer_top .btn_mail {
    right: 0;
}

.single_footer_top:nth-child(4), .single_footer_top:nth-child(3) {
    width: 100%;
}
    .footer-first-block {
        width: 100%;
        margin-bottom: 30px
    }

    .footer-last-block {
        width: 100%;
        margin-top: 30px
    }

    .footer-third-block {
        width: calc(100% - 45px);
        margin-top: 30px
    }

    .footer-second-block {
        width: calc(50% - 68px)
    }
}

@media screen and (max-width: 991px) {
    .single_footer_top{
        width: calc(50% - 30px);
    }
    .single_footer_top:nth-child(2), .single_footer_top:nth-child(3){
        width: calc(33.33% - 30px);
    }
    .single_footer_top:nth-child(3){
        margin-top: 30px;
    }
    .footer-second-block{
        width: calc(25% - 50px);
        margin-right: 50px !important;
    }
    .footer-block{
        flex-wrap: wrap;
    }
    .footer-block div:last-child{
        width: 100%;
    }
    .flex-warp{
        flex-wrap: wrap;
    }
    .copy_right{
        width: 100%;
    }
    .payment{
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px){
    .footer-second-block{
        width: calc(33.33% - 50px);
        margin-right: 50px !important;
    }
    .footer-second-block:nth-child(4){
        margin-top: 30px;
    }
    .footer-block div:last-child{
        width: 65%;
    }
    .single_footer_top{
        width: calc(100% - 30px);
    }
    .single_footer_top:nth-child(2), .single_footer_top:nth-child(3){
        width: calc(50% - 30px);
    }
    .single_footer_top:nth-child(3), .single_footer_top:nth-child(2){
        margin-top: 30px;
    }
    .copy_right{
        width: 100%;
    }
    .payment{
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 576px){
    .footer-second-block{
        width: calc(50% - 50px);
        margin-right: 50px !important;
    }
    .footer-second-block:nth-child(4), .footer-second-block:nth-child(3){
        margin-top: 30px;
    }
    .footer-block div:last-child{
        width: 100%;
    }
    .single_footer_top:nth-child(2), .single_footer_top:nth-child(3){
        width: calc(100% - 30px);
    }
    .single_footer_top:nth-child(3), .single_footer_top:nth-child(2){
        margin-top: 30px;
        padding-left: 0;
    }
    .copy_right{
        width: 100%;
    }
    .footer_bottom_icon{
        width: 100%;
        margin-top: 40px;
        align-items: center;
        display: flex;
    }
    .payment{
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px){
    .footer-second-block{
        width: calc(100% - 50px);
        margin-right: 50px !important;
    }
    .footer-second-block:nth-child(4), .footer-second-block:nth-child(3), .footer-second-block:nth-child(2){
        margin-top: 30px;
    }
    .footer-block div:last-child{
        width: 100%;
    }
    .payment img{
        width: 100%;
    }
}

.sumbits_form  {
    padding: 80px 0;
    background-image: url(../image/looking_bg.png);
    background-size: cover;
}
.sumbits_form  form {
    margin-top: 50px;
}
.main_fill_form {
    margin-top: 30px;
}
 .sumbits_form .main_fill_form {
    width: 100%;
    margin: 0 auto;
}
 .sumbits_form .custom_row {
    flex-wrap: wrap;
    display: flex;
	justify-content:space-between;
}
 .sumbits_form .single_list_form {
    position: relative;
    display: flex;
    height: 3em;
    border:1px solid #00c0f742;
	 border-radius:25px;
    background-color: #fff;
    color: #00c0f7;
    overflow: hidden;
}
 .sumbits_form   select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    cursor: pointer;
    font-size: 16px;
	font-family: Poppins-Regular;
     
}
 .sumbits_form .single_list_form {
    width: calc(50% - 10px);
    margin: 10px 0px;
}
 .sumbits_form .single_list_form::after {
    content: '\25BC';
    position: absolute;
    top: -13px;
    right: -9px;
    padding: 1em;
    font-size: 22px;
    background-color: transparent;
    color: #00c0f7;
    transition: .25s all ease;
    pointer-events: none;
}
 .sumbits_form .form_main_icon {
    position: relative;
}
 .sumbits_form .form_main_icon > input {
    padding: 15px 15px 15px 40px;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #00c0f754;
    background-color: transparent;
    margin-top: 15px;
    font-size: 16px;
    color: #00c0f7;
	font-family: Poppins-Regular;
}
 .sumbits_form .form_icon {
    position: absolute;
    top: 47%;
    left: 10px;
    color: #00c0f7;
}
 .sumbits_form .looking_for_form > input {
    width: auto;
    padding: 15px 40px;
    display: block;
    border-radius: 30px;
    border: none;
    outline: none;
    background-color: #45bcf6;
    border: 1px solid transparent;
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    cursor: pointer;
    transition: .3s;
	font-family: Poppins-Regular;
}
 .sumbits_form	.form_main_icon textarea{
    padding: 15px 15px 15px 40px;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #abeafc !important;
    background-color: transparent;
    margin-top: 7px;
    font-size: 16px;
    color: #000000;
	 border:none;
	font-family:Poppins-Regular;
}	
  .sumbits_form .msg_box .form_icon{
    top:19% !important;
 }
 .sumbits_form .form_main_icon>input::placeholder {
    color: #b7b7b7;
}
 .sumbits_form .inp_50 {
    display: flex;
	 justify-content: space-between;
}

.sumbits_form .inp_50 .form_main_icon {
    width: 48% ;
	 
}
.sumbits_form .form_main_icon textarea::placeholder {
    color: #b7b7b7;
}