/*styles*/
html, body { overflow-x: hidden; }
body{
	font-family: calibri;
	font-size: 15px;
	line-height: 20px;
	word-wrap: break-word;
	color:#000;
	overflow: hidden;
}
.content ul {
    margin-top: 5px;
    margin-bottom: 0rem;}
@media only screen and (max-width: 767px){
    .img-overlay {
        display: none;
}
.container{
    width: 100%;
    max-width: none;
}
}
a{
    color: #000;
}
a:hover {
    outline: 0;
    text-decoration: none;  
}


header{
	width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
}
header .top-menu-bg {
    width: 100%;
    height: 40px;
    background: url(../image/top-menu-bg.png) right top no-repeat;
    
    }
@media only screen and (min-width: 1450px){
header .top-menu-bg {
    width: 100%;
    height: 40px;
    background: url(../image/top-menu-bg-large.png) right top no-repeat;
}
}
header .logo-container {
	position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0 10px;
    z-index: 901;
}
header .logo-container #logo{
    float: left;
    max-width: 100%;
    height: 100%;
}

.banner {
    float: right;
    width: 68%;
}
.banner a{
	color: #000;
}
.banner a:hover{
    color:#0093ff;
}
.bannerdiv2 {
    text-align: center;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 25px;
    width: 184px;
    z-index: 100;
    margin-left: 110px;
}
.bannerdiv3 {

    float: right;
    display: inline;
    box-sizing: border-box;
    line-height: 28px;
    width: auto;
    margin-top: 8px;
    z-index: 0;
}
.bannerdiv3 ul{
list-style-type: none;
margin-bottom: 0;
}
.bannerdiv3 span{
    font-size:19px;
    padding-right: 2px;
    color:#00355f;
}
/*MAINMENU STYLE*/
.logo-container #top-menu{
	position: relative;
    /*float: right;*/
    margin: -32px -30px 0 0 ;
    height: 54px;
   
}

#top-menu ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#top-menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#top-menu .firstserv{
    letter-spacing: -0.15px;
    background: url(../image/top-menu-separator.png) right center no-repeat;
    background-size: 2px 18px;
    position: relative;
    top: .5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    border-radius: 6px;
    padding: 0;
}
#top-menu .first a{
    letter-spacing: -0.15px;
    background: url(../image/top-menu-separator.png) right center no-repeat;
    position: relative;
    top: 10px;
    background-size: 2px 18px;
    display: block;
    text-decoration: none;
    /*font-weight: 100;*/
    font-size: 16px;
    line-height: 32px;
    border-radius: 6px;
    padding: 0 11px 1px;
}
#top-menu .last a{
    letter-spacing: -0.15px;
    position: relative;
    top: 10px;
    background-size: 1px 18px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    border-radius: 6px;
    padding: 0 8px 1px 11px;
}
.navbar{background:transparent;
}

/*.nav-item::after{content:'';display:block;width:0px;height:2px;background:#fff;transition: 0.2s;}*/
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
.nav-link{ color:#fff !important;}
/*.dropdown:hover>.dropdown-menu{
	display: block;
}*/
.dropdown-menu {
    position: absolute;
    top: 77%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding:0;
    margin: 0.125rem 0 0;
    background-color: #0561a4;
    border-radius: 0 0 .45rem .45rem;
    color: #FFF;
    border:none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border: 0;	
    background-size: 15px !important;
    border-top: 0.5px solid #999;
}
#top-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{
    background:#123359;
    background-size: 15px !important;
    color: #fff;
    
}
.dropdown-item:last-child:hover{
    background:#123359;
    background-size: 15px !important;
    color: #fff;
    border-radius: 0 0 .45rem .45rem;

}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.box {
    margin: 12px 14px;
    text-align: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    line-height: 1;
}
.buttonsearch{
    font-size: 16px;
    line-height: 30px;
    padding: 2px 20px 2px 6px;
    color: #333;
    cursor: pointer;
}
.buttonsearch i{
    font-size: 19px;
    float: right;
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;

}
 
/*second menu*/
.menu-locator{
    visibility: visible;
    left: 0px;
    top: 140px;
    width: 100%;
    z-index: 0;
    color: #000;
}

.menu-container {
    width: 100%;
    /*margin: 0 auto;*/
    text-align: center;
    background-color: #faa831;
}
.menu-dropdown-icon:before {
    content: "\f0D7";
    font-family: "fontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 8px 35px;
    background: url(../image/fatbit-header.png);
    color: #fff;
}
.menu-container .navbar .dropdown-menu div[class*="col"] {
   margin:0.1rem 0;
}

