@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;
    margin:0 auto;
}

.alert-warning{
	display:none;
	visibility:none;
}


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;
}
.banner-img-2{
    position: absolute;
    bottom: -118px;
    right: 0;
}
.banner-img-3{
    position: absolute;
    left: 323px;
    bottom: 63px;
}
.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: 27px;
}
.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 #002273;
    font-weight: 700;
}
nav ul li a:hover{
    /* color: #002273; */
    border-bottom: 2px solid white;
}
nav .logo {
	width: 227px;
	height: auto;
	float: left;
	margin-left:0;
}
.top-menu{margin-right:0;}
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: 350ms;
}
nav .nav-btn:hover{
    border: 1px solid white;
    color: white;
    background: transparent;
}

.dropdown{
        position: relative;
}
.dropdown a{
    display: flex;
    align-items: center;
    transition: 350ms;

}
.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: 500ms;
}
.dropdown-menu a:hover{
   color: white;
   margin-left: 10px;
}


.m-dropdown{
    position: relative;
}
.m-dropdown a{
display: flex;
align-items: center;
transition: 350ms;

}
 .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: 350ms;
    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: 350ms;
    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;
}
.section-2 .wrapper .box:hover{
    transform: translateY(-10px);
}
.section-2  .voice{
        background: #3B86F9;
}
.section-2  .cloud{
    background: url('../img/cloud.png');
    background-size: cover;
}
.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-3 {
    margin-top: 130px;
}
.section-3 .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-3 .wrapper .box{
    width: 335px;
    /* height: 300px; */
    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;
}
.section-4 .wrapper .box:hover{
    transform: translateY(-10px);
}
.section-4 .retail{
    background: #3B86F9;
    position: relative;
}
.section-4 .retail img{
    position: absolute;
    top: 0;
    left: 29px;
    width: 40px;
}
.section-4 .manufacture{
    background: url('../img/manufacture.png');
    background-size: cover;
}
.section-4 .education{
    background: url('../img/education.png');
    background-position: bottom -30px center;
    border: 1px solid white;

}
.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;
	margin-left: 0;
}

footer .adress-content .content{margin-left:0;}

footer .footer-logo{
    display: none;
}


.other-pages-header{
    height: 104px;
    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;
    float: left;
}
.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;
    
}
.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;
}


/* Blog Wp style */

.col-3{
    width: 1110px;
}


.bread-warp{
    height:30px;
}

.wp-breadcrumb {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 0px;
	padding: 0;
}
.wp-breadcrumb li {
	float: left;
	display: inline-block;
	padding-left: 15px;
	background: url(../img/bbg.png) no-repeat left;
	margin-right: 10px;
}

.wp-breadcrumb li a{
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        color: #9f9f9f;

}

.category-nav-warp {
	margin-top: 28px;
	display: block;
	height: 25px;
	margin-bottom: 70px;
}

.category-nav {
	display: block;
	margin-left: -40px;
}

.category-nav li{
    display: inline-block;
    float: left;
    margin-right:32px;

}

.category-nav li a{
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #212121;
transition: 350ms;
}

.category-nav li a:hover{
    color: #000DB5;
}
.cat-menu-active a{
    color: #000DB5 !important;
    border-bottom: 1px solid #000DB5;
    padding-bottom: 4px;
}

.one-col{
    margin-bottom: 95px;
}

.one-col .pt-cv-title{
    margin-top: 107px !important;
    margin-bottom: 20px;
    
}

.one-col .pt-cv-title a{
font-family: Raleway;
font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 32px;
color: #000000 !important;
margin-bottom: 20px;
}

.one-col .pt-cv-thumbnail{
    margin-right: 41px !important;
}

.one-col .pt-cv-content {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #1E1E1E;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
	display: -webkit-box;
}


.one-col .pt-cv-readmore {
	background: #000DB5;
	padding: 14px 84.5px;
	position: absolute;
	margin-top: 70px;
    transition: 300ms;
}


.one-col .pt-cv-readmore:hover{
	color: #000DB5;
    background: #fff;
    border: 1px solid #000DB5;

}

.one-col .entry-date{
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #676767;
float: right;
}

.one-col .terms {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000DB5;
	position: absolute;
	margin-top: -230px;
}

