/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); */

@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    scroll-behavior: smooth;
  }
body{
	margin:0;
	padding:0;
	font-size:14px;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'latoregular';
    font-weight: 400;
}
a, a:link, a:visited, a:active, a:hover,button,input,select,textarea,i{
	text-decoration: none;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
input, select, textarea {
	width: 100%;
	outline:none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
}
input:focus, select:focus, textarea:focus,
button:focus{
	outline: none;
	box-shadow: none;
}
img{
	max-width:100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.clearfix{
    clear: both;
}

.comnpadding{
    padding: 80px 0;
}
.comntitle{
    color: #0066cc;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
}
.subtitle {
    font-size: 18px;
    color: #787878;
    width: 65%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.mobile_show{
    display: none;
}
/* .Desktop_show{
    display: none;
} */


/*------------------------------------  

        Header Css Start Here

------------------------------------*/

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:15;
	padding: 30px 0px;
	-moz-transition: all 800ms ease-in-out;
	-webkit-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
}
.fixed {
    padding:10px 0;
    background:rgba(0,0,0,0.8);
    /* border-bottom: 2px solid #eee; */
    -moz-transition: all 800ms ease-in-out;
	-webkit-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;	
}
.fixed .navbar {
    margin-top: 3px;
}
/*
.fixed .navbar-light .navbar-nav .nav-link,
.fixed .navbar-light .navbar-nav .show > .nav-link, 
.fixed .navbar-light .navbar-nav .active > .nav-link, 
.fixed .navbar-light .navbar-nav .nav-link.show, 
.fixed .navbar-light .navbar-nav .nav-link.active,
.fixed .navbar-light .navbar-nav .nav-link:hover, 
.fixed .navbar-light .navbar-nav .nav-link:focus{
    color: #000;
}
.fixed .navbar-light .navbar-nav .nav-link:hover,
.fixed .navbar-light .navbar-nav .active > .nav-link{
    color: #fff;
}
.fixed .navbar{
    border: 0px;
}

.fixlogo{
    display: none;
}
.fixed .nomlogo{
    display: none;
}
.fixed .fixlogo{
    display: block;
}
*/

.fixlogo{
    display: none;
}
/*------------------------------------  

        Menu Css Start Here

------------------------------------*/

.navbar{
    border: none;
    padding: 0;
    margin-top: 10px;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li:last-child .nav-link::before {
    content: "";
    width: 1px;
    height:25px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    bottom: 0;
    margin: auto;
}
/* .fixed .navbar-light .navbar-nav li:last-child .nav-link::before {
    background: #000;
} */
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding:5px 20px;
    margin-left:2px;
    border-radius: 0px;
    border-bottom: 5px solid transparent;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus,
.fixed .navbar-light .navbar-nav .nav-link:focus,
.fixed .navbar-light .navbar-nav .show > .nav-link{
    color: #fff;
    background:none;
    border-bottom: 5px solid  #0066cc;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-item:hover, 
.dropdown-item:focus{
    background: #0066cc;
    color: #fff;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    top: 0;
}

/* .custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
  }  */
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5,173,212, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .custom-toggler:focus {
    outline: 1px dotted;
    outline: none !important;
}



/*------------------------------------  

        Banner Css Slider Start Here

------------------------------------*/
.banner {
	position: relative;
}
.banner img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .caption {
    text-align: left;
    padding: 0 15px;
    width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    position: absolute;
}
.banner .caption h1{
    color: #fff;
    font-size: 46px;
}
.banner .caption p {
    font-size: 17px;
    width: 50%;
    color: rgb(255 255 255 / 0.5);
}


/*------------------------------------  
        
Benefits Css Slider Start Here

------------------------------------*/

.mobbanner ,
.mob_login{
    display: none;
}


/*------------------------------------  
        
        Footer Css Start Here

------------------------------------*/


footer {
    background: #333333;
    padding: 50px 0 30px;
}
.footerlogo {
    text-align: center;
}
.footerlogo small {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-top: 10px;
}
.ftsocial {
    border-top: 1px solid #4e659d;
    padding: 40px 0 0 0;
    margin: 10px 0;
    text-align: center;
}
.ftsocial a {
    color: #fff;
    font-size: 22px;
    margin: 0 7px;
    background: #39f;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*.ftsocial a:hover, .ftlink a:hover {
    color: #3399ff;
}*/
footer h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #3399ff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom:20px;
}
footer h6::before {
    content: "";
    background: #3399ff;
    width: 65px;
    height: 5px;
    position: absolute;
    bottom: -3px;
}
.ftcontact a {
    color: #fff;
    font-size: 18px;
    display: table;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.ftcontact a:hover,
.ftcontact a:focus{
    color: #3399ff;
}

/*------------------------------------  
       Our Story Css Start Here
------------------------------------*/

.story_text h1{
    color: #0066cc;
    font-size: 36px;
    margin-bottom: 20px;  
}
.story_text p{
    color: #333333;
    font-size: 16px; 
    margin-bottom: 20px; 
    line-height: 24px;  
}

.story_text h2{
    color: #0066cc;
    font-size:22px;
    margin-bottom: 15px;
}

/* .countryimgdiv img{
    margin-right: 30px;
} */

.countryimgdiv span {
    margin-right: 30px;
    font-size: 16px;
    background: #f1f1f1;
    box-shadow: 3px 3px 5px #b2b2b2;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}
.countryimgdiv span img{
    margin-right: 5px;
}

/*------------------------------------  

       Stats Css Start Here

------------------------------------*/


.stats{
    /* background: url("../img/pattern.png") no-repeat #f1f1f1;
    background-size: cover; */
    background: #f1f1f1;
}
@keyframes mymove {
    from {background-color: #59a1dc;}
    to {background-color: #1379cd;}
  }
.stats_box {
  height: 250px;
  width: 75%;
  margin: auto;
  background: #59a1dc;
  animation: mymove 5s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*box-shadow: 10px 0px 0px #d1cfcf;
  */border: 5px solid #fff;
  -webkit-animation: mymove 5s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.stats_box aside{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.stats_box span{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: block;
}
.stats_box .icon{
    padding: 10px;
    text-align: center;
    
}
.stats_box .icon span{
    display: block;
    font-size: 24px;
    color: #fff;
}
.stats_box .text{
    padding:40px 20px;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    color: #000;
    background: #fff;
    box-shadow: 0px 2px 5px 0px #b6b6b6;
    /* width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; */
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.stats_box:hover .text{
    background: #fff;
    color: #0066cc;
}
.stats_box .text p{
    margin: 0;
}

.bg1{
    background: #003366;
}
.bg2{
    background: #0c8a67;
}
.bg3{
    background: #a24c31;
}


/*------------------------------------  
       
    Our Management Css Start Here

------------------------------------*/

.management_box {
    text-align: center;
    padding: 40px;
    box-shadow: 0px 5px 16px 0px rgba(54, 54, 54, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.management_box img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.management_box h4{
    text-transform: capitalize;
    font-size: 24px;
    color: #0066cc;
    margin: 20px 0 10px;
}
.management_box span {
    color: #999999;
    font-size: 19px;
    font-style: italic;
}
.mange-bg-1{
    background: url("../img/mange-bg-1.png") no-repeat;
}
.mange-bg-2{
    background: url("../img/mange-bg-2.png") no-repeat;
}
.mange-bg-3{
    background: url("../img/mange-bg-3.png") no-repeat;
}
.management_box_overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 102 204 / 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.management_box_overlay a {
    color: #fff;
    margin: 10px;
    font-size: 36px;
    display: inline-block;
}
.management_box:hover .management_box_overlay{
    top: 0;
}




/*------------------------------------  
      
        Our Team Css Start Here

------------------------------------*/

.Our_Team{
    background: url("../img/pattern.png") repeat-x #006699;
    background-position: center top;
    text-align: center;
}
.Our_Team .comntitle{
    color: #fff;
}

.team_box{
    padding: 20px 15px;
    background: #0590ec;
    margin-top: 25px;
    height: 200px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.team_box img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.team_box h5{
    color: #fff;
    margin: 20px 0 5px;
    font-size: 14px;
}
.team_box i{
    color: #fff;
    font-size: 14px;
    display: block;
}
.team_box aside{
    color: #fff;
    font-size: 14px;
}
ul#pills-tab {
    margin-bottom:30px;
    border-bottom:5px solid #0590ec;
    justify-content: space-between;
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0590ec;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.Our_Team .nav-link {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 10px 22px;
    position: relative;
}
.nav-pills .nav-link::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.Our_Team .nav-pills .nav-link.active::after {
    border-top: 15px solid #0590ec;
}

/*------------------------------------  
       Career Css Start Here
------------------------------------*/

.Career{
    text-align: center;
    background: url("../img/career-bg.jpg") no-repeat;
    background-size: cover;
    font-size: 36px;
    color: #fff;
}
.Career_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 120px;
}

/*------------------------------------  

    Current Openings and Join Us Css Start Here

------------------------------------*/


.Current_Openings_list{
    /* padding-right: 30px; 
    margin-top: 30px;*/
    display: inline-block;
    width: 100%;
}
.Current_Openings_list li{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom:2px dotted rgb(0 102 204 / 0.5);
    padding-right: 40px;
}
.Current_Openings_list li:last-child{
    position: relative;
    padding-bottom:0px;
    margin-bottom: 0px;
    border-bottom:none;
}
.Current_Openings_list li h4{
    color: #0066cc;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.Current_Openings_list li p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 0px;
}
.Current_Openings_list li a{
    position: absolute;
    top: 0;
    right: 0;
}

.JoinUs_form{
    margin-top: 30px;
    display: inline-block;
    width: 100%;;
}

.JoinUs_form input{
    border:none;
    border-bottom:1px solid #0066cc;
    height:44px;
    font-size: 18px;
    color: #0066cc;
    padding: 5px 10px;
}

.JoinUs_form input::-webkit-input-placeholder 
{color:#999999;}
.JoinUs_form input::-moz-placeholder 
{color:#999999;}
.white_bg input:-ms-input-placeholder 
{color:#999999;} 
.white_bg input:-moz-placeholder 
{color:#999999;}

.JoinUs_form textarea::-webkit-input-placeholder {color:#999999;}
.JoinUs_form textarea::-moz-placeholder 
{color:#999999;}
.JoinUs_form textarea:-ms-input-placeholder 
{color:#999999;} 
.JoinUs_form textarea:-moz-placeholder
 {color:#999999;}

.JoinUs_form textarea{
    height: 65px;
    resize: none;
    border:none;
    border-bottom:1px solid #0066cc;
    font-size: 18px;
    color: #0066cc;
    padding: 5px 10px;
}

.JoinUs_form button{
    color: #fff;
    background: #0066cc;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    min-width: 130px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.JoinUs_form button:hover{
    color: #fff;
    background: #0590ec;
}

.JoinUs_form input.attech{
    background: url("../img/attech-icon.png") no-repeat;
    background-position: center right;
    padding-right: 30px;
}

/*------------------------------------  

        NEWS Css Start Here

------------------------------------*/

.searchnews{
    margin-bottom: 30px;
}
.searchnews p{
    font-size: 18px;
    color: #333333;
    margin:8px 0 0 0;
}
.searchbox{
    position: relative;
}
.searchbox input{
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #333333;
    padding:5px 60px 5px 10px;
    height: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.searchbox button {
    border: none;
    background: #0066cc;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 50px;
    border-radius: 0 10px 10px 0;
}


.news_list li {
    background: #e8e8e8;
    display: flex;
    margin-bottom: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.news_list li:hover{
    background: #fff;
    box-shadow: 0px 5px 16px 0px rgba(54, 54, 54, 0.2);
}  
.news_list li:hover .news_img a::before{
    opacity: 1;
}
.news_img {
    width: 40%;
    position: relative;
}
.news_img img{
    width: 100%;
    border-radius: 10px 0 0 10px ;
    -webkit-border-radius: 10px 0 0 10px ;
    -moz-border-radius: 10px 0 0 10px ;
    -ms-border-radius: 10px 0 0 10px ;
    -o-border-radius: 10px 0 0 10px ;
}
.news_img a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(19, 121, 205 ,0.4);
    opacity: 0;
    border-radius: 10px 0 0 10px ;
    -webkit-border-radius: 10px 0 0 10px ;
    -moz-border-radius: 10px 0 0 10px ;
    -ms-border-radius: 10px 0 0 10px ;
    -o-border-radius: 10px 0 0 10px ;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.news_contant {
    width: 60%;
    padding: 25px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news_contant h4 a{
    font-size: 22px;
    color: #0066cc;
    font-weight: 600;
}
.news_contant p{
    font-size: 16px;
    color: #333333;
}
.news_contant span{
    font-size: 15px;
    color: #333333;
}
.news_contant span i{
    font-size: 20px;
    color: #999;
    margin-right: 10px;
}

a.readmore{
    font-size:16px;
    line-height: 24px;
    color: #1379cd;
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-decoration: underline;
}


.pagination{
    justify-content: center;
    margin-top: 30px;
}

.pagination span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1379cd;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.pagenumber {
    background: #eaeaea;
    /*border: 2px solid #1379cd;*/
    padding:3px 15px;
    border-radius: 25px;
    margin: 0 10px;
    align-items: center;
}
.pagenumber a{
    display: inline-block;
    font-size: 18px;
    color: #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
    margin: 0 5px;
}
.pagenumber a.active,
.pagenumber a:hover{
    color: #fff;
    background: #1379cd;
}
.pagenumber small {
    font-size: 20px;
    margin: 0 5px;
}


.detail_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.detail_heading h2{
    font-size: 28px;
    color: #1379cd;
    margin: 0;
}

.detail_heading span{
    color: #333333;
    font-size: 15px;
}
.detail_heading span i{
    color: #999999;
    font-size: 22px;
    margin-right: 8px;
}

.news_detail_text img{
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.news_detail_text p{
    font-size: 16px;
    color: #333333;
    margin-bottom:25px;
}
.news_detail_text h3{
    font-size: 25px;
    color: #323232;
    margin-bottom: 20px;
}

.Related_news{
    margin-top: 20px;
}

.Related_img img{
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.Related_text{
    padding: 20px;
    background: #e8e8e8;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
.Related_text h4{
    color: #1379cd;
    font-size: 17px;
    font-weight: 600;
}
.Related_text p{
    color: #333;
    font-size: 16px;
    margin:20px 0;
}
.Related_text span {
    color: #333333;
    font-size: 15px;
}

.Related_news_box:hover .Related_text{
    background: #fff;
    box-shadow:0px 0px 10px 0px rgba(54, 54, 54, 0.2);
}
.Related_news_box {
    margin: 10px;
}

.contact_box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(54, 54, 54, 0.2);
    display: flex;
    justify-content: space-between;
    margin:20px 0;
}
.addressdiv{
    padding:10px 15px;
    width: 50%;
}
.mapdiv{
    width: 50%;
    position: relative;
    overflow: hidden;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mapdiv a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(0 102 204 / 0.7);
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.contact_box:hover .mapdiv a{
    opacity: 1;
}
.mapdiv img{
    height: 100%;
    width: 100%;
    border-radius:0 10px 10px 0;
    -webkit-border-radius:0 10px 10px 0;
    -moz-border-radius:0 10px 10px 0;
    -ms-border-radius:0 10px 10px 0;
    -o-border-radius:0 10px 10px 0;
}
.addressdiv aside{
    font-size: 20px;
    color: #1379cd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.addressdiv  address {
    font-size: 16px;
    color: #333333;
    white-space: pre-line;
}
.addressdiv a{
    display: table;
    font-size: 16px;
    color: #333;
    margin-bottom:10px;
}
.addressdiv a i.fa-phone{
    font-size: 24px;
}
.addressdiv a i {
    color: #1379cd;
    font-size: 20px;
    margin-right: 10px;
}



.Requests_form {
    background: url(../img/pattern.png) repeat-x #10568f;
    background-position: center top;
    text-align: center;
}
.Requests_form .comntitle {
    color: #fff;
}

.Requests_form input{
    font-size: 16px;
    color: #000;
    height: 46px;
    border: none;
    background: #fff;
    padding: 5px 15px;
}
.Requests_form .form-group {
    margin-bottom:25px;
}
.Requests_form textarea{
    font-size: 16px;
    color: #000;
    height: 120px;
    border: none;
    background: #fff;
    padding: 10px 15px;
    resize: none;
}


.Requests_form input::-webkit-input-placeholder 
{color:#000;}
.Requests_form input::-moz-placeholder 
{color:#000;}
.Requests_form input:-ms-input-placeholder 
{color:#000;} 
.Requests_form input:-moz-placeholder 
{color:#000;}

.Requests_form textarea::-webkit-input-placeholder {color:#000;}
.Requests_form textarea::-moz-placeholder 
{color:#000;}
.Requests_form textarea:-ms-input-placeholder 
{color:#000;} 
.Requests_form textarea:-moz-placeholder 
{color:#000;}

.Requests_form button {
    color: #fff;
    background: #0066cc;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    min-width: 130px;
    line-height: 40px;
    margin: 15px auto 0;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.Requests_form button:hover {
    color: #fff;
    background: #0590ec;
}


/* .carousel-indicators {
    margin: 0;
    left: auto;
    right: 30px;
    bottom: 100px;
    display: inline-block;
}
.carousel-indicators li {
    border: none;
    margin: 10px 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.carousel-indicators .active {
    opacity: 1;
} */
.carousel-caption {
    text-align: left;
    width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
}
.carousel-caption h1 {
    text-transform: uppercase;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 22px;
}
.carousel-caption mark {
    padding:0;
    background-color: transparent;
    color: #fff;
    display: inline-block;
}

.photo-gallery {
    margin-top: 40px;
}
.photo-gallery a {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(8, 12, 13, 0.2);
}
.photo-gallery img {
    width: 100%;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 100%;
    background-color: rgba(1, 34, 115,0.8);
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 40px 15px 25px 15px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay i {
    font-size: 30px;
    margin-bottom: 30px;
}
.overlay p {
    font-size: 15px;
    margin: 0;
}
.photo-gallery a:hover .overlay {
    top: 0;
}

#overview_tool{
    display: none;
}




#pills-tab2{
	margin-top: 20px;
}
#pills-tabContent2{
    background-color: rgb(255, 255, 255);
    box-shadow:0px 2px 18px 0px rgba(0,0,0,0.29);    
    padding: 40px 25px;  
}
#pills-tabContent2 h5 {
    font-size: 22px;
    color: #1379cd;
}

#pills-tab2 li.nav-item {
    width: 25%;
    text-align: center;
}
#pills-tab2 li.nav-item a{
    position: relative;
    padding: 80px 15px 20px 15px;
    color: #1379cd;
    font-size: 18px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#pills-tab2 li.nav-item a::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
#pills-tab2 .nav-link.active::after {
    border-top: 15px solid #1379cd;
}
#pills-tab2 .nav-link.active {
    color: #ffffff;
    background: #1379cd;
}

#pills-tab2 li.nav-item a img{
    display: block;
    position: absolute;
    top:20px;
    left: 0;
    right: 0;
    margin: auto;
}
.front{
    opacity: 1;
}
.back{
    opacity: 0;
}
.Core_Benefits .nav-pills .nav-link.active .front{
    opacity: 0;
}
.Core_Benefits .nav-pills .nav-link.active .back{
    opacity: 1;
}


.main_features{
	    /* background: url(../img/pattern.png) no-repeat #f1f1f1; 
    background-size: cover;*/
    background: #f1f1f1;
}


.main_features h3{
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.main_features h3 i:after{
	content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #f5a125;
		position: absolute;
		left: 0;
		right: 0;
	bottom: -8px;
		margin: auto;
    }
.main_features h3 i{
	font-size: 16px;
	color: #fff;
	background: #f5a125;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: middle;
	position: relative;
}
.main_features p{
	font-size: 16px;
	color: #484848;
}



.main_features_contant {
    margin-top: 40px;
}
.gallery{
    position: relative;
}
/* .feature_logoimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.featuresdiv{
    display: none;
}
.featuresdiv.active{
    display: block !important;
}
area {
   outline: none;
   box-shadow: none;
   border: none;
}


.your_day{
    background: url("../img/your-day-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.your_day h1{
    text-align: left;
}
.day{
    display: flex;
    align-items: center;
    margin:40px 0;
}
.day_icon{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-table;
}
.day_text{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 500;
}



.Support_Model{
    text-align: center;
    padding-bottom: 80px;    
}

.Support_Model h1 p{
    font-size: 16px;
    color: #484848;
    margin-top: 10px;
    margin-bottom: 0;
}
.supportbox{
	border-radius: 10px;
	box-shadow: 0px 5px 16px 0px rgba(54, 54, 54, 0.2);
	padding:35px 25px;
	margin-top: 20px;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.supporticon {
	border: 2px solid #1379cd;
	width: 85px;
	line-height: 70px;
	height: 85px;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: block;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.supportbox:hover .supporticon{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.supportbox p{
    color: #1379cd;
    font-size: 18px;
    margin: 0;
}

#Internal_Security {
    margin-top: 40px;
}
.secure_img {
    position: relative;
    overflow: hidden;
}
.secure_text {
    background: #ededed;
    padding: 20px 15px;
    text-align: center;
}
.secure_text h4 {
    font-size: 18px;
    color: #012273;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.secure_text p {
    font-size: 15px;
    color: #636363;
    margin-bottom: 0px;
}
.iconoverlay {
    background: rgb(1, 34, 115,0.7);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.securitybox:hover .iconoverlay {
    top: 0;
    color: #fff;
}


.swiss-azure {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.swiss-azure img {
    width: 60px !important;
    height: 60px !important;
}
.swiss-azure .swiss-title {
    margin-left: 20px;
}
.swiss-azure .swiss-title p {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 20px;
}
.swiss-azure .swiss-title aside {
    font-size: 16px;
}

.new-check-list-point {
    margin-top: 30px;
}
.new-check-list-point li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}
.new-check-list-point li::before{
    content: "\f046";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #0066cc;
    font-size: 24px;
}
.new-check-list-point li i {
    border: 2px solid #0066cc;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-style: normal;
    margin-right: 13px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    color: #012273;
}
.new-check-list-point li span {
    font-size: 16px;
    display: inline-block;
    width: 80%;
}
.data_center{
    background: #e9e9e9;
    padding: 30px 0;
}
.data_center h1{
    text-align: left;
}

.externallist {
    margin-top: 40px;
}
.externallist li {
    display: flex;
    align-items: center;
}
.externalimg img {
    width: 100%;
}
.externalimg, .externaltext {
    width: 50%;
}
.externaltext {
    padding: 10px 0px 10px 30px;
}
.externaltext h4 {
    font-size: 18px;
    color: #012273;
    font-weight: 600;
    text-transform: uppercase;
}
.externaltext p {
    font-size: 15px;
    color: #636363;
    margin: 0;
}
.externallist li:nth-child(even) {
    flex-direction: row-reverse;
}


.Estimated_time_list li{
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #484848;
}
.Estimated_time_list li::before{
    content: "\f105";
    font-family: fontawesome;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 0;
    color: #05add4;
    font-size: 16px;
}
.Estimated_box{
    float: left;
    width: 20%;
}

.shap1{
    background: url("../img/shape-1.png") no-repeat;
}
.shap2{
    background: url("../img/shape-2.png") no-repeat;
}
.shap3{
    background: url("../img/shape-3.png") no-repeat;
}
.shap4{
    background: url("../img/shape-4.png") no-repeat;
}
.shap5{
    background: url("../img/shape-5.png") no-repeat;
}
.Estimated_time_list span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding:6px;
    background-size: 100% 100%;
    margin-right: -7px;
}
.time{
    margin-bottom: 25px;
}
.time1 {
    display: inline-block;
    width: 74%;
    text-align: center;
    font-size: 20px;
}
.time2 {
    font-size: 20px;
    text-align: right;
    width: 25%;
    display: inline-block;
}
.EXTERNAL_SECURITY {
    padding-top: 0;
}


#Current_Openings .nav-link.active {
    color: #ffffff;
    background: #1379cd;
}
/* #Current_Openings .nav-link.active::after {
    border-top: 15px solid #1379cd;
} */
#Current_Openings li.nav-item a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
#Current_Openings li.nav-item a {
    position: relative;
    padding:10px 15px;
    color: #1379cd;
    background: #f1f1f1;
    font-size: 20px;
    border-radius: 30px 30px 0 0;
}
#Current_Openings .nav-item {
    margin-bottom: 0;
    width: 50%;
    text-align: center;
}
#Current_Openings  {
    border-bottom: none;
}
.CurrentOpenings_JoinUs .tab-content{
    background: #f1f1f1;
    padding:25px;
    height: 300px;
    overflow-y: auto;
}

/*-----------------------------
    Css Add 12-10-2020
 -----------------------------*/


 #wedo .item {
    background: #eee;
}
#wedo .owl-nav{
    text-align: right;
}
#wedo .owl-nav button{
    margin-left: 10px;
    margin-top: 20px;
}
#wedo .owl-nav button i{
    font-size: 30px;
    color: #3399ff;
}
.wedocaption{
    padding:25px 15px 10px 15px;
}
.wedocaption h2{
    text-align: left;
    margin-bottom: 20px;
}
.disc{
    margin-bottom: 0;
}
.disc li{
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left:20px;
}
.disc li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3399ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#wedo_service .item{
    padding:30px 0;
}
.servicebox {
    border-radius: 10px;
    /* box-shadow: 0px 5px 16px 0px rgba(54, 54, 54, 0.2); */
    min-height: 290px;
    background: #fff;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.servicebox:hover {
    box-shadow: inset 0 0 10px #b4b4b4;
}
/* .servicebox:hover{
    background: #1379cd;
}
.servicebox:hover aside{
    background: #fff;
    color: #1379cd;
}
.servicebox:hover a,
.servicebox:hover .servicelink a::before{
    color: #fff;
} */
.servicebox:hover .serviceicon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
.serviceicon {
    /* border: 2px solid #1379cd; */
    border:2px solid #eee;
    background:  #59a1dc;
    border: 2px solid #fff;
    text-align: center;
    width: 80px;
    line-height: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -30px;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#wedo_service .serviceicon img{
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.servicebox aside {
    text-align: center;
    font-size: 20px;
    background: #59a1dc;
    color: #fff;
    padding: 5px;
}

.servicelink{
    padding: 20px;
}
.servicelink a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #484848;
}
.servicelink a:hover,
.servicelink a:focus {
    background: #ddd;
    color: #484848;
}
.servicelink a::before {
    content: "\f105";
    font-family: fontawesome;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 0;
    color: #05add4;
    font-size: 16px;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.servicelink a:hover::before,
.servicelink a:focus::before{
    color: #484848;
    left: 5px;
}

.wedo_service{
    background: #e9e9e9;
}

#wedo2 .item {
    background: #fff;
    border-radius: 10px;
}

#wedo2   img{
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}
#wedo2 .owl-nav{
    text-align: right;
}
#wedo2 .owl-nav button{
    margin-left: 10px;
    margin-top: 20px;
}
#wedo2 .owl-nav button i {
    font-size: 24px;
    color: #3399ff;
}
#wedo_service .owl-nav button {
    margin-left: 10px;
    margin-top: 20px;
}
#wedo_service .owl-dots{
    text-align: center;
    margin-bottom: 15px;
}
#wedo_service .owl-dot span {
    background: #10568f;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
#wedo_service .owl-dot.active span{
    background: #0590ec;

}
.wedo_service h1{
    margin-bottom: 50px;
}
.wedo_service h1 p {
    font-size: 16px;
    color: #484848;
    margin-top: 10px;
    margin-bottom: 0;
}

.wedo_service{
    padding-top: 40px;
}


.copyright{
    background: #2e2e2e;
    padding: 10px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    text-align: center;
}
.demo_form input {
    height: 40px;
    background: rgba(255,255,255, 0.1);
    border: none;
    padding: 8px;
    color: #fff;
    font-size: 16px;
}
.demo_form button {
    border: none;
    background: #3399ff;
    color: #fff;
    font-size: 18px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#data_center .owl-dots {
    text-align: center;
    margin-top: 15px;
}
#data_center .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
#data_center .owl-dots  button.active span{
    background: #1379cd;
}


/* Choose file css start here */
  
  .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    height: 44px;
    width:100%;
    margin: auto;
    display: block;
    border-bottom: 1px solid #0066cc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  /* .btn-tertiary:hover, .btn-tertiary:focus {
    color: #888888;
    border-color: #888888;
  } */

  .btn-tertiary i.icon.fa.fa-check{
      color:#1379cd;
  }
  
  /* input file style */
  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
  }
  .input-file + .js-labelFile .icon:before {
    content: "\f093";
  }
  .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B;
  }
  

  .team_box img{
    width: auto !important;
    display: inline-block !important;
  }

  #pills-tabContent .owl-nav {
	text-align: center;
	margin-top: 20px;
}

#pills-tabContent .owl-nav i {
	color: #fff;
    font-size: 40px;
    margin: 10px;
}


/*28-10*/

.new-banking-tab {
	padding: 55px 0;
}

.new-tab-bank .nav {
	justify-content: center;
	
}

.new-tab-bank .nav-tabs {
	border-bottom:  0;
	margin-bottom: 40px;
}

.new-tab-bank .nav a.nav-item {
	color: #0066cc;
	font-size: 18px;
	background: #fff;
	margin: 0 10px;
	border-radius: 5px;
}

.new-tab-bank .nav a.nav-item.active {
	border: none;
	
	background: #1379cd;
	color: #fff;
	
}

.new-tab-bank-content img {
	border: 1px solid #ccc;
	padding: 5px;
}

.new-tab-bank-content h4 {
	margin-bottom: 18px;
}


.three .mob_title,
.nine .mob_title{
    display: none;
}

.mob_Our_Team{
    margin-top: 25px;
    display: none;
    background: url("../img/select-arrow.png") #0590ec;
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
    border: none;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 5px;
     -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.mob_Our_Team option{    
    font-family:"arial";
}


.beni_icon {
    background: #1379cd;
    color: #fff;
    text-align: center;
    line-height: 90px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.beni_icon:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1379cd;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.beni_icon img{
    display: block;
    margin: 10px auto;
}
#Core_Benefits{
    margin-top: 15px;
}
#Core_Benefits .item{
    padding: 0 20px;
}
#Core_Benefits .item h4{
 font-size: 22px;   
}
#Core_Benefits .item h5{
 color:  #1379cd;
 font-size: 20px;   
}
#Core_Benefits .item p{
 font-size: 14px;   
}


#Core_Benefits .owl-next{
    position: absolute;
    top: 25px;
    right:30px;
}
#Core_Benefits .owl-prev {
    position: absolute;
    top: 25px;
    left: 30px;
}
#Core_Benefits .owl-next span,
#Core_Benefits .owl-prev span{
    color: #fff;
    font-size: 50px
}


#Core_Benefits_banks{
    margin-top: 15px;
}
#Core_Benefits_banks .item{
    padding: 0 20px;
}
#Core_Benefits_banks .item h4{
 font-size: 22px;   
}
#Core_Benefits_banks .item h5{
 color:  #1379cd;
 font-size: 20px;   
}
#Core_Benefits_banks .item p{
 font-size: 14px;   
}
#Core_Benefits_banks .owl-next{
    position: absolute;
    top: 25px;
    right:30px;
}
#Core_Benefits_banks .owl-prev {
    position: absolute;
    top: 25px;
    left: 30px;
}
#Core_Benefits_banks .owl-next span,
#Core_Benefits_banks .owl-prev span{
    color: #fff;
    font-size: 50px
}