.menu-container .navbar .dropdown-menu {
  background-color: rgb(250, 168, 49);
}

.menu-container .navbar .nav-item {
    padding: 5px 1px;
    margin: 0;
    border-right: 1px solid #fff;
    width: 100%;
    line-height: 16px;
}
.menu-container .navbar .nav-item:last-child {
border-right: none; 
}
.menu-container .flex-column .nav-item {
    border-right:none;
    border-radius: 3px;
    }

.menu-container .flex-column .nav-link {
    color: #FFF !important;
    padding: 0.5rem 0.1rem;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
    border-radius: 3px;
     
}
.menu-container .flex-column .nav-item a:hover{
    background-color: #FFF;
    color: #173155 !important;
    border-radius: 3px;
    padding-left: 0.7rem;
    margin-left: -10px;
    transition-timing-function: ease;     
}
.menu-container .navbar .b-btm{
  border-bottom: 1px solid #FFF;
  margin: 0 10px;
 
}
.b-btm span{
    line-height: 35px;
    font-size:16px;
    color: #FFF;
}
.b-btm span a{
    color:yellow !important;
    display: inline;
    font-size: 19px;
    font-weight: 600;
}
li.nav-item.dropdown:hover {
    background: #faa831;
}
.b-btm span a:hover {
  color: deepskyblue !important;
}
@media screen and (min-width: 992px) {
     /* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #FFF;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.menu-container .navbar {
 padding: 0rem; 
}
.menu-container .navbar .dropdown {
    position:static;
  padding: 7px;
}
.menu-container .navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
  top:95%;
  border: 1px solid rgba(0,0,0,.15);
  /*background-color:#9b1b0a;*/
}

.menu-container .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
.menu-container .dropdown-toggle::after {
    display: none;
}
}
.arw1{
    cursor:pointer;
}
/*For Blog*/
#share-buttons img
{margin: 0 25px;}
.h1blog {
    font-size: 25.5px;
}
.Social{
    padding-left: 10px;
    margin-bottom: -15px;
}
.soicalh3{
    color: #333 !important;
    font-size: 17px !important;
    font-weight: bold;
    padding-top: 15px;
}
a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 40px;
    font-size: 16px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}

.btn-instagram
{
    background-color: #3f729b;
}
.btn-instagram:hover
{
    background-color: #548cb9;
}

.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}

.btn-pinterest
{
    background-color: #cc2127;
}
.btn-pinterest:hover
{
    background-color: #e04046;
}

.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
    
@media only screen and (max-width: 992px){
.menu-container .navbar .col-lg-3 {
    padding: 0 10px !important;
}
.menu-container .navbar .ml-2{
    margin-left: 0rem !important;
}
.menu-container .navbar {
    position: relative;
    padding: 0 0 0.5rem; 
    display: inherit;
    text-align: right;
}
.menu-container .navbar i{
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin-right: 6px;
}
.menu-container .navbar .nav-item {
      text-align: left;
    padding-left: 5px;
    line-height: 16px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 0;
    width: 100%;
    font-size: 16px;
    
}

.menu-container .arw1::after {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    margin: 7px 7px 0 0;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.b-btm span a{
  font-weight: 400;
  font-size: 16px;
}
.bbtm{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;

}
.menu-container .navbar-dark .navbar-toggler {
    color: #0b274a;
    background: white;
    border-radius: 3px;
    border: none;
    /*width: 20%;*/
    text-align: center;
    /*margin-left: 75%;*/
    margin-right: 2%;
    margin-top: 6px;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
}
.menu-container .navbar-collapse {
    background: transparent;
    opacity: 0.9;
    margin: 2px 0; 
    width: 100%; 
    line-height: 4;
    padding-left: 0; 
}
.lastrow{
    border-bottom: none;
}
}


.bnr {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.75);
    display: table;
}
.bnr img{
    width: 100%;
}

    .img-wrapper {
  position: relative;
}

.img-overlay {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 11%;
    right: 0;
    text-align: left;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}