.margin-100{
    margin-bottom: 70px;
}

.col-3 .pt-cv-title{
    margin-top: 18px !important;
}

.col-3 .pt-cv-title a{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 24.5px;
    line-height:31px;    
    color: #000000 !important;    
}

.col-3 .pt-cv-content{
font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height:24px;
color: #1E1E1E !important;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 12px;
}

.col-3 .terms {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000DB5;
	position: absolute;
	margin-top: -172px;
	margin-left: -72px;
}

.col-3 .entry-date{
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #676767;
}

.vector6-bg{
    height:80px;
}

.vector6-bg img {
	display: block;
	float: none;
	position: absolute;
	z-index: 2;
	margin-top: -20px;
	left: 50%;
}

.vector46 {
    height:80px;
}

.vector46 img {
	position: absolute;
	margin-top: -104px;
	right: 0%;
}

.vector-footer {
    height:80px;
}

.vector-footer img {
	position: absolute;
	left: 14%;
	margin-top: 10px;
}

/* Single Post Style ------------------------- */

.left{float:left}
.right{float: right;}

.single-post-heading-warp {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-left: 41px;
    width: 49%;
    float: left;
    margin-top: 107px;
}
.single-post-heading {
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 11px;
}
.single-post-warp {
	margin-top: 50px;
	min-height: 521px;
}
.single-post-thumbnail {
	margin-bottom: 56px;
	width: 50%;
	float: left;
}

.single-post-thumbnail img{
    width: 100%;
}

.single-content h2,h1,h4{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;   
    color: #232323;
    margin-bottom: 14px;

}

.category-show-single {
	text-align: left;
}

.category-show-single a{
	margin-right: 45px;
}

.post-single-excerpt {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #1E1E1E;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	
}

.post-single-excerpt p{
    margin-bottom: 15px;
}

.single-post-heading-warp .entry-date {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #676767;
	float: right;
    margin-top: 11px;
}

.single-content {
	width: 650px;
	margin-bottom: 178px;
	margin-top: 70px;
	min-height: 200px;
}

.single-content .wp-block-image{
    margin-top:0px;
	margin-bottom:35px;
}

