@charset "utf-8";
/* CSS Document */

@font-face{font-family: Bahij_Light ; src: url(../fonts/Bahij_TheSansArabic-Light.ttf)}
@font-face{font-family: Bahij_Bold ; src: url(../fonts/Bahij_TheSansArabic-Bold.ttf)}


body{font-family: "Bahij_Light";}
a:hover,a:focus{text-decoration: none;}
h1,h2{font-family: "Bahij_Bold";}

html::-webkit-scrollbar{width:7px;height:8px}
html::-webkit-scrollbar-track{background-color: #eeeeee;display: none;}
html::-webkit-scrollbar-thumb{background-color:#03519C;border-radius:0}

.clicker{display: none !important;}
.overlay .closebtn{display: none;}

#body-overlay{
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 999999999;
		right: 0;
		top: 0;
		transition: 0.5s;
		background-color: rgba(0,0,0,0.72);
		display: none;
	}
.fixedPosition
 {
    position: fixed;
 }

.btn{
    width: 170px;
    height: 50px;
    padding: 0;
    background-color: #03519C;
    border-radius: 6px;
    font-size: 14px;
    color: #fff !important;
    line-height: 50px !important;
    text-align: center;
    outline: none !important;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    border: none;
    transition: all .3s;
}
.btn span{
    margin-left: 8px;
}
.btn:hover {
    background-image: none;
    background-color: #fff !important;
    color: #03519C !important;
    font-weight: bold;
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header .hidden-lg{
    display: none !important;
}


/* start header */

.header {
    background-color: #fff;
    padding: 25px 60px;
    padding-top: 30px;
}
.logo a {
    display: flex;
    align-items: flex-end;
}
.logo a .logo_title{
    margin-right: 10px;
    text-align: center;
}
.logo a h1{
    font-size: 17px;
    line-height: 22px;
    color: #707070;
    margin-bottom: 5px;
    white-space: nowrap;
}
.logo a h3{
    font-size: 10px;
    line-height: 14px;
    color: #707070;
    margin: 0;
}
.navigation .header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    z-index: 99;
}
.navigation .header_top ul.right, .navigation .header_top ul.left {
    display: inline-flex;
    margin: 5px 0;
}
.dropdown.notifi{display:none !important;}
.navigation .header_top li,
.navigation .header_top li a{
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    font-weight: bold;
    transition: all .3s;
}
.navigation .header_top li span{
    font-size: 14px;
    margin-left: 5px;
}
.navigation .header_top li i{
    font-size: 16px;
}
.navigation .header_top li:hover,
.navigation .header_top li:hover a{
    color: #0A56A0;
}
.navigation .header_top ul.right .dropdown:after{display:none;}
.dropdown{
    position: relative;
    cursor: pointer;
    padding-left: 15px !important;
    display: inline-block !important;
}
.dropdown:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 0;
}
.dropdown .sub_menu {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #03519C;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgb(0 0 0 / .5);
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}
.dropdown .sub_menu ul{
    padding: 0;
    list-style: none;
}
.dropdown .sub_menu ul li a{
    font-size: 14px;
    color: #fff !important;
}
.dropdown.show .sub_menu{
    opacity: 1;
    top: 20px;
    z-index: 9;
}
.navigation .header_top .right li a{
    position: relative;
}
.navigation .header_top .right li a span{
    margin-left: 10px;
}
.navigation .header_top .right li a:before {
    content: "|";
    position: absolute;
    top: 0;
    right: 18px;
}
.navigation .header_top .right li:last-child a:before{
    display:none;
}
.navigation .header_top .right li a i {
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    background-color: red;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
}
.navigation .header_top .left li.dropdown{
    margin-left: 20px;
}
.navigation .header_top .left li.dropdown:before{
    content: "|";
    position: absolute;
    top: 0;
    left: -10px;
}
.navigation .sub_head {
    background-color: #fff;
    border-top: 5px solid #05529D;
    padding: 25px 20px;
    position: absolute;
    left: 15px;
    bottom: -110px;
    width: calc(100% - 30px);
    z-index: 9;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
.navigation .navbar-default .navbar-nav{
	width: 100%;
}
.navigation .navbar-default .navbar-nav li{
	margin: 0 15px;
}
.navigation .navbar-default .navbar-nav li:last-child{
	margin-left: 0;
	float: left;
}
.navigation .navbar-default .navbar-nav li a {
    font-size: 16px;
    line-height: 50px;
    color: #000;
    border: none;
    padding: 0;
    font-weight: bold;
    transition: all .3s;
}
.navigation .navbar-default .navbar-nav li a i {
    margin-right: 8px;
    float: left;
    line-height: 52px;
}
.navigation .navbar-default .navbar-nav li .btn{
    font-size: 14px;
    font-weight: normal;
}
.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .navbar-nav li.active a{
	color: #05529D !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}
.navigation .navbar-default .navbar-nav li.dropdown{
    display: none !important;
    transition: all .3s;
}
.opacity{display: none !important;}

.header .contact{
    display: flex;
    align-items: center;
}
.header .contact i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #03519C;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-left: 10px;
    margin-right: -5px;
    flex-shrink: 0;
}
.header .contact h1{
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    margin-top: 0;
    margin-bottom: 5px;
}
.header .contact h3{
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}


/* End header */

/* start hero */

.hero{
    background-color: #000;
    position: relative;
    margin-bottom: 40px;
}
.hero .bg_container{
    width: 100%;
    height: 100%;
    position: relative;
}
.hero .bg_container .bg {
    width: 100%;
    min-height: 300px;
    opacity: 0.6;
}
.hero .bg_container .hero_shape {
    width: 100%;
    height: 21px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.hero .bg_container .mouse {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 40% 0px 0 0px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
}
.hero .bg_container .mouse img {
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
    left: 50px;
    transition: all .3s;
}
.hero .bg_container .mouse a{display: block;}
.hero .bg_container .mouse img:hover{
    top: 40px;
    left: 60px;
}
.hero .container-fluid {
    width: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hero h1{
    font-size: 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.hero h3{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.hero form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgb(255 255 255 / 0.3);
    padding: 10px 15px;
    margin: 0 auto;
    margin-top: 30px;
    width: 60%;
}
.hero form .form-group {
    position: relative;
    margin: 0;
    width: 20%;
}
.hero form .form-group:nth-of-type(1):after,
.hero form .form-group:nth-of-type(2):after {
    content: "";
    width: 1px;
    height: calc(100% + 20px);
    border-left: 1px solid #707070;
    opacity: .2;
    position: absolute;
    top: -10px;
    left: -15px;
}
.hero form .form-group .form-control {
    height: 60px;
    padding-right: 30px;
    font-size: 16px;
    border-radius: 50px;
    border: none !important;
    box-shadow: none;
}
.hero form .form-group select.form-control{
    cursor: pointer;
}
.hero form .form-group select.form-control option{
    padding-right: 0 !important;
}
.hero form .form-group img{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.hero form .form-group:nth-of-type(1){
    width: 30%;
}
.hero form .form-group:nth-of-type(1) .form-control{
    padding-right: 20px;
    padding-left: 30px;
}
.hero form .form-group:nth-of-type(1) img{
    right: auto;
    left: 5px;
}
.hero form .form-group .btn{
    height: 60px;
    line-height: 60px !important;
    border-radius: 50px;
    font-size: 20px;
    float: left;
}


/*end hero*/

/*start category*/

.category{
    position: relative;
    padding: 80px 60px;
}
.title{
    position: relative;
    display: table;
    margin-bottom: 25px;
}
.title span {
    width: auto;
    height: 30px;
    background-color: #EBF5FF;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-align: center;
    padding: 0 25px;
    border-radius: 5px;
    display: table;
}
.title h1{
    font-size: 32px;
    color: #000;
    margin: 20px 0;
}
.title hr{
    width: 150px;
    border-top: 5px solid #0C62B7;
    border-radius: 1px;
    float: right;
    margin: 0;
}
.title:after {
    content: "";
    width: 10px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 12px;
}
.category .more {
    float: left;
    margin-top: 40px;
}
.category .more2 {
    display: none;
    margin: 0 auto;
    margin-top: 30px;
}
.category .block{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: 314px;
    border-radius: 10px;
}
.category .block .img_container {
    position: relative;
    width: 100%;
    height: 100%;
}
.category .block .img_container img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.category .block .img_container .img_overlay{
    width: 100%;
    height: 100%;
    background-color: #032C53;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: all .3s;
}
.category .block .img_container .hover {
    width: 100%;
    height: 100%;
    background-color: #032C53;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0.8;
    transition: all .3s;
}
.category .block .img_container a {
    width: 210px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 22px;
    background-image: none;
    color: #236AAE !important;
    max-width: 90%;
    left: 150%;
    z-index: 9;
    transition: all .3s;
}
.category .block .text{
    width: 100%;
    text-align: center;
    transition: all .3s;
}
.category .block .text h1{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 0;
}
.category .block .text h3{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.category .block:hover .text{left: -150%;}
.category .block:hover .img_container .img_overlay{left: -100%;}
.category .block:hover .img_container .hover{left: 0;}
.category .block:hover .img_container a{left: 50%;}
.category .block .img_container a:hover{background-color: #236AAE !important;color: #fff !important;}

/*end category*/

/*start about*/

.about{
    padding: 60px;
}
.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about p{
    font-size: 16px;
    line-height: 30px;
    color: #393939;
}
.about .about_block {
    width: 48%;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 30px;
}
.about .about_block:nth-of-type(even) {
    margin-left: 2%;
}
.about .about_block img{
    max-width: 70px;
    margin-left: 12px;
}
.about .about_block .about_text h1{
    font-size: 18px;
    color: #000;
    margin-top: 0;
}
.about .about_block .about_text p{
    font-size: 13px;
    line-height: 25px;
}
.about .about_img{
    max-width: 100%;
}

/*end about*/

/*start video_sec*/

.video_sec{
    position: relative;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
}
.video_sec .bg{
    width: 100%;
    min-height: 330px;
    opacity: 0.3;
}
.video_sec .center{
    text-align: center;
    width: 50%;
}
.video_sec .center h1{
    font-size: 35px;
    color: #fff;
    margin: 0;
}
.video_sec .center p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
}
.video_sec .center a{
    position: relative;
    display: inline-block;
}
.video_sec .center a img{width: 100%;}
.video_sec .center a span{
    font-size: 23px;
    color: #315E8F;
}

/*end video_sec*/

/*start client*/

.client{
    padding: 80px 0;
    overflow: hidden;
}
.client .title,.about_us .title{
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}
.client .title span,.about_us .title span{
    margin: 0 auto;
}
.client .title hr,.about_us .title hr{
    float: none;
    display: table;
    margin: 0 auto;
}
.about_us .title hr{
    width: 160px;
}
.client .title:after,.about_us .title:after{
    right: 110px;
}
.client p {
    font-size: 16px;
    line-height: 30px;
    color: #393939;
    margin: 0;
}
.client .title + p {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.client .client_block{
margin-top: 30px;
margin-bottom: 60px;
}
.client .client_block .text{
    border: 2px solid rgb(20 94 166 / 0.23);
    padding: 40px;
    position: relative;
}
.client .client_block .text span {
    width: 62px;
    height: 62px;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    border-radius: 50%;
    font-size: 70px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: -30px;
    right: 30px;
}
.client .client_block .text h1{
    font-size: 20px;
    line-height: 33px;
    color: #000;
    margin-bottom: 30px;
}
.client .client_block .text h1 i{
    color: #3F80BE;
    font-style: normal;
}
.client .client_block .client_info{
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-right: 30px;
}
.client .client_block .client_info img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-left: 15px;
}
.client .client_block .client_info h3{
    font-size: 16px;
    color: #393939;
    margin-top: 0;
}
.client .client_block .client_info h4{
    font-size: 12px;
    color: #2B70B2;
    margin: 0;
}
.client_slider{
    width: 150% !important;
    margin-left: -25%;
    margin-right: -25%;
}
.client_slider .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: -webkit-inline-box;
}
.client_slider .owl-dot{
    width: 30px;
    margin: 3px;
    height: 5px;
    background-color: #0C62B7;
    opacity: 0.3;
    border-radius: 1px;
    transition: all .5s ease;
}
.client_slider .owl-dot.active{opacity: 1;}

/*end client*/

/*start partner*/

.partner{
    padding: 80px 60px;
}
.partner img{
    width: auto !important;
    max-width: 90%;
    margin: 0 auto;
}
.partner .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}

/*end partner*/

/*start footer*/

footer{
    padding: 0 60px;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #03519C;
    box-shadow: 0 0 24px rgb(56 79 233 / 0.2);
    position: relative;
}
footer .footer_top{
    padding: 60px 0;
}
footer .footer_top h3{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: right;
}
footer .footer_top h3:nth-of-type(1){
    direction: ltr;
}
footer .footer_top h1{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 40px;
}
footer .footer_top .icons{
    margin-top: 20px;
}
footer .footer_top .icons li span{
    width: 34px;
    height: 34px;
    background-color: #001AC2;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    transition: all .3s;
}
footer .footer_top .icons li span:hover{
    color: #001AC2;
    background-color: #fff;
}
footer .footer_top .title hr {
    width: 50px;
    border-top: 4px solid #0C62B7;
}
footer .footer_top .title:after {
    width: 8px;
    height: 4px;
    right: 25px;
}
footer .footer_top ul.links{
    /*list-style: none;*/
    padding: 0;
}
footer .footer_top ul.links li a{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: table;
    transition: all .3s;
}
footer .footer_top ul.links li::marker{
    color: rgb(1 19 147 / 0.4);
}
footer .footer_top h4{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
footer .footer_top .form-group {
    position: relative;
    margin: 20px 0;
    margin-right: -12px;
}
footer .footer_top .form-control{
    height: 55px;
    border-radius: 50px;
    padding-left: 90px;
    font-size: 16px;
}
footer .footer_top .submit_btn {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #011173;
    font-size: 10px;
    color: #fff;
    border: none;
    outline: none !important;
    position: absolute;
    top: 8px;
    left: 8px;
}
footer .footer_top h6{
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    opacity: .5;
}
footer .footer_top h6 span{
    margin-left: 10px;
}
footer .footer_bottom {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(0 21 188 / 0.3);
}
footer .footer_bottom ul{
    margin: 0;
}
footer .footer_bottom ul li a{
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    opacity: 0.5;
    margin-left: 10px;
    display: block;
}
footer .footer_bottom h3{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    direction: ltr;
}
footer .footer_bottom h3 a{
    margin: 0 2px;
}
footer .toTop{
    position: absolute;
    bottom: 50px;
    right: 20px;
    transition: all .3s;
}
footer .toTop:hover{
    bottom: 60px;
}
footer .toTop a {
    width: 30px;
    background-color: #001AC2;
    display: table;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.2);
}
footer .toTop a img{
    max-width: 100%;
}
footer .hidden-lg{display: none;}

.accordion {
    margin-right: -15px;
    width: calc(100% + 30px);
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.accordion .row{display:none;margin: 0;}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgb(0 21 188 / 0.3);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    left: 12px;
    right: auto;
}
.accordion li.open .link {
    color: #fff;
    background-color: #001AC2;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion .col-md-12{
    padding: 15px;
}

/*end footer*/

/*start sub_header*/

.sub_header {
    background-image: url(../images/sub_header_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(2 8 51 / 0.85);
    background-blend-mode: multiply;
    padding: 80px 60px;
}
.sub_header h1{
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}
.sub_header ul{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.sub_header ul li{
    position: relative;
}
.sub_header ul li a{
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
}
.sub_header ul li:last-child:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sub_header .profile_header{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.sub_header .profile_header img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 30px;
}
.sub_header .profile_header h2{
    font-size: 25px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.sub_header .profile_header h3{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

/*end sub_header*/

/*start profile*/

.profile{
    padding: 100px 60px;
    background-color: #FDFDFD;
}
.profile .img_container{
    position: relative;
    width: 90%;
}
.profile .img_container .profile_img{
    width: 100%;
    border-radius: 30px 0 30px 30px;
    position: relative;
    z-index: 9;
}
.profile .img_container .dots{
    max-width: 60%;
    position: absolute;
    bottom: -60px;
    right: -40px;
}
.profile .profile_info{
    display: flex;
}
.profile .profile_info h1{
    font-size: 30px;
    line-height: 45px;
    color: #000;
}
.profile .profile_info ul{
    padding-right: 25px;
    margin-top: 20px;
}
.profile .profile_info ul li{
    font-size: 20px;
    line-height: 35px;
    color: #646464;
    margin-bottom: 15px;
}
.profile .profile_info ul li::marker{
    color: #E9E9E9;
}
.profile .contact_info ul{
    margin-top: 20px;
}
.profile .contact_info ul li{
    width: 48%;
    margin-top: 20px;
    direction: ltr;
}
.profile .contact_info ul li a, .profile .contact_info ul li {
    font-size: 15px;
    line-height: 20px;
    color: #646464;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.profile .contact_info ul li span{
    width: 42px;
    height: 42px;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-left: 15px;
    flex-shrink: 0;
}
.profile .contact_info ul li a:hover{
    color: #03519C;
}
.profile .contact_info ul li div{
    display: flex;
    direction: rtl;
    align-items: center;
}
.profile .contact_info ul li div i{
    margin-right: 10px;
}

.profile .statistics{
    margin-top: 90px;
}
.profile .statistics ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile .statistics ul li{
    width: 220px;
}
.profile .statistics ul li h1{
    width: 100%;
    height: 50px;
    background-color: #F2F3F4;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
}
.profile .statistics ul li h1 span{
    float: right;
    line-height: 50px;
}
.profile .statistics ul li h2{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    position: relative;
}
.profile .statistics ul li h2:after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #FDFDFD;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%) rotate(45deg);
}
.nav-tabs{
    margin-top: 20px;
    border-bottom: none;
}
.nav-tabs li{
    margin-left: 25px;
}
.nav-tabs li a{
    width: 145px;
    height: 40px;
    background-color: #E9E9E9;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: none;
    transition: all .3s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #03519C;
    color: #fff;
}
.profile .tab-content{
    background-color: #fff;
    box-shadow: 0 3px 60px rgb(194 194 194 / 0.2);
    padding: 60px 50px;
    margin-top: 50px;
}
.profile .tab-content p{
    font-size: 18px;
    line-height: 40px;
    color: #9C9C9C;
    margin-bottom: 20px;
}
.profile .tab-content h1 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.progress {
    height: 17px;
    overflow: visible;
    border-radius: 50px;
    box-shadow: none;
    background-color: #F2F3F4;
}
.progress-bar{
    position: relative;
    border-radius: 50px;
    background-color: #03519C;
}
.progress-bar span {
    font-size: 22px;
    color: #888888;
    position: absolute;
    top: -30px;
    left: 0;
}
.progress-bar:after {
    content: "";
    width: 35px;
    height: 35px;
    background-color: #03519C;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: -1px;
}

.profile_content .nav-tabs {
    margin-top: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
    width: 100%;
    height: 42px;
}
.profile_content .nav-tabs li a {
    width: 150px;
    height: 40px;
    background-color: #eee;
    border-radius: 0;
    border: none !important;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}
.profile_content .nav-tabs li{
    margin-left: 0;
}
.profile_content .nav-tabs>li>a:hover{
    color: #03519C;
}
.profile_content .nav-tabs>li.active>a,
.profile_content .nav-tabs>li.active>a:focus{
    background-color: #F8F8F8;
    color: #03519C;
    font-weight: bold;
}
.profile_content .tab-content {
    padding: 20px;
    margin-top: 0;
    min-height: 440px;
    background-color: #F8F8F8;
}
.profile_content form{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile_content .form-group{
    position: relative;
    width: 48%;
    margin-bottom: 20px;
}
.profile_content .form-group:last-child{
    width: 100%;
}
.profile_content .form-group .btn{
    width: 100%;
}
.profile_content .form-control {
    height: 50px;
    border-color: transparent;
    box-shadow: none;
    padding-right: 40px;
    font-size: 14px;
    line-height: 38px;
    outline: none !important;
}
.profile_content .form-control:focus{
    border-color: #04529C;
}
.profile_content .form-group span{
    color: #04529C;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.profile_content .form-group i {
    font-size: 13px;
    color: #767676;
    background-color: #fff;
    padding: 5px 2px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

/*end profile*/


/*start teachers*/

.teachers{
    padding: 80px 60px;
    background-color: #FDFDFD;
}
.teachers .teachers_header {
    background-color: #fff;
    border: 1px solid #E9E9E9;
    padding: 15px 25px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.teachers .nav-tabs{
    margin-top: 0;
    margin-left: 40px;
    float: right;
}
.teachers .nav-tabs li{margin-left: 15px;}
.teachers .nav-tabs li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none !important;
    font-size: 19px;
    padding: 0;
    position: relative;
    transition: all .3s;
}
.teachers .nav-tabs>li.active>a,
.teachers .nav-tabs>li.active>a:focus,
.teachers .nav-tabs>li.active>a:hover{
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
}
.teachers .teachers_header h3{
    font-size: 19px;
    line-height: 50px;
    color: #4E4E4E;
    margin: 0;
    float: right;
}
.teachers .teachers_header select{
    width: 220px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #4E4E4E;
    cursor: pointer;
    float: left;
}
.ads_block {
    width: 100%;
    display: flex;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    /*padding: 15px;*/
}
.ads_block .img_container {
    width: 35%;
    flex-shrink: 0;
    position: relative;
    z-index: 99;
    background-color: #e5e5e5;
    border-radius: 0 6px 6px 0;
    max-height: 331px;
}
.ads_block .img_container img{
    width: 100%;
    height: 100%;
    border-radius: 0 6px 6px 0;
}
.ads_block .ads_info {
    width: 100%;
    padding: 20px;
    position: relative;
}
.ads_block .ads_info:after {
    content: "";
    border: 12px solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 45px;
    right: -24px;
}
.ads_block .ads_info h1{
    font-size: 20px;
    line-height: 28px;
    color: #010101;
}
.ads_block .ads_info a.fav{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 17px;
    color: #0C58A1;
}
a.fav.active{
    color: red !important;
}
.ads_block .ads_info h3{
    font-size: 13px;
    line-height: 20px;
    color: #4A4A4A;
    margin-bottom: 15px;
}
.ads_block .ads_info h3 span{
    color: #05529D;
    margin-left: 10px;
}
.rate li{
    font-size: 10px;
    padding-left: 0;
    color: #F68A03;
}
.rate li a{
    font-size: 10px;
    color: #eee;
    transition: all .3s;
}
.rate li a:hover{
    color: #F68A03;
}
.rate li a.active{
    color: #F68A03;
}
.rate li:last-child{
    direction: ltr;
    margin-right: 15px;
    color: #000;
    font-weight: bold;
}
.ads_block .ads_info .detail{}
.ads_block .ads_info .detail li {
    font-size: 14px;
    line-height: 20px;
    color: #0C0C0C;
    width: auto;
    min-width: 24%;
    margin: 10px 0;
    position: relative;
}
.ads_block .ads_info .detail li span{
    font-size: 12px;
    color: #05529D;
    margin-left: 10px;
}
.ads_block .ads_info .detail li:after {
    content: "|";
    color: rgb(112 112 112 / 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.ads_block .ads_info .detail li:last-child:after{display: none;}
.ads_block .ads_info .last{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ads_block .ads_info .last h4{
    font-size: 14px;
    line-height: 20px;
    color: #0C0C0C;
    margin: 0;
}
.ads_block .ads_info .last .btn {
    width: 140px;
    height: 40px;
    background-image: none;
    background-color: transparent;
    border: 1px solid #0C58A1;
    border-radius: 50px;
    font-size: 14px;
    line-height: 40px !important;
    color: #0C58A1 !important;
    font-weight: bold;
    max-width: 100%;
}
.ads_block .ads_info .last .btn:hover{
    background-color: #0C58A1 !important;
    color: #fff !important;
}


.teachers .tab-content>.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.ads_block.ver {
    display: inline-flex;
    flex-direction: column;
    width: 32%;
}
.ads_block.ver .ads_info{
    padding: 20px 15px;
}
.ads_block.ver .img_container{
    width: 100%;
}
.ads_block.ver .img_container img{
    border-radius: 6px 6px 0 0;
}
.ads_block.ver .ads_info:after {
    border-color: transparent transparent #fff transparent;
    top: -24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.ads_block.ver a.fav{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
    color: #0C58A1;
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
}    
.ads_block.ver .ads_info h1{
    font-size: 16px;
    margin-top: 0;
}
.ads_block.ver .ads_info .detail li{width: auto;min-width: 49%}
.ads_block.ver .ads_info .detail li:after{display: none;}
.ads_block.ver .ads_info h3{margin: 8px 0;}
.ads_block.ver .ads_info .last{flex-direction: column;}
.ads_block.ver .ads_info .last .btn{margin-top: 20px;}

.pagination {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 3px 50px rgb(156 156 156 / 0.2);
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagination li a {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: #fff;
    padding: 0;
    font-size: 15px;
    line-height: 42px;
    color: #000;
    text-align: center;
    border: none;
    margin: 0 5px;
    transition: all .3s;
}
.pagination li a.active{
    color: #fff;
    background-color: #06539E;
}
.pagination li:first-child{
    position: absolute;
    top: 0;
    right: -80px;
}
.pagination li:last-child{
    position: absolute;
    top: 0;
    left: -80px;
}
.pagination li:first-child a,
.pagination li:last-child a {
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 50px rgb(156 156 156 / 0.2);
    color: #06539E;
    font-size: 20px;
    line-height: 64px;
}
.aside{
    border: 1px solid #E9E9E9;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 35px 25px;
}
.aside .title{
    margin-bottom: 25px;
}
.aside .title h1{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.title hr {
    width: 50px;
    border-top: 4px solid #001AC2;
}

.teachers .form-group{
    position: relative;
    margin-bottom: 0;
}
.teachers .form-control{
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    font-size: 15px;
    padding: 0 20px;
    color: #4E4E4E;
    box-shadow: none;
}
.teachers .form-group img{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.teachers form label {
    font-size: 14px;
    color: #0C0C0C;
    font-weight: bold;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.teachers form label input{
    margin-left: 10px;
}
.teachers form label span {
    float: left;
    opacity: 0.3;
    direction: ltr;
    margin-left: 30%;
}
.teachers form label .rate {
    align-items: center;
    margin-bottom: 0;
    display: inline-block;
    float: right;
}
.teachers form label .rate li span {
    font-size: 10px;
    color: #F68A03;
}
.teachers form label .rate span{
    opacity: 1;
    direction: rtl;
    float: right;
}
.teachers form label .rate li:last-child{
    opacity: .3;
}
form .form-group input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #E9E9E9;
    background-clip: content-box;
    background-color: #fff;
    border-radius: 50%;
    outline: none !important;
    margin: 0;
    margin-left: 10px;
    position: relative;
    float: right;
}
form .form-group input[type="radio"]:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #F68A03;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
form .form-group input[type="radio"]:checked {
  background-color: #F68A03;
  border-color: #F68A03;
}
form .form-group input[type="radio"]:checked:after{
    display: block;
}

/*end teachers*/

.about_us{
    padding: 80px 60px;
}
.about_us img{
    width: 100%;
    margin-top: 30px;
}
.about_us h2{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 20px;
}
.about_us p{
    font-size: 18px;
    line-height: 30px;
    color: #000;
}


.contact .info{
    padding: 80px 60px;
}
.contact .info .info_block{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.contact .info .info_block span{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #135DA5;
    border: 1px solid #135DA5;
    border-radius: 50%;
    margin-left: 20px;
    flex-shrink: 0;
    transition: all .3s;
}
.contact .info .info_block h2{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top: 0;
}
.contact .info .info_block h3{
    font-size: 20px;
    line-height: 28px;
    color: #8E8E8E;
    margin: 4px 0;
}

.contact .info .info_block:hover span{
    color: #fff;
    background-color: #135DA5;
}

.contact .contact_form{
    background-color: #F6F7FA;
    padding: 80px 60px;
}
.contact .contact_form .title{
    margin-bottom: 40px;
}
.contact .contact_form .title h1{
    font-size: 24px;
    margin-top: 0;
}
.contact .contact_form .title h3{
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}
.contact .contact_form .title hr{
    width: 150px;
}
.contact .contact_form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .contact_form form .form-group{
    margin-bottom: 30px;
    width: 100%;
}
.contact .contact_form form .form-control{
    height: 50px;
    border-color: #011676;
    border-radius: 6px;
    font-size: 18px;
}
.contact .contact_form form textarea.form-control{
    height: 300px;
    padding: 15px 10px;
}
.contact .contact_form form .btn{
    margin-top: 10px;
}
.contact .contact_form form .form-group:nth-of-type(1),
.contact .contact_form form .form-group:nth-of-type(2){
    width: 49%;
}
.contact .map{
    width: 90%;
    height: 450px;
    margin-top: -30px;
    float: left;
}

.signin{
    background-image: url(../images/sign_bg.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 100vh;
}
.signin .container-fluid{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register{
    background-image: url(../images/sign_bg.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.register .container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign_content{
    width: 600px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
.sign_content .logo a {
    display: table;
    align-items: flex-end;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sign_content .logo a img{
    float: right;
}
.sign_content .logo a .logo_title{
    float: right;
}
.sign_content .logo a h3,.sign_content .logo a h1{
    color: #fff;
}
.sign_content h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 40px auto;
    display: table;
}
.sign_content h4:before{
    content: "";
    width: 110px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translateY(-50%);
}
.sign_content h4:after{
    content: "";
    width: 110px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: -130px;
    transform: translateY(-50%);
}
.sign_content .form-group{
    position: relative;
    margin-bottom: 25px;
}
.sign_content .form-group .form-control {
    height: 50px;
    background-color: rgb(255 255 255 / 8%);
    font-size: 14px;
    color: #fff;
    padding-right: 45px;
}
.sign_content .form-group span{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.sign_content form .form-group input[type="radio"] {
    height: 17px;
    padding: 0;
}
.sign_content form .form-group input[type="radio"]:checked {
    background-color: #03519C;
    border-color: #03519C;
}
.sign_content form .form-group input[type="radio"]:after{
    background-color: #03519C;
}
.sign_content .form-group label{
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}
.sign_content .form-group .btn{
    width: 100%;
}

.sign_content input::-webkit-input-placeholder{
color: #fff !important;
}
 
.sign_content input:-moz-placeholder{ /* Firefox 18- */
color: #fff !important;
}
 
.sign_content input::-moz-placeholder{  /* Firefox 19+ */
color: #fff !important; 
}
 
.sign_content input:-ms-input-placeholder{  
color: #fff !important;  
}

.sign_content h6{
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.sign_content h6 a{
    color: #fff;
    transition: all .3s;
}
.sign_content h6 a:hover{
    color: #03519C;
}

.edit_profile{
    padding: 80px 60px;
}
.edit_profile .row{
    display: flex;
    flex-wrap: wrap;
}
.edit_profile .right_side {
    position: relative;
    height: 100%;
}
.edit_profile .right_side:after{
    content: "";
    width: 1px;
    height: calc(100% + 160px);
    border-left: 1px solid #ddd;
    position: absolute;
    top: -80px;
    left: 0;
}
.edit_profile .right_side .nav-tabs{
    min-height: 400px;
}
.edit_profile .right_side .nav-tabs li {
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
    position: relative;
}
.edit_profile .right_side .nav-tabs li a {
    width: auto;
    height: auto;
    text-align: right;
    background-color: transparent !important;
    border: none;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    font-weight: 600;
}
.edit_profile .right_side .nav-tabs li a span{
    margin-left: 15px;
    transition: all .3s;
}
.edit_profile .right_side .nav-tabs>li:after {
    content: "";
    width: 3px;
    height: 100%;
    border-left: 3px solid #03519C;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 9;
    opacity: 0;
    transition: all .3s;
}
.edit_profile .right_side .nav-tabs>li.active:after{
    opacity: 1;
}
.edit_profile .right_side .nav-tabs>li.active>a,
.edit_profile .right_side .nav-tabs>li.active>a:focus,
.edit_profile .right_side .nav-tabs>li>a:hover{
    color: #000;
}
.edit_profile .right_side .nav-tabs>li.active>a span{
    color: #03519C;
}
.edit_profile .right_side h2{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 80px;
}
.edit_profile .right_side a.logout{
    font-size: 14px;
    color: #03519C;
    font-weight: bold;
    margin-top: 50px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.edit_profile .right_side a.logout span{
    margin-left: 10px;
}
.edit_profile .tab-content{
    margin-top: 100px;
    padding: 0 !important;
}
.edit_profile form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}
.edit_profile .form-group{
    width: 49%;
    position: relative;
    margin-bottom: 40px;
}
.edit_profile .form-group.date,
.edit_profile .form-group.image,
.edit_profile .form-group:nth-last-of-type(1){
    width: 100%;
}
.edit_profile .form-group.date .date_inputs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.edit_profile .form-group.date .date_inputs select{
    width: 32%;
}
.edit_profile .img_container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
    margin-top: -60px;
}
.edit_profile .img_container img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.edit_profile .img_container span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(3,81,156) 0%, rgb(49,117,182) 51%, rgb(94,152,207) 100%);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 5px;
}
.edit_profile .img_container input {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 10px;
    opacity: 0;
    cursor: pointer;
}
.edit_profile .form-group .form-control {
    height: 40px;
    border-color: transparent;
    box-shadow: none;
    background-color: #fafafa;
    font-weight: bold;
    font-size: 13px;
}
.edit_profile .form-group .form-control:hover,
.edit_profile .form-group .form-control:focus{
    border-color: #03519C;
}
.edit_profile .form-group label{
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 10px;
}
.edit_profile .form-group .btn {
    width: 200px;
    height: 45px;
    line-height: 45px !important;
    margin: 0 auto;
    display: table;
}
.edit_profile .form-group .btn:hover{
    background-color: #03519C !important;
    color: #fff !important;
}
.edit_profile .form-group .options {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1px;
    left: 10px;
    background-color: #fafafa;
    opacity: 0;
    transition: all .3s;
}
.edit_profile .form-group .options a{
    font-size: 12px;
    line-height: 38px;
    color: #03519C;
    margin-right: 3px;
}
.edit_profile .form-group .options a span{
    margin-right: 3px;
}
.edit_profile .form-group .options a:nth-of-type(2){
    color: #ff2424;
}
.edit_profile .form-group:hover .options{
    opacity: 1;
}
