@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
/* Global classes */
.lower-case{
    text-transform: none !important;
}
.horizontal-line{
    border: 1px solid #E6E6E6;
}
.d-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
a{
    text-decoration: none;
}
.container{
    width: 100%;
    padding: 0px 166px;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}
/* Header style */

header{
    width: 100%;
    height: 633px;
    background-color: #000DB5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-img-1{
    position: absolute;
    left: 0;
    top: 47px;
    /* display: none; */
}
.banner-img-2{
    position: absolute;
    bottom: -226px;
    right: 0;
}
.banner-img-3{
    position: absolute;
    left: 323px;
    bottom: 63px;
    z-index: 22;
}
.banner-img-4{
    position: absolute;
    right: 0;
    top: 0;
}
.banner-img-5 {
    position: absolute;
    top: 172px;
    right: 170px;
}
.m-banner-img-1{
    display: none;
    position: absolute;
    left: 0;
    bottom: 62px;
}
.m-banner-img-2{
    display: none;
    position: absolute;
    right: 0;
    bottom: -8px;
}
.m-banner-img-3{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
header nav{
     width: 100%;
     height: 70px;
     padding: 27px 165px 0px 165px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: absolute;
     top: 0;
     left: 0;
}

header nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
}
header nav ul li {
    margin-right: 28px;
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;

}
 nav ul li a.active{
    border-bottom: 2px solid white !important;
    /* font-weight: 700; */
}
.other-pages-header nav ul li a.active{
    border-bottom: 2px solid #002273 !important;
    font-weight: 700;
}
nav ul li a:hover{
    /* color: #002273; */
    border-bottom: 2px solid white;
}
nav .logo{
    width: 227px;
    /* height: 49px; */
}
nav .logo img{
    width: 100%;
}
nav .logo .mobile-logo{
    display: none;
}
nav .nav-btn{
    background-color: white;
    width: 142px;
    height: 49px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000DB5;
    transition: .2s;
}
nav .nav-btn:hover{
    border: 1px solid white;
    color: white;
    background: transparent;
}

.dropdown{
        position: relative;
}
.dropdown a{
    display: flex;
    align-items: center;
    transition: .3;

}
.dropdown a img{
    margin-left: 4px;
}
.dropdown-menu{
    width: 230px;
    background-color: #002273;
    position: absolute;
    top: 30px;
    left: 0%;
    height: 0;
    transition: 10 !important;
    overflow: hidden;
}

.dropdown-menu.show{
    padding: 15px;
   height: 200px;
}
.dropdown-menu a{
        margin-bottom: 10px;
        transition: .5s;
}
.dropdown-menu a:hover{
   color: white;
   margin-left: 10px;
}


.m-dropdown{
    position: relative;
}
.m-dropdown a{
display: flex;
align-items: center;
transition: .3;

}
 .m-dropdown .m-dropdown-opener{
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    background: none;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: white;
}
.m-dropdown a img{
margin-left: 4px;
}
.m-dropdown-menu{
width: 230px;
background-color: #002273;
position: absolute;
top: 30px;
left: 0%;
height: 0;
transition: 10 !important;
overflow: hidden;
}

.m-dropdown-menu.show{
padding: 15px;
height: 200px;
}
.m-dropdown-menu a{
    margin-bottom: 10px;
    transition: .5s;
    font-size: 13px !important;
}
.m-dropdown-menu a:hover{
color: white;
margin-left: 10px;
}

/* Navigation bar for mobile  */




.menu-close-icon{
    display: none;
}
.menu-close-icon.show{
    display: block;
}
.menu-icon.hide{
    display: none;
}
nav .mobile-menu-opener{
    display: none;
    background: none;
    outline: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    
}
nav .mobile-menu-opener img{
    width: 30px;
}
header .mobile-menu{
    display: none;
    overflow: hidden;
    height: calc(659px - 131px);
    position: absolute;
    left: 0;
    top: 131px;
    transition: .2s;
    padding: 0px 53px;
    width: 100%;
    background-color: #000DB5;
    z-index: 2000;
}
header .mobile-menu-img-1{
    position: absolute;
    left: 0;
    top: 81px;
}

