
.tech_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topmenu_ul > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.topmenu_ul > li:last-child {
    margin-right: 0;
}
.a_ul {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    font-family: 'Lora', serif;
    transition: .5s linear;
}
.fa {
    padding-left: 10px;
}
.submenu_ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.one_ul .submenu_ul {
    display: none;
    background: #b19891;
}
.one_ul ul li:hover .submenu_ul {
    display: block;
}


@media screen and (min-width: 1300px) {
    .container{
        width: 1283px !important;
    }
    .owl-item{
        width: 511px;
    }
}

.our_advisor .col-md-3 {
    height: 455px;
}



.demopadding {
    margin: 50px auto;
    width: 140px;
    text-align: center;
}

.icon_soc {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 17px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px;
    -khtml-border-radius: 17px 17px 17px 17px;
    color: #FFFFFF;
}

.icon_soc i {
    font-size: 17px;
    position: absolute;
    left: 9px;
    top: 10px;
}

.icon_soc.social_btn {
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon_soc.social_btn:hover {
    background: #fff;
    color: #6d6e71;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -moz-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -o-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
}

.icon_soc.social_btn.fb i {
    left: 13px;
    top: 10px;
}

.icon_soc.social_btn.tw i {
    left: 11px;
}

.icon_soc.social_btn.insta i {
    left: 11px;
}

.vk{
    background: #5181b8;
}
.fb{
    background: #295496;
}
.insta{
    background: #833ab4; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #833ab4, #fd1d1d, #fcb045); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insta, .vk, .fb {
    position: relative;
}
#vf, #inst, #fb {
    position: absolute;
    top: 5px;
    left: 4px;
}
#vf {
    background: url('/assets/templates/html/images/small/vk 21.png') no-repeat;;
    height:35px;
    width:35px;
    position: absolute;
    left: 4px;
    top: 6px;
}

#vf:hover {
    background: url('/assets/templates/html/images/small/vk 20.png') no-repeat;;
    height:35px;
    width:35px;
}

#fb {
    height:35px;
    width:35px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: url('/assets/templates/html/images/small/fb 20.png') no-repeat;
}

#fb:hover {
    background: url('/assets/templates/html/images/small/fb21.png') no-repeat;
    height:35px;
    width:35px;
}


#inst {
    background: url('/assets/templates/html/images/small/inst 02.png') no-repeat;
    height:35px;
    width:35px;
}

#inst:hover {
    background: url('/assets/templates/html/images/small/inst 01.png') no-repeat;
    height:35px;
    width:35px;
}