/*
	Template Name: Eventor -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/themewinter
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/


/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area
5.  Slider
6.	Countdown
7.  Features
8.  Facts
9.	Schedule
10.	Speakers
11.	Sponsors
12.	Pricing
13. Content area
14. Latest blog
15.	Venue
16. Footer
17. Sub Pages
18. Contact Us
19. News Listing
20. News Single
21. Sidebar
22. Error page
	
*/









@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i);

@font-face {
    font-family: Arimo-Regularimport;
    src: url("../fonts/Arimo-Regular.ttf");
}

/* Typography
================================================== */

/* 
top banner css sr code
*/

.srcontainer{
  margin:50px auto;
  width:500px;
  height:200px;
  overflow:hidden 50px;
  border:8px solid;
  border-top-left-radius:70px;
  border-top-right-radius:70px;
  border-bottom: none 50px;
  border:auto;
  border-color:#1F3C67;
  position:relative;

}
.srcontainer2{
  margin:50px auto;
  margin-left:-8px;
  width:500px;
  height:200px;
  overflow:hidden 50px;
  border:8px solid;
  border-bottom-left-radius:70px;
  border-bottom-right-radius:70px;
  border-top: none 50px;
  border:auto;
  border-color:#1F3C67;
  position:relative;

}





* {
    margin: 0;
    padding: 0;
  	-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/*	.bodydiv {
		width: 100%;
		height: 100%;
		font-family: "helvetica neue", helvetica, arial, sans-serif;
		font-size: 13px;
		text-align: center;
		background: #fff;
	}*/



	@-moz-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@-webkit-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@-o-keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	@keyframes rotate {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(-360deg);}
	}

	.round {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 20px;		
		text-decoration-color: #fff;		
		text-align: center;
		font-size: 20px;
		letter-spacing: -.065em;
		font-family: "Hammersmith One", sans-serif;		
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		box-shadow: 2px 2px 7px rgba(0,0,0,.2);
		border-radius: 300px;
		z-index: 1;
		border-width: 4px;
    text-decoration:none;
	}

	a.blue {
		background-color: #1F3C67;
		color: #fff;
	}
a.green {
		background-color: #66cd00;
		color: #fff;
	}
.banner-subtitle{
    font-size: 30px;
    color: #32323d;
	 font-family: 'Arimo', "Arimo-Regularimport";
    font-weight: normal;
        text-shadow:0px 0px 9px rgba(0, 0, 0, 0.2);
}
#clippy .mf{ 
    font-family: 'Arimo', "Arimo-Regularimport";
    font-size:18px;
    
}
.countdown{
         font-family: 'Arimo', "Arimo-Regularimport";     
}
.t21{
         font-family: 'Arimo', "Arimo-Regularimport";   
}

.t22{
         font-family: 'Arimo', "Arimo-Regularimport";   
}

.banner-text-header{
  font-size:95px;
  color:#fff;
          text-shadow:0px 0px 9px rgba(0, 0, 0, 0.2);
}
.banner-text-header2{
  font-size:60px;
  color:#fff;
          text-shadow:0px 0px 9px rgba(0, 0, 0, 0.2);
}

.banner-titlesr{
  font-size:60px;
  color:#ff9512;
  height: auto;
  width: auto;
}


/*
sr code top bannercss end
*/
/* 
================================================== */




body {
    background: #fff;
    color: #333;
}

body,
p {
    font-family: 'Arimo', "Arimo-Regularimport";
	direction:rtl;
    line-height: 24px;
    font-size: 14px;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 80px;
    line-height: 48px;
    font-weight: 500;
	direction:rtl;
    font-family: 'Arimo', "Arimo-Regularimport";
}
h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
	direction:rtl;
    font-family: 'Arimo', "Arimo-Regularimport";
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
	direction:rtl;
    font-family: 'Arimo', "Arimo-Regularimport";
    
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    direction:rtl;
	font-family: 'Arimo', "Arimo-Regularimport";
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

.success-container {
    border: 1px solid green;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: green;
    color: #fff;
}

.err-container {
    border: 1px solid red;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: red;
    color: #fff;
}

#register-form {
    position: relative;
    z-index: 2;
}

.red {
    color: red;
}

textarea {
    resize: none;
    overflow: hidden;
    overflow-y: hidden;
}

/* Global styles
================================================== */
.banner-mid{
    color:#FF8A00; 
    font-size:65px;
    height: auto;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}
body {
    border: 0;
    margin: 0;
    padding: 0;
}
.body-inner {
    position: relative;
    overflow: hidden;
}
a:link,
a:visited {
    text-decoration: none;
}
a {
    color: #1F3C67;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a.read-more {
    color: #1F3C67;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more:hover {
    color: #222;
}
section,
.section-padding {
    padding: 80px 0;
    position: relative;
}
.gradient-bg{
    position: relative;
}
.gradient-bg .section-title{
    color: #1c1c24;
}
.gradient-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color:#1F3C67;
}

.bg-overlay.gradient-bg:before{
    z-index: 1;
}

/* Bootstrap No gutter */

.row.no-gutter{
    margin-left: 0;
    margin-right: 0;
}

.ts-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row.no-gutter > [class^="col-"], .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}
.media>.pull-left {
    margin-right: 20px;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.mrb-80 {
    margin-bottom: -80px;
}
.mrt-0 {
    margin-top: 0 !important;
}
.pab {
    padding-bottom: 0;
}
a:focus {
    outline: 0;
}
img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-padding {
    padding: 60px;
}
.solid-bg {
    background: #f7f7f7;
    padding: 60px 0;
}
.solid-dark {
    background: #1c1c24;
    color: #fff;
    padding: 60px 0;
}

.solid-dark h2, .solid-dark h3, .solid-dark h4{
	color: #fff;
	    font-family: 'Arimo', "Arimo-Regularimport";
}

.solid-dark h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
}

.pattern-bg{
	padding: 80px 0;
	background: #eee;
	background: url(../images/pattern3.png);
}
.solid-row {
    background: #f0f0f0;
}
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.alert .icon {
    margin-right: 15px;
}

/* Dropcap */
.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}
.dropcap.primary {
    background: #ff0763;
    color: #fff;
}
.dropcap.secondary {
    background: #3a5371;
    color: #fff;
}

/* Section title */
.section-title,
.intro-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin:0;
    color: #198ee8;
}