.bnr-btn{
    color:#fff;
    background:limegreen;
    font-size:20px;
    padding:5px 20px;
    border-radius:6px;
    border:none ;
    margin:0 15px;
}
.bnr-btn1{
    color:#fff;
    background:#FF7F00;
    font-size:20px;
    padding:5px 20px;
    border-radius:6px;
    border:none;
    margin:0 15px;
}
.bnr-btn:hover, .bnr-btn1:hover{
      background: midnightblue;
    border-radius:6px;
}
 /* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}     
.content h3 {
    color: #035e9e;
    font-size: 18px;
    margin: 10px 0 0;
}
.content img{    
    margin-top: 45px;
    width: 100%;
    height: 190px;}      
.boldb {
    color: #333 !important;
    font-size: 17px !important;
    margin: 4px 5px 0 0 !important;
    line-height: 20px;
    float: left;
    animation: none !important;
    font-weight: bold;
}
/*BREADCRUMB--------------------------------------------------------------------------*/
#breadcrumb {
    padding: 0 15px;
    line-height: 28px;
    margin-top: 10px;
}
#breadcrumb:before{
    content: "You are here:     ";
    font-size:15px;
    color:#0093ff;
}
#breadcrumb a:first-child {
    margin-left: 5px;
}
#breadcrumb a:hover{
    color:#0093ff;
}
#breadcrumb img{width:10px;margin-bottom: 2px;margin:0 2px;} 
.uploadifyItem {
    background-color: #f0f0f0;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    padding: 4px 4px 0;
    color: black;
    border-radius: 4px;
}
.uploadifyItem .cancel {
    float: right;
    font-size: 18px;
    margin-top: 1px;
}
.file {
    opacity: 0;
    display: none !important;
    position: absolute;
    height: 35px !important;
    cursor: pointer;
    margin-top: -4PX;
}
.uploadifyItem button, input, select[multiple], textarea {
    background-image: none;
}
.uploadifyItem .btn-success {
    color: #fff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#08c,#04c);
    border-color: #51a351 #51a351 #387038;
}
/*content*/
.heading1tag {
    color: #035E9E;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: -10px;
    line-height: 1;
    padding: 0;
}
.heading2tag {
    color: #035E9E;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 0;
}