header .mobile-menu-img-2{
    position: absolute;
    bottom: 0;
    right: 54px;
}
header .mobile-menu.show{
    display: block;
}
header .mobile-menu.show a{
     font-weight: 600;
     font-size: 20px;
     font-family: 'Raleway', sans-serif;
     color: white;
}
header .mobile-menu.show ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}
header .mobile-menu.show ul li{
    margin-bottom: 22px;
}
header .mobile-menu.show .mobile-nav-btn{
    width: 100% !important;
    height: 49px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    background-color: white;
    color: #000DB5;
}
header .mobile-menu.show .social-icons{
    display: flex;
    margin-top: 33px;
}
header .mobile-menu.show .social-icons a{
    margin-right: 28px;
}

header .banner-content{
    margin-top: 95px;
    width: 579px;
    color: #FFFFFF;

}
header .banner-content .banner-tittle{
    display: flex;
    flex-direction: column;
    padding-bottom: 28px;
    border-bottom: 2px solid #FFFFFF;
}
header .banner-tittle h1{
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 53px;
    font-weight: 600;
}
header .banner-tittle h5{
    margin: 0;
    align-self: flex-end;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px;
}
header .banner-content p{
    margin-top: 22px;
    font-size: 16px;
}
.main-btn{
    width: 204px;
    height: 49px;
    background-color: #FFFFFF;
    margin: 25px auto 0px auto;
    font-weight: 700;
    color: #000DB5;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    transition: .2s;
}
.main-btn:hover{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

.first-paragraph{
    width: 1068px;
    margin-top: 120px;
    margin-bottom: 87px;
    
}

.first-paragraph p{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #272625;
    
}
.who-is-telecon{
        display: flex;
        justify-content: space-between;
}
.who-is-telecon h1{
    text-transform: uppercase;
    width: 510px;
    margin-top: 14px;
}
.section-heading{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
}
.who-is-telecon p{
    width: 467px;
}


.section-2{
    margin-top: 144px;
}
.section-2 .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 26px;
}
.section-2 .wrapper .box{
    width: 209px;
    height: 209px;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    transition: .5s;
    text-transform: uppercase;
    background-color: #000db5;
}
.section-2 .wrapper .box:hover{
    transform: translateY(-10px);
}

.section-2  .voice{
        background-image: url('../img/voice.png');
        background-position: center center;      
}
.section-2  .cloud{
    background: url('../img/cloud.png');
    background-position: center bottom 10px;
}
.section-2  .network{
    background: url('../img/network.png');
    background-position: center center;
    background-color: #000DB5;
}
.section-2  .security{
    background:url('../img/security.png');
    background-position: center center;
    background-color: #000DB5;
}
.section-2  .management{
    background:url('../img/managment.png');
    background-position: center;
    background-size: cover;

}
.section-2 .communication-serv{
    background-image: url('../img/communication-img.png');
    background-position: center bottom 10px !important;
}
.section-3 {
    margin-top: 130px;
}
.section-3 .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-3 .wrapper .box{
    width: 335px;
    margin-bottom: 30px;
}

.section-3 .wrapper .box h5{
   margin: 0;
   font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #343432;
}
.section-3 .wrapper .box p{
    color: #5a5a5a;
}
.hidden{
    visibility: hidden;
}
.interested-in-learning{
    height: 49px;
    width: 228px;
    background-color: #3D33EF;
    color: white;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    transition: .3s;
}
.interested-in-learning:hover{
     border: 1px solid #3D33EF;
     color: #3D33EF;
     background-color: transparent;
}






