@charset "utf-8";
/* CSS Document */

@font-face{font-family: Raleway_Regular ; src: url(../fonts/Raleway-Regular.ttf)}
@font-face{font-family: Raleway_Medium ; src: url(../fonts/Raleway-Medium.ttf)}
@font-face{font-family: Raleway_Bold ; src: url(../fonts/Raleway-Bold.ttf)}
@font-face{font-family: Raleway_Light ; src: url(../fonts/Raleway-Light.ttf)}

html::-webkit-scrollbar{width:8px;height:8px}
html::-webkit-scrollbar-track{background-color:#fff}
html::-webkit-scrollbar-thumb{background-color:#FF7F00;border-radius:0}

body{font-family: "Raleway_Regular";width: 100%;color: #474747;}
a:hover,a:focus{text-decoration: none;}
h1,h2{font-family: "Raleway_Bold";}
h3{font-family: "Raleway_Medium";}
p{font-family: "Raleway_Light";}

.btn{
	font-family: "Raleway_Light";
	background-color: #FF7F00;
	color: #fff !important;
	border-radius: 50px;
	font-size: 18px;
	text-align: center;
	padding: 0 25px !important;
	height: 50px;
	line-height: 50px;
    outline: none !important;
	transition: all .4s;
}
.btn:hover{
	background-color: #fff;
	color: #FF7F00 !important;
}
.btn.black_hover:hover{
	background-color: #1F1A16;
}
.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;
	}
#body-overlay2{
        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;
 }
 .fixedPosition2
 {
    position: fixed;
 }


/* start top */

.top{
	background-color: #000;
	padding: 15px 60px;
}
.top .left {
    display: flex;
    float: left;
    align-items: center;
}
.top .left p{
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 0 15px;
}
.top .left .btn{
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
}
.top .right{
	float: right;
}
.top .right ul{
	margin: 0;
}
.top .right ul li{
	margin: 0 4px;
}
.top .right ul li i{
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	transition: all .3s;
}
.top .right ul li i:hover{
	color: #FF7F00;
}
.top img{width: 30px;}

/* end top */

/* start header */

.header{
	background-color: #fff;
	padding: 10px 60px;
}

.navigation .row{
	display: flex;
	align-items: center;
}
.navigation .logo img{
	height: 100px;
}
.navigation .navbar-default .nav-right li a.btn{
    font-size: 14px;
    padding: 0 15px !important;
    line-height: 50px;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
.navigation .navbar-default .navbar-nav{
	float: left;
}
.navigation .navbar-default .navbar-nav li{
	margin: 0 5px;
}
.navigation .navbar-default .navbar-nav li:last-child{
	margin-right: 0;
}
.navigation .navbar-default .nav-right{
	float: right;
	margin: 0;
}
.navigation .navbar-default .navbar-nav li a, .navigation .navbar-default .nav-right li a{
	font-family: "Raleway_Medium";
	font-size: 16px;
	line-height: 60px;
	color: #474747;
	padding: 0 2px;
	border: none;
	transition: all .3s;
}
.navigation .navbar-default .navbar-nav li a img {
    width: 30px;
    margin-left: -30px;
    opacity: 0;
    transition: all .3s;
}
.navigation .navbar-default .navbar-nav li a:hover{
	color: #FF7F00 !important;
    background-color: #1F1A16;
}
.navigation .navbar-default .nav-right li a i{margin-right: 8px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}

.width{width: 100% !important;}
.opacity{display: none !important;}

.navigation .search .search_sec {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    z-index: 9999999999;
    padding: 0 3%;
    display: none;
}
.navigation .search .search_sec form{width: 80%;float: left;}
.navigation .search .search_sec form .form-group{margin: 0;position: relative;}
.navigation .search .search_sec form .form-group .form-control {
    height: 50px;
    margin: 25px 0;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 18px;
}
.navigation .search .search_sec .close_search{
    float: right;
    line-height: 100px;
    color: #fff;
}

.sub-menu,.sub-menu2 {
    display: none;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 190px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
    max-height: 250px;
}
.sub-menu2{
    top: 0;
    left: 100%;
    transform: none;
}
.sub-menu li, .sub-menu2 li{margin: 0 !important;}
.sub-menu li a, .sub-menu2 li a {
    display: block;
    width: 100%;
    color: #1d1f25 !important;
    padding: 10px 10px !important;
    text-decoration: none;
    line-height: 23px !important;
    text-align: center !important;
    border-radius: 2px;
    transition: all .3s;
}

.menu-item-has-children{position: relative;}
.menu-item-has-children a{padding-right: 12px !important;}
.menu-item-has-children span {
    color: #474747;
    font-size: 15px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 2px;
    transition: all .3s;
}
.sub-menu li.menu-item-has-children span {
    color: #474747;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .3s;
}
.sub-menu a:hover, .sub-menu2 a:hover {
    background-color: #FF7F00 !important;
    color: #fff !important;
}
.navigation .navbar-default .navbar-nav li .sub-menu a:hover,
.navigation .navbar-default .navbar-nav li .sub-menu2 a:hover{
    color: #fff !important;
}
.navigation .navbar-default .navbar-nav li a:hover img {
    opacity: 1;
    margin-left: 5px;
}
.menu-item-has-children:hover .sub-menu{display: block !important;}
.sub-menu li.menu-item-has-children:hover .sub-menu2{display: block !important;}


.menu-item-has-children:hover span{color: #FF7F00;}
.menu-item-has-children:hover a:first-child{color: #FF7F00;}

.sub-menu li.menu-item-has-children:hover span{color: #fff;}



/* End header */

/* start slider */

.slider{
	background-color: #000;
	padding: 70px 60px;
    position: relative;
    overflow: hidden;
}
.slider .slider_img {
    width: auto;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.slider .slider_shape {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}
.slider #main_slider{
	width: 55%;
	float: left;
}
.slider .slider_text {
    padding: 80px 0;
    display: table;
    text-align: left;
    z-index: 9;
    position: relative;
}
.slider .slider_text h1 {
    font-size: 42px;
    line-height: 55px;
    color: #FF7F00;
    margin-top: 0;
    min-height: 55px;
    transition: all .3s;
    display: inline-block;
}
.slider .slider_text hr{
	width: 100px;
	height: 15px;
	background-color: #FF7F00;
	border-radius: 50px;
	border: none;
	float: left;
}
.slider .slider_text p{
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	float: left;
	margin: 20px 0;
	margin-bottom: 40px;
}
.slider .slider_text .btn{
	width: 250px;
	font-size: 22px;
	font-weight: bold;
	float: left;
}
.slider .slider_text .btn_white {
	width: 60px;
    padding: 0 !important;
    margin-left: 20px;
    background-color: #fff;
    color: #FF7F00 !important;
}
.slider .slider_text .btn_white:hover{
	color: #fff !important;
	background-color: #FF7F00;
}

.owl-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    left: 90%;
    right: auto;
    z-index: 999;
    display: -webkit-inline-box;
}
.owl-carousel .owl-dot{
    width: 12px;
    margin: 0 3px;
    height: 12px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all .5s ease;
}
.owl-carousel .owl-dot.active{
	background-color: #FF7F00 !important;
	border-color: #FF7F00 !important;
}

.output {
  
}
.output span.word {
    font-family: "Raleway_Bold";
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    margin-right: 10px;
    min-height: 55px;
    display: inline-block;
    transition: all .3s;
}
.output h1 {
  font-size: 30px;
}

/* Cursor Styling */
.cursor::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  background-color: white;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

h1.cursor::after {
  height: 30px;
  width: 2px;
}

p.cursor::after {
  height: 13px;
  width: 6px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.pulse-button {
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    line-height: 65px;
    color: #FF7F00;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 127, 0, 0.5);
    -webkit-animation: pulsee 1.5s infinite;
}

.pulse-button:hover {
  animation-duration: 2s;
}

@-webkit-keyframes pulsee {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}


/* end slider */

/* start about */

.about{
	padding: 40px 60px;
}
.about .row{
	display: inline-flex;
}
.about h1{
	font-size: 30px;
	line-height: 45px;
	margin-top: 10px;
}
.about h1 span{
	font-size: 20px;
	background-color: #FF7F00;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	transition: all .3s;
}
.about h1:hover span{
	background-color: #1F1A16;
	color: #FF7F00;
	border-radius: 5px;
}
.about h1:hover span:before{
	border-color: transparent #1F1A16 transparent transparent;
}
.about h1 span:before {
    content: "";
    border: 10px solid;
    border-width: 6px 10px 6px 10px;
    border-color: transparent #FF7F00 transparent transparent;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    transition: all .3s;
}
.about h3{
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
}
.about h3 span{
	text-transform: uppercase;
	color: #FF7F00;
}
.about h3 img{
    width: 35px;
    margin-right: 5px;
}
.about .info {
    display: inline-flex;
    align-items: center;
    margin: 0;
    margin-bottom: 45px;
}
.about .info .image{
	position: relative;
	margin-right: 15px;
	background-color: #000;
}
.about .info .image img{
	width: 100px;
	opacity: .5;
}
.about .info .image span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.about .info .text h3{
	font-size: 22px;
	line-height: 35px;
	margin: 0;
}
.about .info .text h4{
	font-size: 16px;
	line-height: 35px;
	color: #000000;
	margin: 0;
}
.about .line {
    text-align: right;
    width: calc(100% - 15px);
    position: absolute;
    bottom: -10px;
    left: 0;
}
.about .line:before{
	content: "";
	height: 1px;
	width: 100%;
	background-color: #707070;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.about .line h3 {
    font-size: 24px;
    line-height: 35px;
    color: #FF7F00;
    margin: 0;
    display: inline-block;
    background-color: #fff;
    padding-left: 0;
    transition: all .3s;
}
.about .img_container {
    width: 100%;
    height: 550px;
    max-height: 550px;
    position: relative;
}
.about .img_container img {
    height: 100%;
    width: 100%;
}
.about .img_container .event_name{
	background-color: #FF7F00;
	padding: 50px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
}
.about .img_container .event_name h1{
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
}
.about .img_container .event_name h3{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.about .img_container .event_name h3 span {
    color: #fff;
    margin-left: 5px;
    transform: rotateY(180deg);
    text-shadow: -2px -8px rgba(255, 255, 255, .6);
}

/* end about */

/* start sections */

.sections{
	background-image: url(../images/sections_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0E0711;
	padding: 10px 100px;
	overflow: hidden;
}
.sections .section_block {
    text-align: center;
    position: relative;
    margin: 0 auto;
    transition: all .3s;
    margin-bottom: 50px;
    margin-top: 20px;
    max-width: 260px;
    min-width: 232px;
    width: 90%;
}
.sections .section_block:after {
    content: "";
    position: absolute;
    background-color: #0E0711;
    height: 125%;
    width: 112%;
    float: left;
    left: -6%;
    top: 59%;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .1s;
}
.sections .section_block:before {
    content: "";
    width: 70%;
    height: 40%;
    border-radius: 50%;
    background-color: #0E0711;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .1s;
    opacity: 0;
}
.sections .section_block .img_container{
	width: 110px;
	height: 110px;
	background-color: transparent;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	z-index: 9;
	transition: all .3s;
}
.sections .section_block .img_container img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
}
.sections .section_block .img_container img.icon1{
	opacity: 1;
}
.sections .section_block .img_container img.icon2{
	opacity: 0;
}
.sections .section_block h3{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 9;
}
.sections .section_block p {
    font-size: 22px;
    line-height: 30px;
    color: #868686;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.sections .section_block .pie-wrapper {
    height: 136%;
    width: 122%;
    float: left;
    left: -11%;
    top: 59%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 28em;
}
.sections .section_block .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(auto, auto, auto, auto);
    left: 0;
    position: absolute;
    top: 0;
}
.sections .section_block .pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 15px solid #3498db;
    border-radius: 50%;
    clip: rect(0, 0em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
}
.sections .section_block .pie-wrapper.progress-45 .pie .half-circle {
    border-color: #FF7F00;
}
.sections .section_block .pie-wrapper.progress-45 .pie .left-side {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    opacity: 0;
}
.sections .section_block .pie-wrapper.progress-45 .pie .right-side {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    opacity: 0;
}


.sections .section_block:hover .pie-wrapper .pie .half-circle{clip: rect(0, 0.5em, 1em, 0);}
.sections .section_block:hover .pie-wrapper.progress-45 .pie .left-side {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}
.sections .section_block:hover .pie-wrapper.progress-45 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
}

.sections .section_block:hover .img_container{background-color: #FF7F00;}
.sections .section_block:hover .img_container img.icon2{opacity: 1;}
.sections .section_block:hover:after,.sections .section_block:before {
    opacity: 1;
}
.sections .section_block:hover:before{z-index: 9;}


/* end sections */

/* start services */

.services{
	padding: 80px 40px;
}
.services #service_slider{
	padding: 0 20px;
}
.main_title{
	text-align: center;
	margin-bottom: 10px;
}
.main_title h3{
	font-size: 18px;
	line-height: 35px;
	color: #A3A3A3;
	margin: 0;
}
.main_title h1 {
    font-size: 35px;
    line-height: 55px;
    position: relative;
    margin: 0 auto;
    display: table;
}
.main_title h1:before{
	content: "";
	background-color: #FF7F00;
	height: 1px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}
.main_title h1:after{
	content: "";
	background-color: #FF7F00;
	height: 1px;
	width: 30px;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}
.services .service_block {
    background-color: #fff;
    padding: 20px 5px;
    padding-top: 5px;
    text-align: center;
    box-shadow: 2px 5px 15px rgba(181, 181, 181, .4);
    margin: 30px 20px;
    position: relative;
    transition: all .3s;
}
.services .service_block .service_block-hover {
    content: "";
    width: 95%;
    height: 97%;
    background-color: #FD7F03;
    position: absolute;
    top: 3%;
    left: 0%;
    z-index: -1;
    transform: none;
    opacity: 0;
    transition: all .3s;
}
.services .service_block img {
    width: 100% !important;
    height: 200px;
    margin: 0 auto;
}
.services .service_block h1{
	font-size: 22px;
	line-height: 45px;
    position: relative;
    z-index: 9;
}
.services .service_block p {
    font-size: 16px;
    overflow: hidden;
    height: 85px;
    line-height: 28px;
    position: relative;
    z-index: 9;
}
.services .service_block a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
    position: relative;
    z-index: 9;
}
.services .service_block a i {
    margin-left: 5px;
    float: right;
    line-height: 30px;
}
.services .service_block:hover a{color: #FD7F03;}
.services .service_block:hover .service_block-hover {
    top: 6%;
    left: 9%;
    transform: rotate3d(6, 4, 3, 8deg);
    opacity: 1;
}
.services .owl-carousel.owl-rtl .owl-item{overflow: hidden;}
#service_slider .owl-carousel .owl-item{overflow: hidden;}
#service_slider .owl-dots{
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
#service_slider .owl-dot{background-color: #ECECEC;border-color: #ECECEC;}

/* end services */
/* start advice */
.advice{
	background-image: url(../images/advice_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0E0711;
	padding: 20px 60px;
}
.advice .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advice .content img{
	max-width: 100px;
}
.advice .content h1{
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	margin: 0;
	flex-basis: 60%;
	margin-left: -5%;
}
.advice .content a.btn{
	float: right;
}
.advice .content a.btn i{
	margin-left: 20px;
}

/* end advice */

/* start courses */

.courses{
	padding: 50px 0;
	overflow: hidden;
}
#courses_slider{
	width: 114%;
	margin-left: -7%;
}
.course_block{
	position: relative;
	margin: 20px 0;
}
.course_block .main_img {
    width: 100%;
    height: 315px;
}
.course_block .text {
    background-color: #FB8613;
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 40px 0;
    padding-left: 15px;
    margin-top: -110px;
    overflow: hidden;
}
.course_block .text .img_container {
    width: 200px;
    height: 200px;
    background-color: #ffa349;
    position: absolute;
    top: -110px;
    right: -100px;
    border-radius: 50%;
    transition: all .3s;
}
.course_block .text .img_container img {
    width: 50px !important;
    position: absolute;
    bottom: 28px;
    left: 38px;
    transition: all .5s;
}
.course_block .text .img_container img.icon1{opacity: 1;}
.course_block .text .img_container img.icon2{opacity: 0;}

.course_block .text h1{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 5px 0;
}
.course_block .text p{
	font-size: 16px;
	line-height: 28px;
	color: #FFF1E3;
	margin: 5px 0;
}
.course_block:hover  .text .img_container{
	background-color: #fff;
}
.course_block:hover .text .img_container img.icon2{opacity: 1;}
#courses_slider .owl-dots{
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}
#courses_slider .owl-dot{background-color: #ECECEC;border-color: #ECECEC;}

/* end courses */

/* start client */

.client{
	padding: 30px 50px;
	background-image: url(../images/client_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.client .main_title h3{color: #FB8613;}
.client .client_block {
    background-color: #fff;
    box-shadow: 0 3px 16px #e3e3e3;
    position: relative;
    margin: 40px 10px;
    direction: ltr;
    padding: 30px;
}
.client .client_block:before {
    content: "";
    width: 90%;
    height: 50%;
    background-color: #F7F7F7;
    position: absolute;
    bottom: -16px;
    left: 5%;
    z-index: -1;
}
.client .client_block .info{
	display: flex;
	align-items: center;
}
.client .client_block .info img{
	width: 128px !important;
	height: 128px;
	border-radius: 50%;
	margin-right: 20px;
}
.client .client_block .info .text h3{
	font-size: 22px;
	line-height: 35px;
	color: #292929;
	margin: 0;
}
.client .client_block .info .text h4{
	font-size: 16px;
	line-height: 25px;
	color: #969696;
	margin: 0;
	font-style: italic;
}
.client .client_block p {
    font-size: 17px;
    line-height: 38px;
    color: #292929;
    padding-left: 30px;
    margin: 20px 0;
}

/* end client */

/* start connect */
.connect{
	padding: 70px 50px;
    position: relative;
}
.connect .connect_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.connect .connect_bg .overlay_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0C0703;
    opacity: 0.8;
}
.connect .connect_bg img{
    width: 100%;
    height: 100%;
}
.connect .main_title h3{color: #FB8613;}
.connect .main_title h1{color: #fff;}
.connect .main_title p{
	font-size: 16px;
	line-height: 30px;
	color: #DCDCDF;
	margin: 20px auto;
	font-weight: 600;
	width: 50%;
}
.connect .btn{
    width: 230px;
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}
.connect .btn i{margin-left: 5px;}
.connect form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin-top: 50px;
}
.connect form .form-group {
    margin: 0;
    width: 24.5%;
    text-align: right;
}
.connect form .form-control{
	height: 90px;
	background-color: #17120D;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0 20px;
	font-size: 18px;
	color: #AFAFB8;
}
.connect form .form-group .btn{
	width: 80%;
}

/* end connect */

/* start blog */

.blog{
	padding: 60px;
	background-image: url(../images/blog_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.blog .main_title{
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.blog .main_title h1{margin: 0;padding-left: 40px;}
.blog .main_title h1:after{display: none;}
.blog .main_title h1:before{left: 0;}
.blog .main_title h3{color: #FB8613;padding-left: 10px;}
.blog .main_title p{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	color: #434343;
	flex-basis: 50%;
	font-weight: 600;
}
.blog .blog_block{
	position: relative;
	margin-bottom: 40px;
}
.blog .blog_block img {
    width: 390px;
    height: 350px;
    max-width: 95%;
}
.blog .blog_block h3.date{
	width: 115px;
	height: 35px;
	background-color: #FF7F00;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 30px;
	margin: 0;
}
.blog .blog_block .blog_info {
    width: 94%;
    background-color: #FF7F00;
    margin-left: 40px;
    padding: 15px 25px;
    margin-top: -90px;
    position: relative;
    transition: all .5s;
}
.blog .blog_block .blog_info ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.blog .blog_block .blog_info ul:after{
	content: "";
	width: 1px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
.blog .blog_block .blog_info ul li{
	font-size: 11px;
	line-height: 26px;
	color: #fff;
	transition: all .3s;
}
.blog .blog_block .blog_info ul li i{margin-right: 5px;}
.blog .blog_block .blog_info h1{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 10px 0;
	transition: all .3s;
}
.blog .blog_block .blog_info a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	transition: all .3s;
}
.blog .blog_block .blog_info a i{margin-left: 5px;}

.blog .blog_block:hover .blog_info {
    background-color: #fff;
    box-shadow: 2px 2px 15px rgba(255, 127, 0, .3);
}
.blog .blog_block:hover .blog_info ul:after{background-color: #FF7F00;}
.blog .blog_block:hover .blog_info a,
.blog .blog_block:hover .blog_info ul li,
.blog .blog_block:hover .blog_info h1{
	color: #FF7F00;
}

.Subscribe {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 3px 25px rgba(91, 91, 91, .5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    margin-bottom: -80px;
    padding: 40px;
    position: relative;
}
.Subscribe h1{
	font-size: 35px;
	line-height: 45px;
	margin: 0;
}
.Subscribe h3{
	font-size: 16px;
	line-height: 30px;
	color: #7E7E7E;
	margin: 0;
}
.Subscribe form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 53%;
}
.Subscribe form .form-control{
	height: 55px;
	background-color: #fff;
	border: 1px solid #E1E1E1;
	padding: 0 20px;
	border-radius: 50px;
	font-size: 18px;
	color: #858585;
	margin-right: 15px;
}

/* end blog */

/* start footer */

footer{
	background-image: url(../images/footer_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 150px;
}
footer .top_footer{
	padding: 0 60px;
}
footer .footer_logo{
    width: 90px;
}
footer p{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin: 20px 0;
}
footer ul{list-style: none;padding: 0;margin: 0;}
footer ul li,
footer ul li a{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	transition: all  .3s;
}
footer ul li i{
	color: #FF7F00;
	margin-right: 10px;
}
footer .footer_title{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 80px;
	margin-bottom: 20px;
}
footer .middle{
	display: flex;
	justify-content: space-around;
}
footer .middle ul li a{
	color: #B3B2B0;
	line-height: 50px;
}
footer .middle ul li a:hover,
footer .news_block:hover h4{
	color: #FF7F00;
}
footer .news_block{
	margin-bottom: 20px;
}
footer .news_block a {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
footer .news_block img{
	width: 110px;
    height: 110px;
	margin-right: 15px;
}
footer .news_block h4{
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	margin-top: 0;
}
footer .middle ul li a{line-height: 30px;}
footer .news_block p{
	font-size: 14px;
	line-height: 27px;
	color: #d1d1d1;
	margin: 0;
}
footer .bottom{
	padding: 0 60px;
	border-top: 1px solid #2B2825;
	margin-top: 20px;
}
footer .bottom_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
footer .bottom p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}
footer .bottom p a{
	margin: 0 5px;
}
footer .bottom ul li i{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	transition: all .3s;
}
footer .bottom ul li i:hover{
	color: #FF7F00;
}

/* end footer */


.sub_head{
    background-image: url(../images/sub_head-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px;
}
.sub_head .sub_title{
    float: left;
}
.sub_head .sub_title h1{
    font-size: 35px;
    line-height: 47px;
    color: #fff;
    margin-top: 0;
}
.sub_head .sub_title h3{
    font-size: 18px;
    line-height: 24px;
    color: #D8D8D8;
    margin: 0;
}
.sub_head ul{
    float: right;
    margin: 25px 0;
}
.sub_head ul li {
    position: relative;
    padding-right: 0;
    padding-left: 20px;
}
.sub_head ul li:after{
    content: "-";
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -15px;
}
.sub_head ul li:last-child:after{
    display: none;
}
.sub_head ul li a{
    font-family: "Raleway_Light";
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    transition: all .3s;
}
.sub_head ul li a:hover{
    color: #FF7F00;
}

.main_service{
    padding: 80px 40px;
    padding-bottom: 0;
}
.main_service .myService{
    position: relative;
    margin: 40px 0;
}
.main_service .myService .img_container{
    position: relative;
}
.main_service .myService .img_container img{
    width: 100%;
    height: 340px;
}
.main_service .myService .img_container .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(22, 26, 51, 0.8) !important;
    opacity: 0;
    z-index: 9 !important;
    transition: all .3s;
}
.main_service .myService .services_title{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: -35px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.main_service .myService .services_title h3{
    font-size: 24px;
    line-height: 70px;
    color: #474747;
    background-color: #fff;
    margin: 0;
    transition: all .3s;
}
.main_service .myService .services_title p{
    font-size: 16px;
    line-height: 30px;
    color: #474747;
    margin: 30px 0;
    padding: 0 10px;
}
.main_service .myService .services_title a{
    font-size: 16px;
    color: #000;
}

.main_service .myService:hover .services_title h3{
    color: #fff;
    background-color: #FF7F00;
}
.main_service .myService:hover .img_container .overlay{
    opacity: 1;
}

.pagination {
    margin: 0 auto;
    display: table;
    padding-top: 10px;
}
.pagination li a{
    width: 60px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    border-radius: 50px !important;
    font-size: 24px;
    border: 1px solid #707070;
    background-color: #fff;
    color: #646464;
    margin: 0 10px;
    transition: all .3s;
}
.pagination li a:hover, .pagination li.active a{
    background-color: #FF7F00 !important;
    border: 1px solid #FF7F00 !important;
    color: #fff;
}
.course_page{padding-bottom: 0;}
.course_page .course_block .text {
    width: 90%;
    height: 150px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.5);
    margin-top: -60px;
}
.course_page .course_block .text p{
        text-overflow: ellipsis;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}
.course_page .pagination{padding-top: 40px;}
.course_page .course_block .main_img {
    height: 260px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.3);
}

.single_service{
    padding: 60px;
    text-align: center;
}
.single_service .serv_name img{
    width: 100%;
    height: 440px;
}
.single_service .serv_name h3{
    font-size: 35px;
    line-height: 50px;
    color: #000;
    margin-top: 20px;
}
.single_service .serv_name p{
    font-size: 18px;
    line-height: 30px;
    color: #474747;
    margin-bottom: 20px;
}
.single_service ul{
    list-style: none;
    padding: 0;
}
.single_service .serv_name ul li{
    font-size: 22px;
    line-height: 40px;
    color: #474747;
    font-family: "Raleway_Light";
    margin-bottom: 10px;
}
.single_service .serv_name ul li i{
    margin-right: 5px;
    font-size: 14px;
    color: #FF7F00;
}
.single_service .other_services{
    background-color: #FF7F00;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.single_service .other_services h1{
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}
.single_service .other_services ul li a{
    font-size: 24px;
    line-height: 53px;
    color: #fff;
    transition: all .3s;
}
.single_service .other_services ul li img{
    margin-right: 20px;
}
.single_service .other_services ul li a:hover{
    color: #000;
}
.single_service .word{
    background-color: #161A33;
    padding: 20px 40px;
}
.single_service .word p{
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 40px;
}
.single_service .word span {
    font-size: 120px;
    display: block;
    color: #fff;
    font-weight: bold;
    margin-top: -80px;
}
.single_service .word .info {
    display: flex;
    align-items: center;
}
.single_service .word .info img{
    width: 128px;
    height: 128px;
    border-radius: 50px;
    margin-right: 25px;
}
.single_service .word .info h4{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-top: 0;
}
.single_service .word .info h4{
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.contact{
    padding: 80px 70px;
}
.contact h1{
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.contact form{
    width: 80%;
    margin: 0 auto;
}
.contact form .form-group{position: relative;}
.contact form .form-group .form-control{
    border: 1px solid rgba(112, 112, 112, .3);
    border-radius: 0;
    height: 60px;
    outline: none;
    box-shadow: none;
    padding-left: 50px;
}
.contact form .form-group textarea.form-control{
    height: 220px;
    resize: none;
    padding-top: 20px;
}
.contact form .form-group span{
    font-size: 25px;
    line-height: 60px;
    color: #FF7F00;
    position: absolute;
    top: 0;
    left: 15px;
}
.contact form p{
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    width: 60%;
    margin-top: 10px;
}
.contact form .btn{
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    display: table;
    font-weight: bold;
}

.article{
    padding: 80px 70px;
}
.article .article_text img{
    width: 100%;
}
.article .article_text ul.detail{
    margin: 20px 0;
}
.article .article_text ul.detail li{
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-right: 30px;
}
.article .article_text ul.detail li span{
    font-size: 20px;
    color: #FF7F00;
    margin-right: 15px;
}
.article .article_text h3{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 20px 0;
}
.article .article_text p{
    font-size: 22px;
    line-height: 40px;
    color: #474747;
    margin-bottom: 30px;
}
.article .article_text p + ul{
    list-style: none;
    padding: 0;
}
.article .article_text p + ul li{
    font-size: 22px;
    line-height: 40px;
    color: #474747;
    font-family: "Raleway_Light";
    margin-bottom: 10px;
}
.article .article_text p + ul li i{
    margin-right: 5px;
    font-size: 14px;
    color: #FF7F00;
}
.article_search{
    background-color: #161A33;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px 25px;
}
.article_search h1{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0;
}
.article_search .form-group{
    margin-bottom: 30px;
    position: relative;
}
.article_search .form-control{
    height: 50px;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 2px;
}
.article_search .form-group span{
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
}
.last_news{
    background-color: #F9F9F9;
    border-radius: 8px;
}
.last_news h1{
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #FF7F00;
    border-radius: 8px 8px 0 0;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 25px;
}
.last_news .news_item a {
    margin: 10px 25px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    display: flex;
    align-items: center;
    padding: 12px 0;
    margin-top: 0;
}
.last_news .news_item:last-child a{border-bottom: none;padding-bottom: 30px;}
.last_news .news_item img{
    width: 100px;
    height: 90px;
    margin-right: 20px;
}
.last_news .news_item p{
    font-size: 14px;
    line-height: 25px;
    color: #565656;
    transition: all .3s;
}
.last_news .news_item p span{
    display: block;
}
.last_news .news_item a:hover p{color: #FF7F00;}
.article .article_search .form-control{padding: 0 5px;}

.single_course{
    padding: 60px;
}
.single_course .course_detail .main_img{
    width: 100%;
    margin-bottom: 10px;
    max-height: 500px;
}
.single_course .course_detail h2{
    font-size: 35px;
    line-height: 50px;
    color: #000;
    margin: 15px 0;
}
.single_course .course_detail .course_subscribe{
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(112, 112, 112, .45);
    border-bottom: 1px solid rgba(112, 112, 112, .45);
    margin-bottom: 30px;
}
.single_course .course_detail .course_subscribe .course_info:first-child{
    display: flex;
    align-items: center;
}
.single_course .course_detail .course_subscribe img{
    float: left;
    margin-right: 15px;
}
.single_course .course_detail .course_subscribe h4{
    font-size: 16px;
    color: #AAAAAA;
    margin-top: 0;
}
.single_course .course_detail .course_subscribe h3{
    font-size: 16px;
    color: #000;
    margin: 0;
}
.single_course .course_detail .course_subscribe img + div{
    float: left;
}
.single_course .course_detail ul.rate li{
    font-size: 16px;
    color: #FF7F00;
    padding: 0;
}
.single_course .course_detail .course_subscribe h6{
    font-size: 26px;
    color: #FF7F00;
}
.single_course .course_detail .course_subscribe .btn{
    border-radius: 4px;
    width: 180px;
}
.single_course .course_detail .course_subscribe .course_info{
    margin: 10px 0;
}
.single_course .course_detail .serv_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_course .course_detail .serv_name h3{
    font-size: 22px;
    line-height: 35px;
    color: #000;
    margin: 0;
}
.single_course .course_detail .serv_name .left p,
.single_course .course_detail .add_comment p{
    font-size: 16px;
    line-height: 35px;
    color: #474747;
}
.single_course .course_detail .serv_name .right .info_box{
    width: 340px;
    background-color: #F1F1F1;
    padding: 20px;
    padding-bottom: 0;
    margin-left: 70px;
}
.single_course .course_detail .serv_name .right .info_box h3{
    padding: 0 10px;
}
.single_course .course_detail .serv_name .right .info_box p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid rgba(112, 112, 112, .16);
    padding: 10px;
    margin: 0;
}
.single_course .course_detail .serv_name .right .info_box p:last-child{
    border-bottom: none;
}

.single_course .course_detail .word {
    background-color: #161A33;
    padding: 40px 20px;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.single_course .course_detail .word div{
    width: 80%;
}
.single_course .course_detail .word p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.single_course .course_detail .word span {
    font-size: 100px;
    line-height: 20px;
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: -30px;
    text-align: right;
}
.single_course .course_detail .word img{
    width: 120px;
    height: 120px;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 70px;
}
.single_course .course_detail .word h4{
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.single_course .course_detail .reviews {
    border-top: 1px solid rgba(112, 112, 112, .45);
    border-bottom: 1px solid rgba(112, 112, 112, .45);
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.single_course .course_detail .reviews h3,.single_course .course_detail .add_comment{
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}
.single_course .course_detail .reviews h1{
    width: 120px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 35px;
    color: #000;
    border: 2px solid #FF7F00;
    position: relative;
    margin: 0;
    margin-right: 100px;
}
.single_course .course_detail .reviews h1 span {
    font-size: 5px;
    line-height: 10px;
    display: block;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single_course .course_detail .reviews h1 i{
    font-size: 6px;
    line-height: 12px;
    display: block;
}
.single_course .course_detail .reviews ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.single_course .course_detail .reviews ul li{
    font-size: 11px;
    line-height: 22px;
    color: #D8D8D8;
}
.single_course .course_detail .reviews ul li span {
    width: 200px;
    height: 10px;
    background-color: #F1F1F1;
    display: inline-block;
    margin: 0 5px;
}
.single_course .course_detail .add_comment h4 {
    font-size: 18px;
    line-height: 35px;
    color: #474747;
    width: 150px;
    margin-right: 30px;
}
.single_course .course_detail .add_comment .form-group:first-child h4{
    width: auto;
}
.single_course .course_detail .add_comment h4 ul {
    display: inline-block;
    margin: 0 10px;
}
.single_course .course_detail .add_comment .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single_course .course_detail .add_comment .form-control {
    height: 55px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.single_course .course_detail .add_comment textarea.form-control{
    height: 230px;
    resize: none;
}
.single_course .course_detail .add_comment .btn{
    width: 330px;
}
.single_course .course_detail .add_comment .form-group:last-child{
    float: right;
    margin-bottom: 0;
}

.categories{
    background-color: #F9F9F9;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.categories h1{
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #FF7F00;
    border-radius: 8px 8px 0 0;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 25px;
}
.categories ul{
    list-style: none;
    padding: 0;

}
.categories ul li a {
    margin: 10px 25px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.categories ul li a span{
    width: 30px;
    height: 25px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-color: #D8D8D8;
    border-radius: 6px;
}
.book_now {
    background-image: url(../images/book_img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;
    padding-top: 150px;
    text-align: center;
    margin-bottom: 40px;
}
.book_now h2{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
}
.book_now h1{
    font-size: 50px;
    line-height: 60px;
    color: #FF7F00;
    margin-top: 0;
}
.book_now p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.book_now .btn{
    width: 70%;
    margin-top: 30px;
}

.packages{
    padding: 80px 70px;
}
.packages .package_block{
    border: 2px solid #F4F5F9;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 60px 10px;
    margin-top: 40px;
    overflow: hidden;
    transition: all .3s;
}
.packages .package_block img{
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: -1;
    max-width: 70%;
}
.packages .package_block hr{
    border-top: 1px solid #24344A;
    width: 105px;
    margin-top: 0;
}
.packages .package_block h3{
    font-size: 35px;
    margin: 30px 0;
    color: #24344A;
}
.packages .package_block h1{
    width: 250px;
    height: 250px;
    background-color: #FF7F00;
    margin: 0 auto;
    font-size: 70px;
    line-height: 250px;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
}
.packages .package_block h1 span{
    font-size: 30px;
}
.packages .package_block ul{
    list-style: none;
    padding: 0;
    margin-top: 50px;
}
.packages .package_block ul li{
    position: relative;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.packages .package_block ul li span{
    width: 30px;
    height: 30px;
    background-color: #FF7F00;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 20px;
}
.packages .package_block .btn{
    width: 70%;
    background-color: #F4F5F9;
    color: #000 !important;
    margin-top: 80px;
}
.packages .package_block:hover{
    border-color: #FF7F00;
}
.packages .package_block:hover .btn{
    background-color: #FF7F00;
    color: #fff !important;
}

.login{
    padding-top: 60px;
}
.login .login_content{
    background-color: #fff;
    box-shadow: 1px 8px 30px rgba(159, 159, 159, .2);
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
    padding: 40px 10px;
}
.login .login_content h3{
    font-size: 35px;
    color: #000;
    text-align: center;
}
.login .login_content h4{
    font-size: 20px;
    color: #000;
    text-align: center;
}
.login .login_content h4 span{
    color: #FF7F00;
}
.login .login_content form{
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.login .login_content form .form-group{
    position: relative;
    margin-bottom: 25px;
}
.login .login_content form label{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.login .login_content form .form-control{
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #fff;
    padding-left: 50px;
    transition: all .3s;
}
.login .login_content form .form-control:focus{
    border-color: #FF7F00;
}
.login .login_content form .form-group span{
    font-size: 24px;
    color: #FF7F00;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.login .login_content form .form-group label.checkbox {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    margin: 0;
    cursor: pointer;
    float: left;
}
.login .login_content form .form-group label.checkbox input {
    position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.login .login_content form .form-group label.checkbox i{
    margin-left: 30px;
}
.login .login_content form .form-group label.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #FF7F00;
}

/* On mouse-over, add a grey background color */
.login .login_content form .form-group label.checkbox:hover input ~ .checkmark {
  background-color: #fefefe;
}

/* When the checkbox is checked, add a blue background */
.login .login_content form .form-group label.checkbox input:checked ~ .checkmark {
  background-color: #FF7F00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.login .login_content form .form-group label.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.login .login_content form .form-group label.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.login .login_content form .form-group label.checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login .login_content form .form-group .forgot_pw{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    float: right;
}
.login .login_content form .form-group .btn{
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
    max-width: 360px;
}
.login .login_content form .form-group h5.register{
    font-size: 14px;
    color: #000;
    text-align: center;
}
.login .login_content form .form-group h5.register a{
    color: #FF7F00;
}

/* start payment */

.payment{
    padding: 60px;
    padding-bottom: 0;
}
.payment .main_title{
    margin-bottom: 100px;
}
.payment .offer {
    width: 420px;
    text-align: center;
    position: relative;
    margin-right: 120px;
    float: right;
}
.payment .offer h3{
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    background-color: #FF7F00;
    position: relative;
}
.payment .offer h3:after{
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    border: 1px solid #FF7F00;
    position: absolute;
    top: -12px;
    right: 40px;
}
.payment .offer .list {
    background-color: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 130px;
}
.payment .offer .list ul{
    list-style: none;
    padding: 0;
}
.payment .offer .list ul li {
    font-size: 12px;
    line-height: 22px;
    margin: 20px 0;
    color: #000;
    margin-top: 10px;
}
.payment .offer .list ul li{
    font-size: 12px;
    line-height: 27px;
    color: #000;
}
.payment .offer .list ul li span{
    width: 22px;
    height: 22px;
    background-color: #FF7F00;
    color: #fff;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 20px;
}
.payment .offer .list h1 {
    width: 260px;
    height: 260px;
    background-color: #FF7F00;
    font-size: 50px;
    color: #fff;
    line-height: 220px;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -120px;
    right: -120px;
    border: 20px solid #fff;
}
.payment .offer .list h1 span{font-size: 18px;}

.payment .payment_method {
    width: 85%;
    margin: 8px 0;
}
.payment .payment_method .form-group{
    margin-bottom: 40px;
    position: relative;
}
.payment .payment_method .form-group .block {
    height: 95px;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    transition: all .3s;
}
.payment .payment_method .form-group .block:hover{
    border-color: #FF7F00;
}
.payment .payment_method .form-group .block img{
    height: 100%;
    margin-right: 15px;
}
.payment .payment_method .form-group .block h4{font-size: 24px;color: #000;margin: 0;}
.payment .payment_method .form-group .block input{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.payment .payment_method .form-group .form-control {
    height: 80px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .04);
    padding: 0 55px;
    font-size: 18px;
    padding-right: 15px;
    transition: all .3s;
}
.payment .payment_method .form-group span{
    font-size: 25px;
    color: #FF7F00;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 15px;
}
.payment .payment_method .form-group i {
    width: 30px;
    height: 80px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
}
.payment .payment_method .form-group .btn{
    width: 100%;
    height: 80px;
    border-radius: 8px;
    font-size: 22px;
}
.payment .payment_method .form-group .form-control:hover {
    box-shadow: 0 3px 25px rgba(255, 127, 0, 0.2);
}

/* end payment */