.content p {
    font-family: calibri;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-top: 13px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.ulliicons {
    list-style-type: none;
    height: auto;
    width: 100%;
    font-size: 16px;
    padding: 0;
}
.ulliicons li, .ulliicons1 li, .ulliicons2 li {
    background-image: url(../image/bullet-icon.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 0;
    padding-left: 30px;
    background-position: 1px 7.1px;
}
/*buttons----------------------------------------------------------------------------------*/
 .btn-danger:hover, .btn-danger:focus,
            .btn-danger:active,
            .btn-danger.active,
            .open .dropdown-toggle.btn-danger {
                color: #fff;
                border-color: #ac2925;
            }
            
            .bttn:hover,
            .bttn:focus {
                color: #FFFFFF;
                text-decoration: none;
            }
            
            /*.btn-danger {*/
            /*    box-shadow: 0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #C24032, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);*/
            /*    background-color: #c63702;*/
            /*}*/
            
            .bttn3d {
                transition: all .08s linear;
                position: relative;
                outline: medium none;
                -moz-outline-style: none;
                border: 0px;
                margin-right: 10px;
                margin-top: 15px;
            }
            
            .bttn-lg {
                font-size: 18px;
                line-height: 1.33;
                padding: 10px 16px;
                border-radius: 6px;
                width: 118px;
            }
            
            .btn-danger {
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                background-repeat: repeat-x;
                background-image: linear-gradient(to bottom, #c82333, #c82333);
                border-left-color: #c82333;
                border-right-color: #c82333;
                border-top-color: #c82333;
                border-bottom-color: #c82333;
            }
            
            .bttn {
                display: inline-block;
                margin-bottom: 0px;
                font-size: 14px;
                font-weight: normal;
                line-height: 1.42857;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                cursor: pointer;
                border-image-source: initial;
                border-image-slice: initial;
                border-image-width: initial;
                border-image-outset: initial;
                border-image-repeat: initial;
                -webkit-user-select: none;
                padding: 6px 12px;
                border-width: 1px;
                border-style: solid;
                border-color: transparent;
                border-radius: 4px;
            }
            
            .btn-danger1:hover,
            .btn-danger1:focus,
            .btn-danger1:active,
            .btn-danger1.active,
            .open .dropdown-toggle.btn-danger1 {
                color: #fff;
                background-color: #035E9E;
                border-color: #035E9E;
            }
            
            .btn-danger1 {
                color: rgb(255, 255, 255);
                background-color: #035E9E;
                border-color: #035E9E;
            }
            
            /*.btn-danger1 {*/
            /*    box-shadow: 0 0 0 1px #035E9E inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #048be9, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);*/
            /*    background-color: #035E9E;*/
            /*}*/
            
            .btn-danger1 {
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                background-repeat: repeat-x;
                background-image: linear-gradient(to bottom, #048be9, #035E9E);
                border-left-color: #035E9E;
                border-right-color: #035E9E;
                border-top-color: #035E9E;
                border-bottom-color: #035E9E;
            }
            
            .btn-danger1:active,
            .btn-danger1.active {
                background-color: #942a25 \9;
            }
            
            .btn-danger1:active,
            .btn-danger1.active,
            .open .dropdown-toggle.btn-danger1 {
                background-image: none;
            }
            
            button,
            input,
            select[multiple],
            textarea {
                background-image: none;
            }
            
            input,
            button,
            select,
            textarea {
                font-family: inherit;
                font-size: inherit;
                line-height: inherit;
            }
            
            button,
            html input[type="button"],
            input[type="reset"],
            input[type="submit"] {
                cursor: pointer;
                -webkit-appearance: button;
            }
            
            button,
            select {
                text-transform: none;
            }
/*right side pannel-----------------------------------------------------------------------*/
.courses_box1-left {
    color: #fff;
    background-color: #000;
    padding: 16px 16px 30px 16px;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}
.courses_box2-left {
    color: #FFF;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
        margin-bottom: -25px;
    /*box-shadow: inset 0 1px 55px -25px rgba(0,0,0,0.4);*/
}
.select-block1 {
    position: relative;
    margin-top: 10px;
    top: 0;
    left: 0;
}
.course-submit {
    border: none;
    background: #035E9E;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    outline: 0;
    width: 70%;
    margin-left: 17%;
}
.course-submit:hover {
    background: #8A0C0C;
    color: #fff;
}
.sidebarservices {
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    font-family: Inherit;
    /* margin: 25px 0 0 10px; */
    padding-bottom: 18px;
    /* padding-left: 10px; */
    border-radius: 6px;
}
.sidebarservices a{
    color: #fff;
}
.sidebarservices ul{
    padding: 0;
}
.sidebarservices .h2cls {
    width: 100%;
    border-bottom: 1px solid #333;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 10px;
    font-size: 24.5px;
    line-height: 1.2;
}
.sidebarservices li {
    list-style-type: none;
    background: url(../image/menuarw-11.png) no-repeat scroll 10px 12.5px;
    background-color: #035e9e;
    line-height: 35px;
    border-radius: 5px;
    background-size: 15px;
    font-size: 16px;
    margin: 8px 0;
    text-align: left;
    padding: 2px 0 2px 35px;
    cursor: pointer;
    color: #fff;
    transition: padding-left 0.5s ease;
}
.sidebarservices li:hover {
    padding-left: 40px;
}

.courses_box2-left img{
    width: 100%
}
.form-controlfile {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 10px 0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*company history---------------------------------------------------------------------*/
.nopadding{
    padding: 0 9px;
}
.fun-fact {
    width: 100%;
    padding: 0;
    margin: 0;
    /* background: url(../image/webp/blog_banner_01.webp) center center no-repeat; */
    /*background: url(../image/blog_banner_01.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.fun-solid {
    padding: 10px 0 30px 0;
    margin: 0;
    background-color: rgba(0,0,0,.6);
   /* background-image: url(../image/01.png);*/
    background-color: #3d3d54;
    text-align: center;
}
.fun-cont {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Federo,sans-serif;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
   
    float: none;
}
.fun-cont i {
    color: #faa831;
    font-size: 70px;
    padding: 10px 0 2px;
}
.fun-cont span {
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 45px;
    display: block;
    margin-left: 20px;
}
.colpad{
        padding: 0 11.5%;
}
/*Footer--------------------------------------------------------------------*/
.footer1 {
    margin-top: 0;
    padding: 15px 0 6px 0;
    /*background-color: rgba(0,0,0,.1);*/
    /*background-image: url(../image/01.png);*/
    
}
.fuddddddddd {
  /*  background: url(../image/webp/foot.webp) center  12%  no-repeat;/*
    background: url(../image/foot.jpg)  center 12% no-repeat;*/
  background-color: #050529;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
  .footer-icon{
        margin: 0 auto;
        width: auto;
        float: left;
        display:inline;
            padding-bottom: 8px;

    }
    .footer-icon img{
          padding: 0 10px;   
    }
.adress, .contact1, .social {
    list-style: none;
    padding-bottom:0;
}
.adress span, .contact1 span, .social span {
    color: #fff !important;
    font-size: 2em !important;
    padding-top: 0px;
    padding-bottom: 15px;
    display: block;
    letter-spacing: 1px;
}
.contact1 li a, .social li a, .adress li a {
    color: #FFF;
    line-height: 1.9em;
    text-decoration: none;
    font-size: 16px;
    margin-left: 3px;
}
.adress li a:hover, .contact1 li a:hover, .social li a:hover {
    color: deepskyblue;
}
.adress li p {
    color: #FFF;
    text-decoration: none;
}
.contact1 li:before {
    content: '';
    font-family: 'FontAwesome';
    float: left;
    margin-top: 7px;
    color: #fff;
}
.ft {
    color: #9c9c9c;
    margin-right: 10px;
    font-size: 19px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0px;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 10px;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    font-size: 18px;
}

.social-circle li i {
    margin: 0;
    line-height: 56px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.page_footer{
    margin-right: auto; 
    margin-left: auto;
}
.page_footer nav ul {
    width: 1140px;
    margin: 0 auto;
    list-style: none;
    border-top: 1px solid #fff;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-family: Calibri;
    text-align: center;
    color: #ffffff;
    line-height: 0;
}
.mtminus{
    margin-bottom: -30px;
}
.page_footer nav ul li {
    padding: 0px;
    margin: 0 10px 0 0;
    display: inline; text-align: center;
}
.page_footer nav ul li a:hover {color:deepskyblue;
}
.noo {
    color: #FFF;
}
.box1, .mobilemail{
    display: none;
}
.deskemail{
    display: inline-block;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.post-pagination a {
    padding: .2em .6em;
    margin-right: .2em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #048;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.post-pagination a:link, .post-pagination a:visited {
    color: #048;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    position: relative;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.more-link, .more-llb {
    background-color: #035E9E;
    font-weight: 700;
    margin: 1em 0 .5em;
    padding: .4em 1em;
    color: #FFF;
    display: inline-block;
}
.more-link:hover, .more-llb:hover {
 
    background-color: red;
    font-weight: 700;
    margin: 1em 0 .5em;
    padding: .4em 1em;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}
.h1blog a{
    color: #035E9E;
    font-size: 26.8px;
}
section h1{
    line-height: 30px !important;
}
.meta-date a{
        font-size: 17.5px;
        color: #035E9E;
}

@media (min-width: 1024px){
.menu-container .container, .footer1 .container, .fun-solid .container {
    max-width: 1140px;

}
}



@media only screen and (max-width: 767px){
#top-menu .nav-link {
    padding:0;
}
#top-menu .first a{
    background: none; 
    padding: 0px 15px 4px;
}
#top-menu .first a:hover{
    background-color: #FFF;
    color: #173155 !important;
    padding: 0 15px;
}
#top-menu .last a{
    background: none; 
    padding: 0px 15px 4px;
}
#top-menu .last a:hover{
    background-color: #FFF;
    color: #173155 !important; 
}
.box1 {
    display: block;
    width: 60%;
    margin: 23px 30px 0 0;
    color: #fff;
    text-align: right;
    position: relative;
    float: right;
    line-height: 1;
}
.box1 .buttonsearch{
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
    color: #333;
    cursor: pointer;
   
}
.page_footer nav ul {
    list-style: none;
    width: 100%;
    /* margin: 0 auto; */
    padding: 3px;
    margin-bottom: 0;
    margin-left: -10px;
    font-family: Calibri;
    text-align: center;
    color: #ffffff;
    line-height: 12px;
}
/*
.buttonsearch i{
    font-size: 19px;
    float: right;
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;

}*/


#top-menu .navbar-collapse {
    background: #072f5f;
    opacity: 1;
    margin: 3px -15px;
    width: 800px;
    line-height: 4;
    padding-left: 20px;
    padding-bottom: 20px;

}
.navbar {
    padding: 0.8rem 0;
}
.navbar-toggler {
    margin-left: 10px;
    margin-top: 9px;
    padding: 5px 10px;
    font-size: 16px;
    }
.navbar-dark .navbar-toggler {
    color: #fff;
    /*background: #122d4f;*/
    border-radius: 3px;
    border:none; 
}
.navbar button:focus {
    outline: none;
}
#top-menu .firstserv{
    letter-spacing: -0.15px;
    background: none;
    position: relative;
    top: 7px;
    background-size: 2px 18px;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    border-radius: 6px;
    padding: 0 15px 1px;
}
/*#top-menu ul{
    width: 100%;
}
#top-menu ul li{
    border-bottom: 1px solid #d3d3d3;
}
#top-menu .first a {
	font-family: inherit;
    background:none;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 10px;
}
#top-menu .last a{
    font-size: 18px;
    padding-bottom: 10px;
}*/
.dropdown-menu {
    position: absolute;
    top: 77%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding:0;
    margin: .5rem 0 0;
    background-color: transparent;
    color: #FFF;
    border:none;
}
.dropdown-item {
    display: block;
    width: 70%;
    padding: 5px 1rem !important;
    /*background-color: #122d4f !important;*/
    border-radius:0;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    line-height: 1.5;
    white-space: nowrap;
    border-top: none;
}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:last-child:hover{
    background:#fff; 
    color: #123359;
    border-radius:6px;
}
.bannerdiv3 {
    margin-top: 5px;
    margin-right: 3%;
    }
}
@media only screen and (max-width: 992px){
.navbar{
position: absolute;}
header .logo-container #logo {
    width: 25%;
    height: 90px;
    margin-top: 38px;
    margin-left: 0;
    margin-bottom: 15px;

    }   
body .bannerdiv2 {
    float: left !important;
    margin-top: 15px;
    width: 165px;
    z-index: 100;
    margin-left: 5%;
}
.nopadding{
    padding: 0 0 0 20px;
}
.mtminus{
    margin-bottom: 0px;
}
	.courses_box2-left {
    
    margin-top: 55px;
    
}
}