.section-4{
    background-color: #000DB5;
    width: 100%;
    height: auto;
    margin-top: 65px;
    padding: 65px 0px 89px 0px;
    position: relative;
}
.section-4 .section-heading{
    color: white;
}
.section-4 .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-4 .wrapper .box{
    width: 209px;
    height: 209px;
    background-repeat: no-repeat;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: white;
    transition: .2s;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;

}
.section-4 .wrapper .box:hover{
    transform: translateY(-10px);
}
.section-4 .retail{
    position: relative;
}
.section-4 .retail img{
    position: absolute;
    top: 0;
    left: 29px;
    width: 40px;
}
.section-4 .manufacture{
    background: url('../img/manufacture.png');
    background-size: 66px;
    background-position: left 8px top 12px;
}
.section-4 .education{
    background: url('../img/education.png');
    background-position: bottom -30px center;

}
.section-4 .healthcare{
    background-image: url('../img/health.png');
    background-position: center  bottom 30px;
    border: 1px solid white;

}
.section-4 .financial{
    background-image: url('../img/financial.png');
    background-position: bottom 10px right 10px;
    border: 1px solid white;

}
.contact-form{
    padding: 80px 0px;
    width: 100%;
    background: #000DB5;
    position: relative;
    margin-top: 75px;
}
.form-top-img{
    position: absolute;
    right: 170px;
    top: -50px;
}
.form-left-bottom-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-left-middle-img{
    position: absolute;
    left: 0;
    bottom: 116px;
}
.contact-form .section-heading{
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.contact-form .input-group{
    display: flex;
    flex-direction: column;
    width: 484px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: white;
    margin-bottom: 15px;

}
.contact-form .input-group input{
    height: 46px;
    background: none;
    border: 1px solid #3D49DD;
    margin-top: 3px;
    color: white;
    padding-left: 20px;
}
.contact-form .input-group input::placeholder{
    color: white;
}
.contact-form .submit-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 49px;
    width: 204px;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #285BC6;
    transition: .2s;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    border: none;
}
.contact-form .submit-btn:hover{
     border: 1px solid white;
     color: white;
     background-color: transparent;
}
.contact-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.section-5{
    margin-top: 92px;
    display: flex;
    position: relative;
}
.section-5 .section-heading{
    margin-top: 0;
}
.section-5 .success-img-top-mini{
    position: absolute;        
    top: -26px;
    left: 48px;
    transform: rotate(13deg);
}
.section-5 .success-img{
    position: absolute;
    bottom: 66px;
    right: -72px;
}
.section-5 .success-top-img{
    position: absolute;
    top: 0;
    right: -42px;
}
.section-5 .success-middle-right-img{
     position: absolute;
     right: 0;
     bottom: 156px;
}
.section-5 .form-right-middle-img{
    position: absolute;
    right: 170px;
    bottom: 109px;
}
.section-5 .column{
    width: 518px;
    margin-left: 165px;
    position: relative !important;
}
.section-5 .column h5{
    margin: 0;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    color: #414141;
}
.section-5 .column p{
    margin: 0;
    margin-top: 5px;
    color: #414141;
}
.section-5 .column .formula{
    padding: 20px 0px;
    border-bottom: 1px solid #E6E6E6
    ;
}

footer{
    padding: 62px 0px 52px 0px;
    background: #000F31;
}
footer .container{
    display: flex;
}
footer .container .footer-box{
    width: 33.3%;
    border-right: 1px solid #112249;
}
footer .container .logo img{
    padding-top: 33px;
}
footer .container .logo img.defult-logo{
    width: 222px;
}
footer .container .logo img.ooter-logo{
    width: 270px;
}
footer .container .footer-box:nth-last-child(1){
    border-right: none;
}
footer .container .footer-box.address{
    padding-top: 21px;
}
footer .nav ul{
     list-style-type: none;
     margin: 0 auto;
     width: 60px;
     padding-left: 0;
}
footer .nav ul li{
    margin-bottom: 13px;
}
footer .nav ul li a{
    color: white;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
footer  .address .adress-content{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    height: 50px;
    color: white;
    padding-left: 95px;
}
footer  .address .adress-content p{
   margin: 0;
}
footer .adress-content .img{
    width: 40px !important;
    display: inline-block;
    margin-right: 10px;
    color: #000DB5;
}
footer .footer-logo{
    display: none;
}


.other-pages-header{
    height: 126px;
    background: none;
}
.other-pages-header ul li a{
    color: black;
}
.other-pages-header .nav-btn{
    background-color: #F2F2F2;
}
.other-pages-header .nav-btn:hover{
    border: 1px solid #002273;
    color: #002273;
}
.other-pages-header .dropdown-menu{
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.302);
}
.nav-bottom-line{
    margin: 0;
    border: 1px solid #D6D6D6;
}
 .top-page-navigation{
    margin-top: 15px;
    display: flex;
}
.top-page-navigation .previous-page{
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #9f9f9f;
    margin-right: 10px;
}
.top-page-navigation .second-previous-page{
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #9f9f9f;
    margin-right: 10px;
    margin-left: 10px;
}
.top-page-navigation .current-page{
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #414141;
    margin-left: 10px;
    
}
.other-pages-header .solution-top-right-img{
    position: absolute;
    top: 0;
    right: 0;
}
.other-pages-header .solution-below-top-right-img{
    position: absolute;
    top: 167px;
    right: 24.8px;
}
.solution-heading{
    font-family: 'Raleway';
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
}