.section-sub-title,
.intro-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #fff;
       font-family: 'Arimo', "Arimo-Regularimport";
}
.section-title.title-white,
.section-sub-title.title-white {
    color: #fff;
}

.intro-sub-title{
    margin-bottom: 10px;
}

/* Title classic */

.title-classic {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.title-classic span {
    font-size: 16px;
    display: block;
    line-height: 20px;
    font-weight: 400;
}
.title-classic.left {
    margin-top: 0;
}

/* Features box */

.feature-box {
	margin-bottom: 30px;
}

.feature-box.last{
	margin-bottom: 0;
}

.feature-box .feature-box-media{
	float: left;
}

.feature-box-content{
	margin-left: 115px;
}

.feature-box-icon i {
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ff0763;
    border-radius: 100%;
    font-size: 28px;
    color: #fff;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.feature-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.feature-box-content .btn-primary {
    padding: 10px 20px;
    margin-top: 10px;
}
.feature-box:hover .feature-box-icon i {
    background: #eee;
    color: #ff0763;
}

/* Featur box center */

.feature-box-center{
    text-align: center;
}

.feature-box-center .feature-box-content{
    margin-left: 0;
}


/* Video responsive */

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Input form */

.form-control {
    box-shadow: none;
    padding: 6px 12px;
    height: 34px;
    background: none;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    background-color:#34537F;
                font-family: 'Arimo', "Arimo-Regularimport";
    
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus

{
    -webkit-box-shadow: 0 0 0 100px #34537F inset;
    -webkit-text-fill-color: #fff;
       -webkit-transition-delay: 0s;
}

.form-control:-ms-input-placeholder {
  color: #272727;
}
.form-control::-webkit-input-placeholder {
  color: #272727;
}
hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}
blockquote {
    padding: 8px 20px;
    margin: 8px 0;
    font-size: 16px;
    border-left: 3px solid #ff0763;
    font-style: italic;
    font-family: Lato;
}
cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
/* Button */

.btn.btn-primary,
.btn-dark,
.btn-border {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px 18px;
    line-height: 1.33;
border-radius:25px;
border:0px solid #D59F0F;
margin-right:50px;
box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
    background-color:#331E54;
    color:#fff;
	transition: all .2s ease-in-out;
	            font-family: 'Arimo', "Arimo-Regularimport";
	
}


.btncont{
background-color:#210045;
font-weight: 700;
	transition: all .2s ease-in-out;
	            font-family: 'Arimo', "Arimo-Regularimport";
	            color:#fff;
	            border:0 none;
	            width:150px;
	            height:40px;
	            margin-right:50px;
	            border-radius:13px;


}

.btncont:hover{
    background-color:#4B0082;
}
#btm-top{
    background:#D59F0F;
    padding: 13px 33px;
    line-height: 1.33;
    border-radius:25px;
    font-size:17px;
    box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
    letter-spacing:2px;
	margin-top: 2px;
}
#btm-top:hover {
    background: #ECC008;
    text-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
.gbtm-top{
    background:#D59F0F;
    padding: 13px 33px;
    line-height: 1.33;
    border-radius:25px;
    font-size:17px;
    box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
    letter-spacing:2px;
}
.fbtm-top{
	background: #D59F0F;
    padding: 13px 33px;
    line-height: 1.33;
    border-radius: 25px;
    font-size: 17px;
    box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
}
.fbtm-top:hover {
    background: #ECC008;
    text-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}
.gbtm-top:hover {
    background: #ECC008;
    text-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
}

textarea {
	resize: none;
	            font-family: 'Arimo', "Arimo-Regularimport";
}
.form-label {
	font-size: 12px;
	color: block;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
color:#272727;
   	box-shadow: none;
   	      border: 0 none;
   	      background-color:#fff;
   	      	            border-radius:10px;
}

.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #999 
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #5e9bfc;
	color: #5e9bfc;
}







.btn-white.btn-primary {
    background: #fff;
    color: #ff0763;
}
#btn-primary{
    margin-top:28px;
    margin-right:185px;
    background: #1F3C67;
    border-radius: 15px;

}

#btn-primary2{
    color:#fff;
    margin-bottom:-1px;
    margin-right:0px;
    background: #337AB7;
    border-radius: 15px;
        font-family: 'Arimo', "Arimo-Regularimport";
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
#btn-primary2:hover{
  background: #1F3C67;
}
.btn.btn-dark {
    background: #242427;
    border: 2px solid transparent;
}
.btn-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #ECC008;
    text-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
    
}
.btn-border:hover {
    background: #ff0763;
    border: 2px solid transparent;
    color: #fff;
}
.general-btn {
    clear: both;
    margin-top: 60px;
}
.intro-content .btn-border {
    margin-right: 15px;
}
/* Ul, Ol */

.list-round,
.list-arrow,
.check,
.un-check {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 15px;
}
.list-round li {
    line-height: 28px;
}
.list-round li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 10px;
    color: #ff0763;
    font-size: 12px;
}
.list-arrow {
    padding: 0;
}
ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #ff0763;
    font-size: 16px;
}
.check:after {
    font-family: FontAwesome;
    content: "\f00c";
    margin-left: 10px;
    color: #08E700;
    font-size: 12px;
}


.un-check:after {
    font-family: FontAwesome;
    content: "\f00d";
    margin-left: 10px;
    color: #ff0763;
    font-size: 12px;
}


/* Bootstrap */

.nav-tabs {
    border: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
    border: 0;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/* Header area
================================================== */

/* Header Standared */

.header {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}


/* Header transparent */

.header.header-transparent {
    background: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.header-transparent ul.navbar-nav > li > a {
    color: #fff;
}

.header-transparent .dropdown-menu.menu-center:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header-transparent .navbar-nav>li>.dropdown-menu{
    border-radius: 3px;

}


/* Header dark */

.header-dark {
    background: #1c1c1c;
}

.header-dark ul.navbar-nav > li > a{
    color: #fff;
}


/*-- Logo --*/

.logo {
    padding: 8px 0;
}

/* Main navigation */

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}
.navbar-toggle {
    float: left;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    background: #ff0763;
}
.navbar-toggle .icon-bar {
    background: #fff;
    width: 20px;
}
.navbar-toggle .i-bar {
    background: #fff;
}
ul.navbar-nav {
    float: left;
    display: inline-block;
}

ul.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    line-height: 80px;
	font-family: 'Arimo', "Arimo-Regularimport";
}
ul.navbar-nav > li:last-child {
    padding-right: 0;
}
ul.navbar-nav > li:last-child:after {
    background: none;
}
ul.navbar-nav > li > a {
    color: #333;
    font-family: 'Arimo', "Arimo-Regularimport";
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 6px 10px;
    line-height: normal;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
}
ul.navbar-nav > li > a i {
    font-weight: 700;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: transparent;
    border: 0;
}