@media only screen and (max-width: 1240px){
header .logo-container #logo {
    clear: both;
    width: 200px;
    height: 80px;
    margin-top: 30px;
    margin-left: 30px;
    position: absolute;
}
.img-overlay {
    position: absolute;
    top: 51%;
    bottom: 0;
    left: 6%;
    right: 0;
    text-align: left;
}
}
@media only screen and (max-width: 480px){
    header .logo-container #logo{
    float: left;
    width: 40%;
    height: 70px;
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    }
    
}
_:-ms-lang(x), header .logo-container #logo {
    clear: both;
    width: 250px;
    height: 100px;
    margin-top: 10px;
    margin-left: 30px;
    position: absolute;
}
/*only for bannerdiv3 on 395*/
@media only screen and (max-width:410px){
    .bannerdiv3 {
    margin-top:none
    }
    .mobilemail{
        display: inline-block;
    }
    
    .deskemail{
    display: none;
}
}
@media (max-width:307px){
    .box1{
       display: none;
    }
}
.libox {
   list-style-type: none;
    font-size:18px;
    border-radius:6px;
    border:#58C3EC 1px solid;
    line-height:35px;
    margin-top:0;
    padding-top:7px;
    padding-bottom:10px;
    padding-left:10px;
    margin-bottom:8px !important;
}
.libox li{
     background-image: url(../image/bullet_point.png);
      background-size: 13px 14px;
    background-repeat: no-repeat;
    background-position: 1px 11px;
    padding-left: 22px;
}
.libox li:hover{
    text-decoration:underline;
}
/*banner slider*/
.slider-wrapper {

  height: auto;
  margin: 0 auto;
  position: relative;
}