.other-pages-header .mobile-menu{
    color: #002273;
}
.other-pages-header .dropdown-menu a:hover{
    color: #002273;
}
.other-pages .section-2{
    margin-top: 33px;
}
.other-pages-header  .mobile-menu {
    height: calc(659px - 100px);
    top: 100px;
    padding-top: 30px;
}
.solution-pages-top-another-img{
    position: absolute;
    top: 119px;
    right: 108px;
}
.service-pages-main-right-img{
    position: absolute;
    right: 0;
    top: 153px;
}
.service-pages-main-right-img-mobile{
    display: none;
}
.heading{
    width: 700px;
    margin-top: 33px;
    

}
.heading h1{
    font-size: 53px;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    color: #212121;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
}
.heading p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 9px;
}
.heading .main-btn{
    margin: 0;
    background-color: #000DB5;
    color: #FFFFFF;
    margin-top: 15px;
}
.heading .main-btn:hover{
     background-color: transparent;
     border: 1px solid #000DB5;
     color: #000DB5;
}
.paragraph{
    width: 750px;
    margin-top: 80px;

}
.paragraph p{
    font-family: 'Roboto';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #272625;
}

.services-pages-rows{
     margin-top: 70px;
}
.services-pages-rows .wrapper{
    display: flex;
    flex-direction: column;
}
.services-pages-rows .wrapper .row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 38px 0px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    position: relative;

}
.services-pages-rows .wrapper .row:nth-last-child(1){
      border-bottom: none;
}
.services-pages-rows .wrapper .row .column-1{
    width: 445px;
}
.services-pages-rows .wrapper .row .column-1 span{
    font-family: 'Raleway';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;

}
.services-pages-rows .wrapper .row .column-2{
    width: 474px;
}
.services-pages-rows .wrapper .row .column-2 .benefits{
    margin: 20px 0px;
}
.services-pages-rows .wrapper .row .column-2 .benefit{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.services-pages-rows .wrapper .row .column-2 .benefit .img{
   width: 4%;
   height: 100% !important;
}
.services-pages-rows .wrapper .row .column-2 .benefit .content{
   width: 96%;
 }
.services-pages-rows .wrapper .row .column-2 h5{
    margin: 0;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #414141;


}

.services-pages-rows .wrapper .row .column-2 p{
     margin: 0;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #414141;
}

.managment-column-section{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.managment-column-section .column-1{
    width: 494px;
    margin-left: 165px;
    padding-top: 100px;
    color: #414141;
}
.managment-column-section .column-2{
    width: 753px;
    overflow: hidden;
}
.managment-column-section .column-2 img{
    transition: .5s;
    
}
.managment-column-section .column-2:hover img{
    transform: scale(1.1);
}

@media (max-width: 1380px){
    .managment-column-section .column-1{
        padding-top: 50px;
    }
    .managment-column-section .column-2{
        width: 700px;
        overflow: hidden;
    }
}
.managment-column-section .column-2 img{
    width: 100%;
}




.about-us-columns{
    display: flex;
    margin-bottom: 70px;
}

.about-us-columns .text{
   width: 445px;
   height: 400px;
}
.about-us-columns .text h1{
    font-family: 'Raleway';
    font-size: 29px;
    font-weight: 500;
    line-height: 45px;
    margin: 45px 0px 0px 0px;
    text-transform: uppercase;
}
.about-us-columns .text p{
    color: #272625;
}
.about-us-columns .img{
    width: 715px;
    height: 481px;
    overflow: hidden;
}
.about-us-columns .img img{
    width: 100%;
    transition: .5s;
}
.about-us-columns .img:hover img{
    transform: scale(1.3);
}
.about-us-columns:nth-child(even){
    width: 100%;
    padding-left: 165px;
    justify-content: space-between;
}


.about-us-columns:nth-child(odd) .img{
    width: 725px;
    margin-right: 75px;
}
.about-us-columns:nth-child(odd) .text{
   height: 100%;
   display: flex;
   flex-direction: column;
   align-self: center;
}
.about-us-columns.last{
    padding-bottom: 64px !important;
}
.about-us-columns.first{
    margin-top: 126px !important;
}

.review-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 101px;
}
.review-main  .review{
    width: 475px;
    margin-bottom: 70px;
    position: relative;
    height: 239px;
    cursor: pointer;
}
.review-main .review .stars{
    margin-bottom: 6px;
}
.review-main .review img{
    width: 20px;
    height: 20px;
    margin-right: 2px;
   transition: .4s cubic-bezier(.22,.81,.83,.67);
}
.review-main .review:hover img{
        transform: scale(1.1) translateY(-10px);
}
.review-main  .review h1{
    margin: 0;
    font-family: 'Raleway';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 27px;

}
.review-main .review p{
    font-family: 'Roboto';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
color: #414141;

}
.review .client-details{
    width: 100%;
    /* height: 30px; */
    color: #000DB5;
    display: flex;
    align-self: center;
    justify-content: space-between;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    border-top: 1px solid #E6E6E6;
    padding-top: 9px;
    position: absolute;
    bottom: 0;

}
.review-form{
    background-color: #000F31;
}
.review-form .input-group input{
    border: 1px solid #353756;
}

.rate {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 155px;
    
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
    visibility: hidden;
    
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    height: 30px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #000DB5;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #000DB5;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #000DB5;
}

.heading-and-form{
    display: flex;
    margin-top: 33px;
    margin-bottom: 118px;
}
.heading-and-form .heading{
    position: relative;
}
.contact-page-content-img {
    position: absolute;
    right: 106px;
    bottom: 137px;
}
.heading-and-form .form{
    width: 537px ;
    background-color: #000F31;
    padding: 55px 36px 71px 36px;
    color: white;
}
.heading-and-form .form h1{
    font-family: 'Raleway';
font-size: 30px;
font-weight: 500;
text-transform: uppercase;

}
.heading-and-form .heading span{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    
}
.heading-and-form .form form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.heading-and-form .form form .input-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.heading-and-form .input-group label {
    font-family: 'Roboto';
font-size: 12px;
font-weight: 400;
color: white;
margin-bottom: 4px;

}.heading-and-form .input-group input {
  height: 46px;
  outline: none;
  background: none;
  border: 1px solid #353756;
  padding: 0px 20px;
  color: white;


}
.heading-and-form .input-group input::placeholder{
    color: white;
}
.contact-page-submit-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 49px;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 700;
    background-color: #FFFFFF;
    outline: none;
    border: none;
}
.contact-page-img{
    position: relative;
}
.contact-page-bottom-img{
    position: absolute;
    bottom: 13px;
    right: 0;
}
.contact-page-bottom-img-2{
    position: absolute;
    bottom: 0;
    right: 170px;
}
.contact-page-bottom-img-3{
    position: absolute;
    bottom: 0;
    left: 0px;
}
.contact-page-bottom-img-4{
    position: absolute;
    bottom: 0;
    left: 200px;
}
.paragraph-img{
    position: absolute;
    left: 0;
    top: 556px;
}
.second-body-img{
    position: absolute;
    left: 0;
    top: 1462px;
}
.little-upper{
    top: 530px;
}
.little-top{
    top: 1550px;
}
.little-upper-second-img{
    top: 1220px;
}
.body-mobile-img-1{
    position: absolute;
    bottom: 0;
    left: -16px;
    display: none;
}
.managment-paragraph-img{
    position: absolute;
    top: 632px;
    right: 0;
    display: none;
}
.mpl-img{
    position: absolute;
    bottom: 14px;
    left: -16px;
    display: none;
}
.section-3  .professional-services-boxes h5{
    font-size: 13px !important;
}
.section-3  .professional-services-boxes .box{
  position: relative;
}
.professional-body-img{
    position: absolute;
    right: -16px;
    top: -5px;
    display: none;
}
.below-financial-img{
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.other-pages-header .logo img{
    width: 100% !important;
}