.PARTNER h2{
    color: #2e2e2e;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: left;
}
.PARTNER h2 strong{
    color: #0066cc;
}
.partner_list li{
    margin-bottom: 25px;
}
.partner_list li img{
    width: 80px;
}
.partner_list li span {
    color: #2e2e2e;
    font-size: 30px;
    margin-left: 30px;
}

.your_need ul{
    display: flex;
    justify-content: space-between;
}
.your_need li{
    width: 18%;
    /* min-height: 400px; */
    padding: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.your_need li img{
    border: 2px solid #fff;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.your_need li:nth-child(1){
    background: #8abae6;
}
.your_need li:nth-child(2){
    background: #5479a6;
}
.your_need li:nth-child(3){
    background: #1379cd;
}
.your_need li:nth-child(4){
    background: #0037a4;
}
.your_need li:nth-child(5){
    background: #002060;
}

.arrow{
    width: 80%;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    display: none;
}
.arrow::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 30px solid transparent;
    position: absolute;
    top:-20px;
    left:-20px;
}
.arrow::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 40px solid #fff;
    border-bottom:30px solid transparent;
    position: absolute;
    top:-20px;
    right: -20px;
}


.CLIENT_EXPERIENCE{
    padding-bottom: 80px;
}
.clientimg img{
    width: 100%;
}