.wp-block-image figure img{
    width: 100%;
    height: auto;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.single-content p {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #313131;
	margin-bottom: 40px;
}

.wp-block-columns {
	margin-bottom: 10px;
}

.single-content .wp-block-quote {
	background: url(../img/blockquote.png) no-repeat;
	border: none !important;
	margin: 25px 0px;
	padding: 0px 0px 0px 35px;
	background-position: 0px 0px;
	margin-left: -10px;
}

.single-content .wp-block-quote p{

font-style: normal;
font-weight: 300;
font-size: 25px;
line-height:37px;
color: #313131;
}

.social-icon-warp {
	display: grid;
	position: absolute;
	margin-left: -114px;
	margin-top: 48px;
}
.social-icon-warp a{
	margin-bottom:25px;
}

.social-icon-warp a:hover img{
	filter: grayscale(100%);
	transform: scale(1.1);
}

.pagination .left a {
	background: url('../img/left-arrow22.png') no-repeat left;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #3257D0;
	padding-left: 25px;
	transition: 350ms;
}
.pagination .left a:hover{
	padding-left: 18px;
}

.pagination .right a{
background: url('../img/right-arrow22.png') no-repeat right;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #3257D0;
padding-right: 25px;
transition:350ms;
}

.pagination .right a:hover{
	padding-right: 18px;
}

.pagination {
	display: block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.similer-heading{
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 43px;
color: #000000;
margin-bottom:30px;
}

/* Post Slide button */

.pt-cv-wrapper .carousel-control .glyphicon{
	width: 30px;
	height: 27px !important;
}

.pt-cv-scrollable .carousel-control.left {left: 0 !important;height: 27px !important;margin-left: -70px;}
.pt-cv-scrollable .carousel-control.right{right:0!important;margin-right:-70px;}
.pt-cv-scrollable .carousel-control.left,
.pt-cv-scrollable .carousel-control.right{position:absolute!important;margin-top:-25px!important;top:50%!important;}

.pt-cv-wrapper .glyphicon-chevron-left:before, .pt-cv-wrapper .glyphicon-chevron-right:before {content: "" !important;}
.pt-cv-wrapper .glyphicon-chevron-left {background: url('../img/left-arrow.png') no-repeat !important; background-size: contain;}
.pt-cv-wrapper .glyphicon-chevron-right {background: url('../img/right-arrow.png') no-repeat !important; background-size: contain;}

.similer-slide .terms {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000DB5;
	position: absolute;
	margin-top: -170px !important;
	margin-left: -71px !important;
}

.similer-slide .pt-cv-title {
	margin-top: 10px !important;
}

.similer-slide .pt-cv-content{
    margin-bottom: 12px;
}

.similer-slide .entry-date {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #676767;
    margin-top: 12px;
}

/* For Other Pages like Archives */

.container-blog .page-title{
font-family: Raleway;
font-style: normal;
font-weight: 200;
font-size: 50px;
line-height: 120%;
color: #212121;
text-align: center;
display: block;
float: none;
padding-top: 20px;
margin-bottom: 50px;
}

.page-content, .entry-content, .entry-summary {
	min-height: 380px;
}

.search-form input {
	overflow: visible;
	padding: 8px 47px;
	border: 1px solid #676767;
	margin-right: 11px;
	color: #000DB5;
}

.single-vector-1{
    position: absolute;
    right: 10%;
    margin-top: 14%;    
}

.single-vector-2 {
	position: absolute;
	left: 10%;
	margin-top: 59.5%;
}

.single-vector-3 {
	position: absolute;
	right: 10%;
	margin-top: 1%;
}

/* -------------Responsive page Breakouts ------------------------------------------------------------------------------ */

@media only screen and (max-width: 767.98px) {
    .single-content {width:100%;padding:0 15px;}
    .container-blog{width: 100%;padding-left:16px;padding-right:16px;}
    nav .logo {float: left;display: block;margin-left: -7px;}
    .top-menu {float: right;margin: 0;}
    .category-nav li {margin-bottom: 16px;margin-right: 21px;}
    .one-col{display: none;}
    .col-3 .terms {margin-top: -232px;margin-left: -72px; }
    .vector6-bg {display: none;}
    .margin-100 {margin-bottom: 0px;}
    .col-3 .pt-cv-content-item {margin-bottom: 32px;}
    .vector46 {height: 0px;}
    .vector46 img {margin-top: -117px;right: -12%;}
    .vector-footer img {left: 76%;margin-top: 14px;}
    footer .container {display: flex;padding: 0 16px;}
    footer .container .footer-box.logo img {width: 270px;}
    footer .container .footer-box.logo {width: 100%;margin-bottom: 20px;}
    footer .address .adress-content p {margin-left: -70px;}
    .single .top-page-navigation .current-page {
         position: absolute;
        width: 96%;
        left: 9px;
        margin-top: 24px;
        background-position: 1% 11%;
    }
    .single-post-thumbnail {
        margin-bottom: 9px;
        width: 100%;
        float: left;
        margin-top: 25px;
    }
    .single-post-heading-warp {
        display: block;
        text-align: center;
        vertical-align: middle;
        padding-left: 0px;
        width: 100%;
        float: none;
        margin-top: 0px;
    }
    .single-post-heading-warp .entry-date {float: left;}
    .single-content {
        width: 100%;
        margin-bottom: 110px;
        margin-top: 92px;
        min-height: 200px;
    }
    .single-vector-1, .single-vector-2, .single-vector-3{display: none;}
    .single-content p {margin-bottom: 20px;}
    .single-content .wp-block-columns .wp-block-image {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .wp-block-image img {width: 100%;}
    .single-content .wp-block-quote {
        margin: 25px 0px;
        padding: 0px 32px 0px 25px;
        background-position: 0px 0px;
        margin-left: 0px;
    }
    .similer-heading {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 31px;
        color: #000000;
        margin-bottom: 30px;
    }
    .similer-post {
        width: 875px !important;
        overflow: hidden;
    }
    .similer-slide .terms {margin-top: -229px !important;}
    .vector-footer {margin-top: -78px;}
    .container-for-large-screens{overflow: hidden;width: 100%;}


 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {




 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {


 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {



 } 