ul.navbar-nav > li.active > a {
    color: #ff0763;
    position: relative;
}

ul.navbar-nav > li:hover > a{
    background: #ff0763;
    color: #fff;
}



/* Banner area
================================================== */

#banner {
    padding: 0;
}
.banner-item {
   min-height: 700px;
    color: #fff;
  background-position: 50% 0;
    -webkit-backface-visibility: hidden;
    background-image: url('../images/banbl.png');
    background-size:100% auto;
    background-repeat:repeat-x;
}



.banner-content,
.banner-reg-form {
    /*banner content together */
    padding: 130px 0;
    width: 100%;
    vertical-align: middle;
    position: relative;
    color: #fff;
    z-index: 1;
}

.banner-content-wrap{
    position: relative;
}

.banner-content-wrap:before {
/* only the border */
    content: '';
    position: absolute;
    top: -40px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    height: 443px;
    left: 50%;
    margin-left: -190px;
    z-index: -1;
    border: 18px solid rgba(83,93,162,0.35);
    box-sizing: border-box;
}


.banner-title {
    color:#32323d;
    font-size: 95px;
    line-height: 72px;
    text-transform: uppercase;
    margin-top:45px;
    border-color:#1F3C67 5px;
    border: 5px;
}
.banner-subtitle{
    font-size: 38px;
    color: #fff;
    font-family: 'Arimo', "Arimo-Regularimport";
    font-weight:normal;
    direction:rtl;
}
.banner-desc {
    font-size: 38px;
    color: fff;
    font-family: 'Arimo', "Arimo-Regularimport";
    font-weight:normal;
}

.banner-btn{
    margin:40px 0 0 0;
    font-family: 'Arimo', "Arimo-Regularimport";
}
.banner-btn a{
    transition: background-color 0.3s ease;
}

/* Hero big date */

.hero-big-date{
    padding: 20px 50px;
    color: #fff;
    background-color: rgba(255, 8, 86, 0.7);
    height: 250px;
}

.hero-big-date h3{
    font-size: 130px;
    margin: 0;
    color: #fff;
}

.hero-big-date h4{
    font-size: 32px;
    margin: 0;
    color: #fff;
}

.hero-big-date-content{
    padding: 50px;
    background-color: rgba(30, 30, 38, 0.7);
    height: 250px;
}

.hero-big-date-content .banner-title{
    font-size: 40px;
    line-height: 48px;
    margin: 0;
}

.hero-big-date-content .banner-subtitle{
    font-size: 20px;
}


/* Banner title equal */

.banner-title-euqal {
    font-size: 62px;
    line-height: 76px;
    color: #fff;
}
/* Banner Registration form */

.banner-item.reg-form-area{
	padding: 280px 0;
}

.banner-item.reg-form-area .banner-content,
.banner-item.reg-form-area .banner-reg-form{
	padding: 0;
}

.banner-reg-form-inner {
    background: rgba(0, 0, 0, .5);
    padding: 50px;
}
.banner-reg-form-inner h3 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-top: 0;
}
.banner-reg-form-inner .form-control {
    border: 1px solid #454545;
}
.banner-reg-form-inner textarea.form-control {
    height: 44px;
}
/* Event Info area
================================================== */

.event-info {
    background: #222;
    padding: 35px 0;
}
.event-info-icon {
    float: left;
    font-size: 36px;
    color: #fff;
}
.event-info-content {
    margin-left: 50px;
    color: #fff;
}
.event-info-title {
    font-size: 20px;
    color: #ff0763;
    margin: 0 0 5px;
}
.event-info-intro {
    margin: 0;
}
/* Slider
================================================== */
/*-- Main slide --*/

#main-slide .item {
    min-height: 800px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
#main-slide .item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#main-slide .slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main-slide .slider-content.text-left {
    left: 10%;
    max-width: 800px;
}
#main-slide .slider-content.text-right {
    right: 10%;
}
.slider-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.slide-title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.slide-sub-title {
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    margin: 10px 0 20px;
    color: #fff;
    font-weight: 700;
}
.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}
.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
}
.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}
.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}
.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

.slider.btn.btn-border{
    border: 2px solid #fff;
}

.slider.btn.btn-border:hover{
    border: 2px solid transparent;
}

.slider-description{
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 30px;
}
/* Carousel control */

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 100% !important;
    border: 0 !important;
    background: rgba(255, 255, 255, .5);
}
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    background: #ff0763;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main-slide .carousel-control .fa-angle-left {
    left: 20px;
}
#main-slide .carousel-control .fa-angle-right {
    right: 20px;
}
#main-slide .carousel-control i {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    border-radius: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
    background: #ff0763;
    color: #fff;
}
#main-slide .carousel-indicators {
    display: none !important;
}
/*-- Animation */

.carousel .item.active .animated1 {} .carousel .item.active .animated2 {
    -webkit-animation: slideInLeft .5s ease-in 300ms both;
    animation: slideInLeft .5s ease-in 300ms both;
}
.carousel .item.active .animated3 {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
    animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
.carousel .item.active .animated4 {
    -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
    animation: lightSpeedIn 1.5s ease-in 300ms both;
}
.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
    -webkit-animation: fadeInRight 1s ease-in 200ms both;
    animation: fadeInRight 1s ease-in 200ms both;
}
.carousel .item.active .animated7 {
    -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
    animation: fadeInRight 1.5s ease-in 300ms both;
}
.carousel .item.active .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}


/* Countdown Default
================================================== */
      #text button{
          font-family: 'Arimo', "Arimo-Regularimport";
      }
      