.comntitle2{
    color:#0066cc;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
}
.comntitle2 p{
    font-size: 16px;
    color: #484848;
    margin-top: 10px;
    margin-bottom: 0;
}
.comntitle2 strong{
    color: #0066cc;
}
.comntitle2  a{
    color: #0066cc;
    display: inline-block;
    font-weight: bold;
}
.comnlist li{
    margin-bottom: 25px;
}
.comnlist li span {
    color: #2e2e2e;
    font-size: 30px;
    margin-left: 30px;
}


.reach_peaks{
    background: #f1f1f1;
}
/* .reach_peaks_box{
    padding:30px 30px 30px 30px;
} */
.reach_peaks_box aside{
    margin: 30px 0;
}
.reach_peaks_box span {
    background: #fff;
    display: block;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
}
#EVOLVING .reach_peaks h4{
  color: #fff;
}
.reach_peaks h4 strong{
    color: #0066cc;
}


.exlist li{
    font-size: 16px;
}
.MULTIPLE_VIEWS::before {
    content: "";
    background: url(../img/one-data.jpg) no-repeat;
    background-size: cover;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.MULTIPLE_VIEWS{
    position: relative;
}
.MULTIPLE_VIEWS p{
    font-size: 16px;
}
.onedata{
    display: none;
}
.channels {
    display: inline-block;
    width: 32%;
    margin-top: 20px;
}
.channels span{
    width: 120px;
    height: 100px;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.channels ul{
    display: inline-block;
}


.mountain_bg{
    background: url("../img/mountain.jpg") no-repeat #f1f1f1;
    background-position: top center;
    padding-top: 180px;
    padding-bottom: 50px;
    background-size: 100% 150px;
    margin-bottom: 50px;
}

#your_need2{
    display: none;
}
#your_need2 .owl-dots ,
#CLIENT .owl-dots,
#EVOL .owl-dots,
#ENABLE .owl-dots,
#PARTNER .owl-dots{
    text-align: center;
    margin-top: 10px;
}
#your_need2 button.owl-dot,
#CLIENT button.owl-dot,
#EVOL button.owl-dot,
#ENABLE button.owl-dot,
#PARTNER button.owl-dot{
    display: inline-block;
}
#your_need2 button.owl-dot span,
#CLIENT button.owl-dot span,
#EVOL button.owl-dot span,
#ENABLE button.owl-dot span,
#PARTNER button.owl-dot span{
    display: block;
    background: #323232;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#your_need2 button.owl-dot.active span,