.slider-wrapper:hover { cursor: e-resize; }

.comparison-slider {
  position: absolute;
  width: 4px;
  left: 50%;
  top: -1px;
  bottom:2px;/*
  background-image: -webkit-linear-gradient(top, rgba(200,73,19,0) 0, #0d3c55 2%, #0d3c55 98%, rgba(200,73,19,0) 100%);
  background-image: -moz-linear-gradient(top, rgba(200,73,19,0) 0, #0d3c55 2%, #0d3c55 98%, rgba(200,73,19,0) 100%);
  background-image: -o-linear-gradient(top, rgba(200,73,19,0) 0, #0d3c55 2%, #0d3c55 98%, rgba(200,73,19,0) 100%);
  background-image: linear-gradient(to bottom, rgba(200,73,19,0) 0, #0d3c55 2%, #0d3c55 98%, rgba(200,73,19,0) 100%);*/
  background:#0d3c55;

   
}
.slider-wrapper img  {
    width:100%;
}
.before-wrapper {
 
  
 
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
 
}

.after-wrapper, .after-image {
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}

.after-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.after-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
   
  background-size: 150px;
  background-position: center center;
}
.editing{ display:block;padding:0; }
.editing img {
    margin-top:45px;
    width:100%;
    height:190px;
}

/*case studies*/

            .case-box{
                margin:20px 1px;
                border:1px solid #c1c1c1;
                 /*background:#ebebeb;*/
             }
             .case-box img{
                  
                  display: block;
                  width: 100%;
                  height: auto;
                  transition: .5s ease;

             }
             
             
            .case-main{
                 /*border-top:1px dashed #ddd;*/
                display:block;
               
                color:#035E9E;
                    height: 140px;
                font-size:22px;
               
                top:10px;
                padding:15px 10px;
                line-height: 30px;
               
            }
           /*@media (min-width:1600px){*/
           /*    .case-main{*/
           /*        height:100px;*/
           /*    }*/
           /*}*/
            
            .view-case {
                display:none;
                   position: relative;
       width: 40%;
    border-radius: 6px;
    font-size: 16px;
    font-style: inherit;
    background: #1caee5;
        margin-left: 30%;
    margin-bottom: 15px;
   text-align:center;
    color: #fff;
    text-transform:capitalize;
    padding: 10px;
               
                
            }
             .view-case a{
                 color:#fff;
             }
            .case-box:hover .view-case  {
               transform: scale(1.05);
                transition: all 0.1s ease;
                cursor:pointer;
               
              
            }
            
            .client .info{
    background-color: #e9e9e9;
    padding: 20px;
    margin-bottom: 20px;
            }
           .client h3{
                font-size: 22px;
                color: #035e9e;
                width: 100%;
                border-bottom: 1px solid #035e9e;
                padding-bottom: 5px;
                margin:20px 0 0 0;
           }
           
           .client p{
               font-size:16px;
               margin-bottom: 10px;
         
           }
           .client img{
               width:100%;
              
           }
           .p-list{
               list-style-type:none;
               margin: 10px 0;
                padding: 0;
           }
            .p-list li{
                   background-image: url(../case-studies/image/ul-tick.png);
                    background-size: 20px auto;
                    background-repeat: no-repeat;
                    line-height: 24px;
                    margin-top: 0;
                    padding-left: 30px;
                    background-position: 0 4.1px;
                    color: #000;
                    font-size: 16px;
           }
           .client br{
            content: "";
           }
        .steps{
                 position: relative;
                display: inline-block;
                margin-top: 15px;
        }
        .full{
             float: right;
    display: inline;
    width: 100%;
    background: #fff;
    padding: 0 5px 0 0px;
    /* border: 1px solid; */
    box-shadow: inset 0 0 15px 10px #eee;
    border-radius:5px;
    margin:2px 0;
             
        }
        .half{
    width: 25%;
    min-width: 100px;
    padding: 30px;
    position: relative;
    line-height: 25;
    float: left;
    left: 0;
     background: orange;
    color: #fff;
    border-radius: 0 10px 10px 0;
        margin-right: 10px;
        }
        .half h4{
            text-transform: uppercase;
            font-size:20px;
            font-weight:600;
            padding-left:0;
            vertical-align:middle;
        }
        .half i{
           border-radius: 10px;
            background: #fff;
            margin: 18px;
            padding: 10px;
            top: 0;
            right: 0;
            /* float: right; */
            position: absolute;
            font-size: 30px;
        }
        .clr1{background:#f0892c;}
        .clr2{background:#9fb33a;}
        .clr3{background:#2ca2ac;}
        .clr4{background:#ffbd5f;}
        .clr5{background:#de4e34;}
        .ic1{color:#f0892c;}
        .ic2{color:#9fb33a;}
        .ic3{color:#2ca2ac;}
        .ic4{color:#ffbd5f;}
        .ic5{color:#de4e34;}
@media only screen and (max-width: 660px){
  .half i{
    display: none;
        }
        .half h4{
            text-transform: uppercase;
            font-size:20px;
            font-weight:600;
            padding:0;
            margin: 0;
            text-align: center;
            vertical-align:middle;
        }
}