.countdown > div {
    display: inline-block;
    margin: 0 50px;
    text-align: center;
    font-family: Lato, sans-serif;
}
.countdown div > span {
    line-height: 100%;
    font-weight: 700;
    
}
.countdown .smalltext {
    top: 0;
    line-height: 20px;
        font-family: 'Arimo', "Arimo-Regularimport";
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.countdown > div.counter-day {
    color: #ff0763;
}
.countdown > div.counter-hour {
    color: #FFC107;
}
.countdown > div.counter-minute {
    color: #fff;
}
.countdown > div.counter-second {
    color: #8BC34A;
}

/* Countdown col */

.countdown.countdown-col{
    border-left: 1px solid #dedede;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 25px;
    
}

.countdown.countdown-col > div{
    margin: 0 40px 0 0;
}

.countdown.countdown-col div > span {
	font-size: 48px;
}

.countdown.countdown-col .smalltext {
	font-size: 20px;
}

/* Countdown bg */

.countdown.bg-style > div{
    margin: 0 5px;
}

.countdown.bg-style div > span {
    font-size: 28px;
    width: 65px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

.countdown.bg-style div > .smalltext{
    font-size: 13px;
    margin-top: -45px;
    font-family: 'Arimo', "Arimo-Regularimport";
}

.countdown.bg-style > div.counter-day .days {
    text-align: center:
    padding: 10px;
    background-color:#D59E0F;
    height: 77px;
    width: 77px;
        box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.2);
}
.countdown.bg-style > div.counter-day .smalltext {
    color: #fff;
    font-size: 13px;
    margin-top: -45px;
}

.countdown.bg-style > div.counter-hour .hours {
    background: #D59E0F;
    text-align: center:
    padding: 10px;
    height: 77px;
    width: 77px;
    box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.2);
    
    
}
.countdown.bg-style > div.counter-hour .smalltext {
    color: #fff;
    font-size: 13px;
    margin-top: -45px;
}

.countdown.bg-style > div.counter-minute .minutes {
    background: #D59E0F;
    text-align: center:
    padding: 10px;
    height: 77px;
    width: 77px;
        box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.2);
    
}
.countdown.bg-style > div.counter-hour .smalltext {
    color: #fff;
}

.countdown.bg-style > div.counter-second .seconds {
    background: #D59E0F;
    text-align: center:
    padding: 10px;
    height: 77px;
    width: 77px;
        box-shadow: -3px 2px 6px rgba(0, 0, 0, 0.2);
}
.countdown.bg-style > div.counter-second .smalltext {
    color: #fff;
}


/* banner-content-left */

.banner-content-left .countdown > div{
    margin-left: 0;
    margin-right: 100px;
}


/* Intro Area 
================================================== */

.ts-intro{
    padding-bottom: 80px;
}
#btn-primary{
    text-decoration-color: aliceblue;
    border-radius: 15px;
    background-color: #1F3C67;
}
.ts-intro .btn-primary{
    margin-top: 15px;
}

.ts-intro-center .section-sub-title{
    margin-bottom: 15px;
}

.ts-intro-center .intro-desc{
    max-width: 850px;
    margin: 0 auto;
}

.intro-content{
    float: left;
}

.ts-intro .pull-right.btn-primary{
    margin-right: 20px;
}   

/* Intro video */

.grey{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.grey:hover{
}

.intro-video1, .intro-video2 {
    /*padding: 7px;
    border-color: #fff;
    border: 10px 10px;*/
    max-width: 100%;
    position: relative;
    /*margin-top: -60px;*/
    background-color: #fff;
	overflow: hidden;
	border-radius:20px;
}
.intro-video1 img{
transition: all .3s;
}
.intro-video1 img:hover{
    transform: scale(1.1);
}
.intro-video2 img{
transition: all .5s;
}
.intro-video2 img:hover{
    transform: scale(1.05);
}
.intro-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(145deg,rgba(17,147,234,0.3) 5%,rgba(64,41,83,0.6) 100%);
    background: -webkit-linear-gradient(145deg,rgba(17,147,234,0.3) 5%,rgba(64,41,83,0.6) 100%);
    background: -o-linear-gradient(145deg,rgba(17,147,234,0.3) 5%,rgba(64,41,83,0.6) 100%);
    background: -ms-linear-gradient(145deg,rgba(17,147,234,0.3) 5%,rgba64,41,83,0.6) 100%);
    background: linear-gradient(145deg,rgba(17,147,234,0.3) 5%,rgba(64,41,83,0.6) 100%);
}

.video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    margin-top: -50px;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 100%;
}
.video-icon i {
    margin-left: 5px;
}
/*-- Featured Tab --*/

.featured-tab {
    padding-left: 15px;
}
.featured-tab .nav-tabs {
    border: 0;
}
.featured-tab .nav-tabs > li > a {
    color: #fff;
    background: #1c1c24;
    text-shadow: none;
    border-radius: 25px;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 10px 25px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden;
}
.featured-tab .nav.nav-tabs {
    margin-bottom: 30px;
}
.featured-tab .nav-tabs>li.active>a {
    color: #fff;
    background: #ff0763;
}
.featured-tab .nav-tabs>li.active>a {
    position: relative;
}
.featured-tab .tab-pane img.pull-left {
    margin: 0 20px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 20px;
}
.tab-content-title {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 22px;
}
/* Intro single image */

.intro-content-area {
    padding-left: 30px;
}
.intro-person-img {
    margin-bottom: -100px;
    margin-top: -80px;
}
/* Facts
================================================== */

.facts-area {
    color: #ffffff;
    background-color: #1c1c24;
    background-image: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 100px 0;
}
.facts-area.bg-color{
	background: #1c1c24;
	padding: 60px 0 40px;
}

.facts .intro-title {
    color: #fff;
    margin-top: 0;
}
.facts .btn-dark {
    margin-top: 15px;
}
.fact-text {
    padding-top: 10px;
}
.facts-wrapper .ts-facts {
    border-left: 1px solid #dedede;  
    margin-left: 0px;  
}

.solid-dark .facts-wrapper .ts-facts {
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.facts-wrapper .ts-facts.last{
    border-left: 0;
    margin-left: 0;
}
.ts-facts .ts-facts-img {
    display: inline-block;
    vertical-align: top;
    margin-left: 38px;
}
.ts-facts .ts-facts-img img{
	width:64px;
	height:64px;
}

.ts-facts .ts-facts-content {
    display: inline-block;
}
.ts-facts .ts-facts-content .ts-facts-num {
    font-size: 36px;
    text-align: right;
    margin: 0;
}
.ts-facts .ts-facts-content .ts-facts-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0;
}
/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
    max-width: 960px;
    margin: 0 auto;
        font-family: 'Arimo', "Arimo-Regularimport";
}
.schedule-tab .nav-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.schedule-tab .nav-tabs > li > a {
    color: #fff;
    background: #1F3C67;
    border-radius: 15px;
    padding: 13px 30px;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.animated .fadeIn:hover {
    background-color:#e2840f;
}
#btn-primary{
    color: #fff;
    background: #1F3C67;
    border-radius: 15px;
    padding: 13px 30px;
}
.schedule-tab .nav-tabs > li.active > a {
    background: #D59E0F;
    color: #fff;
}
/* Schedule listing */