#CLIENT button.owl-dot.active span,
#EVOL button.owl-dot.active span,
#ENABLE button.owl-dot.active span,
#PARTNER button.owl-dot.active span{
    background: #3399ff;
    width: 15px;
    height: 15px;
}

/* =======================================
======================================= */

.CLIENT_EXPERIENCE {
    background: url(../img/pattern.png) no-repeat;
    background-size: 100% 100%;
    background-color: #f1f1f1;
    position: relative;
}
/* .CLIENT_EXPERIENCE::before{
    content: "";
    background: url(../img/CLIENT-EXPERIENCE.jpg) no-repeat;
    background-size: cover;
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */

/* #CLIENT-EXPERIENCE .owl-item ,
#ENABLE .owl-item{
    float: left;
}
#CLIENT-EXPERIENCE .owl-nav,
#ENABLE .owl-nav{
    display: none;
} */




#EVOLVING{
    background: url(../img/pattern.png) repeat-x #006699;
    background-position: center top;
}

#EVOLVING .reach_peaks{
    background: none;
    color: #fff;
}

#EVOLVING .reach_peaks_box span,
#ENABLE  span,
#CLIENT  span{    
    background: #59a1dc;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: inherit;
    margin: 0;
    padding: 10px;
    font-size: 20px;
}
#EVOLVING .reach_peaks h4 strong,
#EVOLVING .reach_peaks h4 p{
    color:#fff;
}
#EVOLVING .item{
    background: #fff;
    padding-top: 40px;
    border-radius: 10px;
    min-height: 420px;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#ENABLE .item{
    background: #fff;
    padding-top: 70px;
    border-radius: 10px;
    min-height: 365px;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#CLIENT .item:hover ,