.schedule-date {
    font-size: 24px;
    margin-bottom: 40px;
    color: #1F3C67;
    text-align: center;
}
.schedule-listing {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
}
.schedule-listing:after {
    content: '';
    display: table;
    clear: both;
}
.schedule-listing.bg {
    background: #f5f5f5;
}
.schedule-slot-time {
    width: 20%;
    float: right;
    font-weight: 700;
    text-align: right;
}
.schedule-slot-info {
    width: 80%;
    display: inline-block;
}
.schedule-slot-speakers {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-slot-info-content {
    margin-right: 100px;
    text-align: right;
}
.schedule-slot-speaker-name {
    color: #1F3C67;
    margin: 0;
    font-size: 16px;
}
.schedule-slot-title {
    margin: 5px 0;
    font-size: 20px;
}
/* Speakers
================================================== */

/* Speakers bg */

.ts-speakers-bg{
    background-color: #f5f5f5;
    background-image: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

/* Speaker item */

.awards-bg{

         	background-image: url('/images/awards-bg.jpg');
	        background-repeat: no-repeat;
	            background-size: cover;
	                background-attachment: fixed;
}


.our-team-bg{
	background-image: url('../images/our-team-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ts-speaker {
    background: #fff;
    box-shadow: 0 25px 35px -20px rgba(0,0,0,0.35);
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ts-speaker:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Speaker img */

.ts-speaker-wrapper{
	margin-left:15%;
}
@media (max-width:767px){
	.ts-speaker-wrapper{
	margin-left:0;
}
}

.ts-speaker-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
}

/*
.ts-speaker-image img:hover {
    transform: scale(1.1);
}
.ts-speaker-image img {
    transition: all .3s;
}*/
.ts-speaker-image:after {

}
.ts-speaker-image .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -45px;
    z-index: 1;
    width: 96px;
    opacity: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.ts-speaker-image .social-links li {
    display: inline-block;
    margin: 0 -3px 0px -2px;
}
.ts-speaker-image .social-links li a i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: #2b2b2b;
    text-align: center;
}
.ts-speaker-image .social-links li a i.fa-facebook {
    background: #496daf;
}
.ts-speaker-image .social-links li a i.fa-twitter {
    background: #64acf1;
}
.ts-speaker-image .social-links li a i.fa-instagram {
    background: #d32a1e;
}
.ts-speaker-image .social-links li a i.fa-linkedin {
    background: #0077b5;
}
.ts-speaker-image .social-links li a i:hover {
    background: #1b1b1b;
}
.ts-speaker-info {
    padding: 15px 13px;
    color: #303030;
}
.ts-speaker-info .ts-speaker-name {
    font-size: 18px;
    margin: 0 0 3px 0;
    color:#1F3C67;
}
.ts-speaker-info .ts-speaker-name a {
    color: #1F3C67;
}
.ts-speaker-info .ts-speaker-name a:hover{
    color:#ff9512;
}
.ts-speaker-info .ts-speaker-designation {
    font-size: 16px;
}
.ts-speaker:hover .ts-speaker-image:after,
.ts-speaker:hover .ts-speaker-image .social-links {
    opacity: 1;
}
.team-member {
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ts-speaker:hover, .team-member:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Speaker no gutter */

.row.no-gutter .ts-speaker{
    box-shadow: none;
}

.row.no-gutter .ts-speaker:hover{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Speakers list */
.ts-speaker-details{
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
}

.ts-speaker-details-img{
    position: relative;
}

.ts-speaker-details-img img{
    border-radius: 5px 5px 0 0;
}

.ts-speaker-details-img:after {
    content: '';
    position: absolute;
    background: rgba(17,17,17,0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.ts-speaker-details-social{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    opacity: 0;
    width: 100%;
    text-align: center;
}

.ts-speaker-details:hover .ts-speaker-details-img:after,
.ts-speaker-details:hover .ts-speaker-details-social {
    opacity: 1;
}

.ts-speaker-details-social li {
    display: inline-block;
}
.ts-speaker-details-social li a {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

.ts-speaker-details .ts-speaker-info p{
    margin-bottom: 0;
}

.ts-speaker-details .ts-speaker-info .ts-speaker-name {
    font-size: 24px;
}
.ts-speaker-session.right{
    padding-left: 20px;
}

.ts-speaker-session.left{
    padding-right: 20px;
}

.ts-speaker-session .session-title {
    font-size: 24px;
    margin-top: 0;
}

/* Newsletter
================================================== */

.ts-newsletter{
    background: url(../images/pattern1.png);
    padding: 100px 0;
}

.newsletter-form {
    position: relative;
    z-index: 1;
    padding: 0 80px;
}

.newsletter-form h2 {
    color: #ff0763;
    margin-top: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.newsletter-form h3 {
    color: #fff;
    margin: 5px 0 0;
    font-size: 30px;

}

.newsletter-form form{
    margin-top: 5px;
}

.newsletter-form input {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    height: 50px;
    margin-left: 20px;
    padding-left: 10px;
    background: #000;
    background: rgba(0,0,0,.35);
    border: 1px solid #1d1c1c;
}

.newsletter-form button {
    position: absolute;
    top: 5px;
    right: -50px;
    border-radius: 0 25px 25px 0;
    padding: 15px 40px;
    height: 50px;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Sponsors
================================================== */

.ts-sponsors .sponsor-padding {
    padding-left: 130px;
    padding-right: 130px;
}
.sponsor-title {
    max-width: 750px;
    margin: 0 auto;
}
.sponsor-logo {
    margin: 30px 0;
    background: #f7f7f7;
    min-height: 125px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.sponsor-logo2 {
    margin: 30px 0;
        background: #f7f7f7;
    min-height: 125px;
    padding: 0 30px;
    display: flex;
        flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Sponsor details */

.sponsor-details {
    margin: 60px 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 25px;
        font-family: 'Arimo', "Arimo-Regularimport";
}
.sponsor-details .sponsor-logo {
    margin: 0;
    background: none;
}
.sponsor-info .sponsor-name {
    font-size: 23px;
    margin-top: 20px;
    color: #ff0763;
}
.sponsor-web-link a i {
    font-size: 18px;
    color: #303030;
    border-radius: 100%;
    margin: 10px 3px 0 3px;
}
.sponsor-web-link a {
    color: #fff;
}
.sponsor-web-link a:hover i {
    color: #ff0763;
}
/* Pricing
================================================== */

.ts-pricing {
    /*background-color: #1F3C67;*/
	background-image:url(../images/geometric-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}

.ts-pricing-box {
    background: #fff;
    padding: 50px;
    font-size: 14px;
    border-radius: 5px;
}

.ts-pricing-header {
    position: relative;
    font-family: 'Arimo', "Arimo-Regularimport";
}
.ts-pricing-name {
    color:#1F3C67;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.ts-pricing-price {
    font-size: 44px;
    margin: 10px 0 0;
    display: inline-block;
    position: relative;
}
.ts-pricing-price .currency {
    position: absolute;
    font-size: 18px;
    top: -10px;
    right: -12px;
}
.ts-pricing-price strong {
    display: inline-block;
    margin-left: 5px;
}
.ts-pricing-price > small {
    font-size: 16px;
    line-height: 16px;
}
.ts-pricing-features {
    padding: 25px 0 15px;
}
.ts-pricing-features > ul > li {
    padding: 5px 0;
}
.ts-pricing-features > ul > li:first-child {
    border-top: 0;
}
.ts-pricing-features > ul {
    padding: 0;
}
.plan-action .btn-primary {
    background: #1F3C67;
}
.plan-action :hover{
    background-color: #ff9512;
}
/* Pricing featured */

.ts-pricing-box.pricing-featured{
    color: black;
    background-color: #fff;
}

.ts-pricing-box.pricing-featured h2, 
.ts-pricing-box.pricing-featured .ts-pricing-price > small{
    color: black;
}

/* Content area
================================================== */
/* Accordion */

.panel-default>.panel-heading {
    background: none;
    border-radius: 0;
    position: relative;
    padding: 6px 20px;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 10px;
}
.panel-body {
    padding: 20px 20px 10px 20px;
}
.panel-body > img {
    max-width: 100px;
    margin-bottom: 10px;
}
h4.panel-title {
    font-size: 18px;
    background: none;
    border: 0;
    padding: 8px 0 8px 0;
    line-height: normal;
    border-radius: 0;
}
h4.panel-title a {
    color: #ff0763;
}
h4.panel-title span {
    float: right;
}
h4.panel-title a.collapsed {
    color: #333;
}
h4.panel-title a:before {
    background: #ff0763;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
h4.panel-title a.collapsed:before {
    background: #303030;
    color: #fff;
}
h4.panel-title a:before,
h4.panel-title a.collapsed:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    font-size: 14px;
    right: 15px;
    padding: 0 5px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
h4.panel-title a:before {
    content: "\f106";
}
h4.panel-title a.collapsed:before {
    content: "\f107";
}
/* Accordion classic */

.panel-classic .panel-heading {
    padding-left: 15px;
}
.panel-classic h4.panel-title a:before,
.panel-classic h4.panel-title a.collapsed:before {
    position: relative;
    content: '';
    font-size: 0;
}
/* Latest blog
================================================== */

.latest-post-media {
    position: relative;
}
.latest-post-media .post-item-date {
    position: absolute;
    background: #66cd00;
    color: #fff;
    top: 15px;
    left: 15px;
    text-align: center;
    padding: 8px 13px 4px;
    border-radius: 50% 50%;
    width: 52px;
    height: 52px;
}
.latest-post-media .post-item-date .day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -8px;
}
.latest-post .post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    text-align:right;
    direction:rtl;
}
.latest-post .post-title a {
    color: #303030;
}
.latest-post .post-title a:hover {
    color: #ff9512;
}
.latest-post .post-item-author {
    margin-left: 8px;
}
.latest-post .post-body {
    padding: 20px 0 5px;
}




/* Venue Info
================================================== */

.venu-info-content{
    padding: 0 20px;
}

.venu-info-img{
    margin-bottom: 15px;
    display: inline-block;
}


/* Venue Map
================================================== */

.venu-map .container-fluid{
    padding-right: 0;
    padding-left: 0;
    background-color:#1F3C67;
}

.bottom-contact{

    height: auto;
    width: auto;
    
    margin: 68px 50px;
}

.bottom-contact h3{
    font-size: 28px;
    color: #fff;
    margin: 0 50px 20px;
}

.contact-form-bottom .form-control{
   
}
.btn-full{
    width: 100%;
}


.map {
    height: 400px;
    z-index: 1;
}

.map-bottom{
    height: 575px;
}

/* Footer
================================================== */

.footer {
    background-color: #101015;
    color: #666666;
    padding: 50px 0;
    position: relative;
    background-attachment: fixed;
}

.footer .container{
	z-index: 10;
	position: relative;
}

/*-- Footer menu --*/

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
}

.footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 10px 15px;
}

.footer-menu ul li a:hover {
    color: #fff;
}

/*-- Footer logo */

.footer-logo{
    margin: 30px 0;
}

/* Footer social */

.footer-social{
    margin: 40px 0;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    margin: 0 15px;
    display: inline-block;
}
.footer-social ul li a i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    position: relative;
}

.footer-social ul li a i:after{
    content: '';
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.footer-social ul li a:hover i:after {
    border: 1px solid #ff0763;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


.footer-social ul li a i:hover {
    color: #fff;
}
.footer-social ul li a .fa-instagram {
    color: #d32a1e;
}
.footer-social ul li a .fa-facebook {
    color: #677fb5;
}
.footer-social ul li a .fa-twitter {
    color: #70c2e9;
}
.footer-social ul li a .fa-google-plus {
    color: #c53942;
}
.footer-social ul li a .fa-linkedin {
    color: #3daccf;
}

.footer-social ul li a .fa-youtube {
    color: #bb0000;
}

.footer-social ul li a .fa-instagram {
    color: #125688;
}



/*-- Copyright --*/

.copyright-info {
    margin: 40px 0 0;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
    bottom: 30px;
}
#back-to-top .btn.btn-primary {
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}
#back-to-top .btn.btn-primary:hover {
    color:#fff;
       background-color:#4B0082;
}


/* Sub Pages
================================================== */

/* Page banner area */

.page-banner-area {
    position: relative;
    min-height: 450px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.page-banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    z-index: 1;
}
.page-banner-title h2 {
    color: #fff;
    font-size: 60px;
}
.page-banner-title .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.page-banner-title .breadcrumb a:hover {
    color: #ccc;
}
.breadcrumb {
    padding: 0;
    background: none;
}
.breadcrumb a:hover {
    color: #fff;
}
.breadcrumb>li {
    font-weight: 400;
}

/*-- About us page --*/

.about-img-2nd {
    margin-bottom: 25px;
}

/*-- Chart --*/

.percent-area{
    border-right: 1px solid #dedede;
    text-align: center;
}

.percent-area.last{
    border-right: 0;
}

.percent-area .chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
}


.percent-area .chart .percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
    font-size: 32px;
    color: #333;
}

.percent-area .chart .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 24px;
}

.percent-area .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent-area small{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}

/* Action */

.ts-action.bg-image{
    background-color: #f5f5f5;
    background-image: url(../images/parallax2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}

.ts-action.bg-image h2{
    color: #fff;
}

.ts-action.bg-image p.lead{
    max-width: 750px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 30px;
}

/* Gallery */

.gallery-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 300px;
}
.intro-gallary .gallery-container{
    height: auto;
    margin-bottom: 15px;
}

.gallery-container img {
    -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transform: perspective(1px) scale3d(1.1, 1.1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.gallery-container:hover img {
    -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
    transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.gallery-container:after {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.gallery-container:hover:after {
    opacity: 1;
}
.gallery-container .gallery-icon {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #ff0763;
    color: #fff;
    opacity: 0;
    -webkit-transform: perspective(1px) scale3d(0, 0, 0);
    transform: perspective(1px) scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.gallery-container:hover .gallery-popup .gallery-icon {
    opacity: 1;
    -webkit-transform: perspective(1px) scale3d(1, 1, 1);
    transform: perspective(1px) scale3d(1, 1, 1);
}
/*-- Partners carousel --*/

.partner-logo {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.partner-logo img {
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partner-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#partners-carousel .partner-logo {
    border: 0;
    border-right: 1px solid #eee;
    padding: 0 15px;
    margin-top: 20px;
}
#partners-carousel .partner-logo.last {
    border-right: 0;
}
/*-- Team page --*/

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
}
.ts-team-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.ts-team-wrapper:hover .ts-team-content {
    top: 0;
    padding-top: 50px;
}
.ts-team-content .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: #ff0763;
}
.ts-team-content .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}
.team-social-icons a i {
    color: #fff;
    margin-right: 8px;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.team-social-icons a i:hover {
    color: #ff0763;
}
/* Team Classic */

.ts-team-content-classic .ts-name {
    font-size: 16px;
    margin-bottom: 5px;
}
.ts-team-content-classic .ts-designation {
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
}
.ts-team-content-classic .team-social-icons a i {
    color: #999;
}
.ts-team-content-classic .team-social-icons a i:hover {
    color: #ff0763;
}
/* Contact Us
================================================== */

.contact-info-box {
    margin-top: 20px;
}
.contact-info-box i {
    float: right;
    font-size: 24px;
    color: #1F3C67;
}
.contact-info-box-content {
    padding-right: 40px;
}
.contact-info-box-content h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.contact-info-box-content p {
    margin-bottom: 0;
}
label {
    font-weight: 400;
}

/* News Single
================================================== */

.tags-area {
    margin: 20px 0;
}
.post-tags a {
    border: 1px solid #eee;
    color: #7c7c7c;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
    border-radius: 3px;
}
.post-tags a:hover {
    background: #ff0763;
    color: #fff;
    border: 1px solid transparent;
}
/* Post social */

.post-social-icons > li {
    display: inline-block;
}
.post-social-icons a i {
    margin-left: 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}
.post-social-icons a i.fa-facebook {
    background: #677fb5;
}
.post-social-icons a i.fa-twitter {
    background: #70c2e9;
}
.post-social-icons a i.fa-google-plus {
    background: #c53942;
}
.post-social-icons a i.fa-linkedin {
    background: #3daccf;
}


/* Error page
================================================== */

.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}
.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

.days,.hours,.minutes,.seconds{
    border-radius:36px !important;
}

/* Timeline */

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef
}
.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px
}
.timeline>li:after,
.timeline>li:before {
    display: table;
    content: ' '
}
.timeline>li:after {
    clear: both
}
.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}
.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
background: linear-gradient(to top left, #4914c0, #24b0fd);
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    direction:rtl;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}
@media (min-width: 320px) {
.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
	left:75%;
	
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
	background: linear-gradient(to top left, #4914c0, #24b0fd);
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 86%;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef
}
.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 110px 0 20px;
    text-align: right;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 110px 0 20px;
    text-align: right;
}
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left
    }
}
@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}
.rounded-circle {
    border-radius: 50%!important
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.text-muted{
    direction:rtl;
}

@media (max-width: 960px) {


#clippy .mf{ 
    font-size:12px;
    
}

.tik2, .tik{
    font-size:16px;
}

.t22{
    font-size:10px;
}


.bottom-contact h3{
    margin: 0 0 10px 0;
}

.form-control{
    margin:0;
}

.banner-item{
background-size: 0 0;
    background-color:#1F3C67;
}

h1.banner-text-header2{
    font-size:40px;
    color:#fff;
}

.countdown.bg-style > div.counter-day .days,
.countdown.bg-style > div.counter-hour .hours,
.countdown.bg-style > div.counter-minute .minutes,
.countdown.bg-style > div.counter-second .seconds
{
  height: 62px;
    width: 62px;
}

.banner-title{
    margin:0;
}

.countdown.bg-style div > span {
    font-size: 20px;
        margin-bottom: 17px;
            line-height: 50px;
}

.banner-content{
padding:75px 0 0 0;
}

.banner-desc {
    font-size: 28px;
}

.banner-item {
   min-height: 600px;
}

.form-control{
    width:100%;
}

.bottom-contact{
    margin: 28px 20px;
}

.btn-primary{
    margin:0;
    
}

.centi{
    text-align:center;
    padding:0;
    margin:0 -12% 0 0;
}
}


  
    
}