#ENABLE .item:hover ,
#EVOLVING .item:hover,
#PARTNER .item:hover {
    box-shadow: inset 0 0 10px #b4b4b4;
}
#CLIENT .item{
    min-height: 510px;
    border: 1px solid #d9d9d9;
    background: #fff;
}


#EVOLVING  ul,
#ENABLE  ul{
    padding:10px 25px;
}
#EVOL img,
#ENABLE img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

#EVOL .owl-stage-outer,
#ENABLE .owl-stage-outer{
    padding-top: 50px;
}
#CLIENT .owl-stage-outer{
    padding-top: 20px;
}


#ENABLE img,
#CLIENT img,
#PARTNER img{
    width: auto;
    margin: 0 auto 20px;
}

.ENA::before{
    display: none;
}



.clientbox{
    
    position: relative;
}

.clientboxtext{
    padding: 0px 20px 20px 20px;
}
.clientboxtext h3{
    font-weight: bold;
    margin-bottom: 20px;
}


#PARTNER .item {
    min-height: 530px;
    border: 1px solid #d9d9d9;
    background: #fff;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.clientboxtext h3,
.PARTNERbox h3{
    font-size: 24px;
    text-transform: capitalize;
}










/*For Client Portal*/
.portalimg {
    position: relative;
    /*margin-bottom: 25px;*/
}

.portalimg aside {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
}

.portalimg .port_overlay {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 600px;
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.portalimg .port_overlay button {
    border: none;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 7px 35px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
    margin: 0 15px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
}

.portalimg .port_overlay button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.portalimg .port_overlay button.active::before {
    opacity: 1;
}

.portalimg .port_overlay button:hover,
.portalimg .port_overlay button:focus,
.portalimg .port_overlay button.active {
    background: #fff;
    color: #0066cc;
}

.portalimg .port_overlay button small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
}

.Advisory_FO,
.Client_Portal {
    display: none;
}

.show {
    display: block;
}

.client_portal .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.client_portal .owl-carousel .owl-item {
    padding: 0 10px;
}

.client_portal .owl-carousel .owl-item img {
    box-shadow: 0px 0px 10px 0px rgb(8, 12, 13, 0.4);
}

.client_portal .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.client_portal .owl-carousel .owl-dots button span {
    display: block;
    background: #323232;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.client_portal .owl-carousel .owl-dots button.active span {
    background: #0066cc;
    width: 15px;
    height: 15px
}

.client_portal .nav-tabs {
    border-bottom: none;
}

.client_portal .nav-tabs .nav-item {
    margin-bottom: 0;
}

.client_portal .nav-tabs .nav-link {
    border: 1px solid #0066cc;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    display: block;
}