*{
	margin:0px;
	padding:0px;
	box-sizing:border-box
}
a{
	text-decoration:none;
}
:focus{
	outline:none;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium_italic';
    src: url('../fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-weight:normal;
	font-size:14px;	
	font-family: 'montserratregular';
}
.container {
	width: 1170px;
	padding:0 15px;
	margin:0 auto;
}
.sw{
	width:100%;
	float:left
}
.main-hdr{
	background-color:#174163;
	color:#fff;
	padding:7px 0
}
.pull-right{
	float:right
}
.hdr-title h2{
	font-size:23px;
	font-weight:normal;
	font-family: Arimo-Regularimport;
	direction:rtl;
}
.hdr-title span {
	color:#d59f0f
}
.logo{
	float:left
}
.logo img {
	width:261px;
}
.main-title {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.body-bg {
	background:url(../images/body-bg.png) no-repeat;
	background-size:cover;
	padding:30px 0
}
.proflie-img,
.col-md-12 {
	width:100%;
	float:left
}
.inner-img{
    border-radius: 10px 10px 0 0;
    background: url(../images/inner-benar.png) no-repeat;
    background-size: cover;
    padding: 10px 40px;
    height: 220px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.sign-out {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 12px 16px;
    display: inline-block;
}

.proflie-txt h1{
	font-size:35px;
	margin:0 0 10px;
    font-family: 'montserratbold';
}
.proflie-txt {
    width: 46%;
    text-align: right;
    float: right;
}
.proflie-txt p{
    line-height: 26px;
	font-size:15px;
}
.prot-title {
	padding:15px 10px;
}
.prot-title h3{
	text-align:center;
	font-size:26px;
	color:#213f6a;
	font-weight:normal;
	margin-bottom:12px;
}
.sw.section{
	background-color: #fff;
    border-radius: 18px;
}
.col-md-3 {
	width:25%;
	float:left;
}
.produt-bx,
.overlay,
.button-tw{
	float:left;
	width:100%;
}
.overlay {
	position:relative;
}
.read-btn {
    float: left;
    border: 2px solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 14px;
}
.produt-bx:hover .overlay-txt{
	background:rgba(213, 163, 34, 0.9215686274509803)
}
.produt-bx:hover .thumb-icon{
	color:#ffa201
}
.thumb-icon {
	transition:all ease 700ms;
    float: right;
    width: 53px;
    height: 52px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #174163;
    font-size: 25px;
}
.button-tw{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.overlay img{
	width:100%;
}
img {
	vertical-align:middle;
}
.col-md-3.prdut-item {
    padding: 0 7px;
}
.overlay-txt{
    position: absolute;
    width: 100%;
	left:0;
    top: 0;
    text-align: center;
    padding: 12px;
	color:#fff;
    background: rgba(42, 58, 123, 0.9294117647058824);
    height: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
	z-index:999;
	float:left;
}
.colr-bg{
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:100%;
}
.overlay-txt p {
	line-height:24px;
	margin-bottom:20px;
	font-size:18px;
    font-family: 'montserratmedium';
}
.produt-bx {
    margin: 7px 0;
	box-shadow:0 4px 8px rgba(0, 0, 0, 0.22), 0 2px 3px rgba(0, 0, 0, 0.15);
	border-radius:6px;
}
.prot-title+.prot-title{
	border-top: 1px solid #182764;
}
.sub-btn {
	font-family: Arimo-Regularimport;
	direction:rtl;
    color: #fff;
    font-size: 16px;
    padding: 14px 30px 14px 25px;
    border-radius: 100px;
    margin: 15px 0 10px;
    background-color: #174163;
    display: inline-block;
    border: 0;
    line-height: normal;
    cursor:pointer;
    transition:all ease 300ms;
}
.sub-btn:hover {

    background-color: #576F8F;

}
.centr {
	text-align:center;
}
i.fa.fa-paper-plane-o {
    padding-left: 4px;
	font-size:15px;
}
.proflie-img img {
	width:130px;
	height:130px;
}
@media (min-width:1200px){
	.body-bg .container{
		padding:0 30px;
	}
}
/* new page css start  */
.right-content {
    float: right;
    width: 28.3%;
    padding-left: 14px;
}
.left-content {
    float: left;
    width: 71.7%;
    padding-right: 20px;
}
.right-content-img,
.button-row,
.ful-section{
	width:100%;
	float:left;
}
.block-title{
	text-align:right;
	margin:0 0 12px;
	color:#213f6a;
	font-size:28px;
    	 font-family: 'Arimo', "Arimo-Regularimport";
}
p.para-title {
    color: #212121;
    line-height: 24px;
    font-size: 15px;
 	text-align:right;
}
h4.block-title{
	font-size:17px;
	text-transform:uppercase
}
.cntr+.cntr{
	margin-top:20px;
}
.button-row {
	margin-top:20px;
}
.tw-btn {
	cursor:pointer;
	transition:all ease 500ms;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background-color: #174163;
    border: 0;
    border-radius: 100px;
    padding:10px 32px 9px;
}
.right-content-img {
	overflow:hidden;
	position:relative;
}
.right-content-img:before {
	content:'';
	opacity:0;
	visibility:hidden;
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	left:0;
	z-index:99;
	border-radius:10px;
	transition:all ease 700ms;
}
.hovr-bx:hover .right-content-img:before{
	opacity:1;
	visibility:visible;
}
.hovr-bx:hover .right-content-img img{


}
.right-content-img img{
    transition: all ease 700ms;
	border-radius:10px;
    -webkit-backface-visibility: hidden;
	width:100%;
}
.view-btn {
	float:right;
}
.tw-btn .fa {
	font-size:25px;
	padding-left:4px;
}
.tw-btn:hover{
	background:rgba(213, 163, 34, 0.9215686274509803)
}
ul.pagnaton {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: right;
	padding:25px 20px 0;
	    	 font-family: 'Arimo', "Arimo-Regularimport";
}
ul.pagnaton li {
	display:inline-block
}
ul.pagnaton li:first-child a{
	margin:0
}
ul.pagnaton li a:hover {
	background:#d59f0f
}
ul.pagnaton li a {
	transition:all ease 500ms;
	display:inline-block;
    color: #fff;
    font-size: 16px;
    background: #174163;
    padding:10px 40px 9px;
    text-transform: uppercase;
    border-radius: 100px;
	margin-left:20px;
}
ul.pagnaton li a .fa{
	font-size:14px;
	padding-right:5px;
}
.contet-title{
	padding:20px
}
/* new page css start ends here */