.client_portal .nav-tabs .nav-link.active,
.client_portal .nav-tabs .nav-link:hover {
    background: #0066cc;
    color: #fff;
}

.client_portal .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
    width: 70%;
    margin: 0 auto 20px;
}

.client_portal .nav-tabs li {
    width: 100%;
}

.client_portal .nav-tabs li i {
    margin-right: 10px;
    vertical-align: bottom;
}

i.fa.fa-mobile,
i.fa.fa-tablet {
    font-size: 28px;
}

#myTab2 {
    width: 50%;
}

.client_portal .nav-tabs .nav-link:hover {
    background: #1c7ee2;
    color: #fff;
}
.Advisory_FO.show , .Client_Portal.show { 
    padding: 25px 0; 
    background: #f1f1f1; 
}
section.client_portal {
    margin: 40px 0px 0;
}



/*For Client's Assets*/
.financial_part {
    position: relative;
    display: flex;
}

.Financial_Investments {
    position: relative;
    background: #0066cc;
    color: #fff;
    padding: 25px;
    width: 50%;
}

.Non_Financial_assets {
    position: relative;
    /*background: #3399ff;*/
    color: #fff;
    padding: 25px;
    width: 50%;
}

.financial_part {
    text-align: center;
}

.financial_part .owl-carousel .owl-item img {
    width: 60px;
    margin: 15px auto;
    display: block;
}

.financial_part h2 {
    background: #fff;
    color: #0066cc;
    font-size: 24px;
    padding: 5px 25px;
    display: table;
    margin: 10px auto 0;
    padding-bottom: 5px;
    border-radius: 5px;
    line-height: inherit;
}

.financial_part h4 {
    font-size: 16px;
}

.Financial_Investments .owl-carousel,
.Non_Financial_assets .owl-carousel {
    margin: 30px 0 5px;
}

.owl-carousel .owl-nav button {
    margin: 30px 0 0 0;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 24px;
    margin: 0 10px;
}
.demo_form textarea{
	background: rgba(255,255,255, 0.1);
	border: none;
    color: #ffffff;
}
.stats_box aside {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.stats_box span {
    font-size: 22px;;
}
.stats_box img {
    max-width: 40px;
}
.stats_box {
    height: 230px;
    width: 230px;
}