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

html{overflow-x:hidden}
html,body{font-size: 16px; background:#FFFFFF;font-family: 'Lato', sans-serif;padding: 0 !important;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; vertical-align: baseline; }
p{color:#333333; font-size:1em;line-height: 1.5;}
p a{font-weight: 600;}
a{transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s; text-decoration:none;}
a:active, a:hover, a:focus{outline: 0; text-decoration:none;}
ul li{list-style:none;list-style: none;list-style-image: none;list-style-type: none;}

/* === Header Group === */
h1,.h1{font-size:70px;font-family: 'Montserrat', sans-serif;}
h2,.h2{font-size:48px;}
h3,.h3{font-size:36px;}
h4,.h4{font-size:30px;}
h5,.h5{font-size:24px;}
h6,.h6{font-size:18px;}

/*====global p span styles ==== */
p span{font-family: 'Lato', sans-serif !important;}


/*====== Button Effect ================*/
.btn+.btn{margin-top: 1.2em;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{text-decoration:none;outline-offset: 0;outline: none;}
.btn, .btn:hover, .btn:focus{font-family: 'Montserrat', sans-serif;position:relative; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s; text-decoration:none;outline-offset: 0;outline: none;}
.btn-a {position: relative;display: inline-block;vertical-align: middle;border: 1px solid #005eb8;border-radius: 0px;z-index: 0;-webkit-transition: .4s color;transition: .4s color;text-align: center;overflow: hidden;color: #505050;}
.btn-a:after {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: 0 0;z-index: -1;-webkit-transition: .4s background;transition: .4s background;}

.btn-transparent{white-space: normal;overflow: hidden;min-width: 150px; color: #074b82;margin-top: 2.2em;background-color: transparent;border:1px solid #5da7e5;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 15px;z-index: 9;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-transparent:hover{color: #ffffff;}
.btn-transparent:before {right: -50px;border-right: 50px solid transparent;border-bottom: 80px solid #5da7e5;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-transparent:after {left: -50px;border-left: 50px solid transparent;border-top: 80px solid #5da7e5;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-transparent:before, .btn-transparent:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;}
.btn-transparent:hover:before {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.btn-transparent:hover:after {-webkit-transform: translateX(35%);transform: translateX(35%);}

.btn-white{white-space: normal;overflow: hidden;min-width: 150px; color: #074b82;margin-top: 2.2em;background-color: #FFFFFF;border:1px solid #5da7e5;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 15px;z-index: 9;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-white:hover{color: #ffffff;}
.btn-white:before {right: -50px;border-right: 50px solid transparent;border-bottom: 80px solid #5da7e5;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-white:after {left: -50px;border-left: 50px solid transparent;border-top: 80px solid #5da7e5;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-white:before, .btn-white:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;}
.btn-white:hover:before {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.btn-white:hover:after {-webkit-transform: translateX(35%);transform: translateX(35%);}

.btn-blue{white-space: normal;overflow: hidden;min-width: 150px;color: #074b82;margin-top: 2.2em;background-color: #5da7e5;border:1px solid #FFFFFF;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 15px;z-index: 9;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-blue:hover{color: #5da7e5;}
.btn-blue:before {right: -50px;border-right: 50px solid transparent;border-bottom: 80px solid #ffffff;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-blue:after {left: -50px;border-left: 50px solid transparent;border-top: 80px solid #ffffff;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-blue:before, .btn-blue:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;}
.btn-blue:hover:before {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.btn-blue:hover:after {-webkit-transform: translateX(35%);transform: translateX(35%);}

.btn-darkblue{white-space: normal;overflow: hidden;min-width: 150px; color: #074b82;margin-top: 2.2em;background-color: #FFFFFF;border:1px solid #5da7e5;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 15px;z-index: 9;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-darkblue:hover{color: #ffffff;}
.btn-darkblue:before {right: -50px;border-right: 50px solid transparent;border-bottom: 80px solid #074b82;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-darkblue:after {left: -50px;border-left: 50px solid transparent;border-top: 80px solid #074b82;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
.btn-darkblue:before, .btn-darkblue:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;}
.btn-darkblue:hover:before {-webkit-transform: translateX(-20%);transform: translateX(-20%);}
.btn-darkblue:hover:after {-webkit-transform: translateX(35%);transform: translateX(35%);}

.btn-long{margin-top: 2.5em;min-width: 300px;z-index: 9;}
.btn-small{padding: 6px 20px;z-index: 9;}

/*====== CUSTOME CHECKBOX ================*/
.custom-checkbox {/*display: block;*/position: relative;padding-left: 25px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.custom-checkbox input {position: absolute;opacity: 0;cursor: pointer;}
.custom-check-span {position: absolute;top: 2px;left: 0;height: 18px;width: 18px;border: 1px solid #5da7e5;background: #ffffff}
.custom-checkbox:hover input ~ .custom-check-span {}
.custom-checkbox input:checked ~ .custom-check-span {background-color: #5da7e5;}
.custom-check-span:after {content: "";position: absolute;display: none;}
.custom-checkbox input:checked ~ .custom-check-span:after {display: block;}
.custom-checkbox .custom-check-span:after {left: 6px;top: 2px;width: 5px;height: 11px;border: solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

/*====== CUSTOME RADIO ================*/
.custom-radiobtn {display: block;position: relative;padding-left: 25px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.custom-radiobtn input {position: absolute;opacity: 0;cursor: pointer;}
.custom-radio-span {position: absolute;top: 2px;left: 0;height: 18px;width: 18px;border: 1px solid #5da7e5;border-radius: 50%;background: #ffffff}
.custom-radiobtn:hover input ~ .custom-radio-span {}
.custom-radiobtn input:checked ~ .custom-radio-span {background-color: #5da7e5;}
.custom-radio-span:after {content: "";position: absolute;display: none;}
.custom-radiobtn input:checked ~ .custom-radio-span:after {display: block;}
.custom-radiobtn .custom-radio-span:after {top: 4px;left: 4px;width: 8px;height: 8px;border-radius: 50%;background: #ffffff;}

/*====== Title Effect ================*/
.title-blue{color: #074b82;padding-bottom: 40px;margin: 0;}
.title-blue-small{color: #074b82;padding-bottom: 20px;margin: 0;font-weight: 600;}
.title-light-blue{color: #5da7e5 !important;padding-bottom: 40px;margin: 0;}
.title-light-blue-small{color: #5da7e5 !important;padding-bottom: 20px;margin: 0;}
.title-white{color: #074b82;padding-bottom: 40px;margin: 0;font-weight: 400;}

.section{padding: 60px 0;}
.section-small{padding: 20px 0;}
.img-mask{background-size: cover;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.border-img{margin: 0 auto;border: 2px solid #999999;}


/*====== Slider Dots ================*/
.owl-dots {text-align: center;margin-top: 1.5em;}
.owl-dot{display: inline-block;margin: 0 3px;}
.owl-dot span{height: 15px;width: 15px;display: inline-block;background-color: #5da7e5;border-radius: 90%;}
.owl-dot.active span{background-color: #074b82;}

/*====== Slider Arrow ================*/
.owl-carousel{position: relative;}
.owl-nav {position: absolute;top: 50%;left: 0;right: 0;height: 30px;transform: translate(0,-50%);}
.owl-nav .owl-prev,
.owl-nav .owl-next{position: relative;}
.owl-nav .owl-prev:before {position: absolute;content: "\f104";font-family: 'fontAwesome';font-size: 3em;left: 10px;}
.owl-nav .owl-next:before{position: absolute;content: "\f105";font-family: 'fontAwesome';font-size: 3em;right: 10px;}

/*====== Form ================*/
.contact-us .form-group{position: relative;}
.contact-us .form-group i {position: absolute;top: 11px;right: 13px;font-size: 22px;color: #333333;pointer-events: none;}
.form-control {padding: 12px 15px;text-transform: none;font-weight: 600;}
.form-control, .form-group select{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}
::-webkit-input-placeholder {text-transform: uppercase;}
:-moz-placeholder { text-transform: uppercase;}
::-moz-placeholder {  text-transform: uppercase;}
:-ms-input-placeholder { text-transform: uppercase;}

/*====== Opacity background Images ================*/
.bg-opacity05{background-position: center;position: relative;background-size: cover;}
.bg-opacity05:after{background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;bottom: 0;content: "";height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;}

/*====== Parallax background With Content ================*/
.parallax-mirror{z-index: 2 !important;}
.parallax-section{background-position: center;position: relative;background-size: cover;}
.parallax-section:after{background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;bottom: 0;content: "";height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 2;}
.parallax-window{min-height: 600px;background: transparent;}
.parallax-content{position: absolute;z-index: 3;left: 0;right: 0;top: 60%;transform: translate(0%,-50%);padding: 0 15px;width: 1100px;margin: 0 auto;}

/*====== Opacity background With Content ================*/
.innerpage-top-title{}
.innerpage-top-title h2{color: #ffffff;text-transform: uppercase;font-size: 3.5em;margin: 0;}
.innerpage-top-title h3 {color: #ffffff;font-size: 3em;margin: 0;font-weight: normal;}
.innerpage-top-title em {color: #ffffff;font-weight: normal;font-size: 1.4em;width: 70%;display: inline-block;line-height: 1.6em;margin: 1em 0;}
.innerpage-top-title h6 {color: #ffffff;text-transform: uppercase;font-size: 1em;}
.innerpage-top-title .bg-img-content {}
.innerpage-top-title .bg-img-content .btn-blue{border-color: #5da7e5;color: #ffffff;}
.innerpage-top-title .bg-img-content .btn-blue:hover{border-color: #ffffff;color: #5da7e5;}

/*====== Title 1 ================*/
.title1-content{}
.title1-content h3{padding-bottom: 20px;}
.title1-content h5{font-size: 1.375em;color: #074b82;display: inline-block;width: 100%;}
.title1-content .icons{position: relative;padding: 2em 0;}
.title1-content .icons:before {position: absolute;content: "";left: 0%;background: #999999;height: 1px;right: 60%;top: 50%;}
.title1-content .icons:after {position: absolute;content: "";left: 60%;background: #999999;height: 1px;right: 0;top: 50%;}
.title1-content i{font-size: 4em;text-align: center;}
.title1-content p{color: #333333;}
.title1-content p.justify{text-align: justify;}
.title1-content p a:hover{color: #000000;}

/*====== panel Group Common ================*/
.panel-group-com{margin: 1em 0;}
.panel-group-com .circle-icon {position: relative; text-transform: uppercase;font-weight: 600;color: #ffffff;font-size: 1.2em;line-height: 1.6;height: 30px;width: 30px;display: inline-block;vertical-align: middle;border-radius: 90px;}
.panel-group-com .circle-icon:after {position: absolute;text-align: center;left: 0;right: 0;}
.panel-group-com .circle-icon.bg-red:after {content: "S";}
.panel-group-com .circle-icon.bg-blue:after {content: "T";}
.panel-group-com .circle-icon.bg-green:after {content: "D";}
.panel-group-com button, .panel-group-com a {margin: 0;}
.panel-group-com .left-icon{text-align: center;}
.panel-group-com .center-content{}
.panel-group-com .right-btn{text-align: center;}
.panel-group-com ul{display: block;padding-top: 30px;}
.panel-group-com ul li{display: block;padding: 1em 0;background: #ffffff;box-shadow: 0px 0px 3px 0px #ccc;margin-bottom: 1em;}
.panel-group-com .panel-group-content{}
.panel-group-com .panel-group-content h6{margin: 0;color: #5da7e5;font-size: 1.1em;}
.panel-group-com .panel-group-content p{margin: 3px 0 0;}
.panel-group-com .fa-question-circle-o{font-size: 2em;color: #333333;}
.panel-group-com .fa-chevron-right{font-size: 3em;color: #333333;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.panel-group-com .panel-group-content a{color: #074b82;font-weight: normal;}
.panel-group-com .panel-group-content a:hover{color: #5da7e5;}

/*====== Custom Select Box ================*/
.bootstrap-select .dropdown-toggle .caret {border-top: 5px dashed;border-right: 5px solid transparent;border-left: 5px solid transparent;color: #ffffff;}
.bootstrap-select.open .dropdown-toggle .caret{transform: rotate(180deg);}
.bootstrap-select{width: 170px !important;}
.bootstrap-select .dropdown-toggle{font-weight: 600;color: #ffffff;text-transform: uppercase;}
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle.active,
.open > .dropdown-toggle.btn-default:hover,
.bootstrap-select.open .dropdown-toggle,
.bootstrap-select.open .dropdown-toggle:focus{color: #ffffff;outline: none !important;outline-offset: 0 !important;background-color: #5da7e5;box-shadow: none;border-color: #5da7e5}
.bootstrap-select .dropdown-menu {padding: 0;margin: -1px 0 0;max-height: 300px !important;}
.bootstrap-select .dropdown-menu li a{font-weight: 600;padding: 4px 15px;text-transform: uppercase;font-size: 0.9em;}
.bootstrap-select .dropdown-menu li.selected a{color: #5da7e5;position: relative;}
.bootstrap-select .dropdown-menu li.selected a:before{position: absolute;content: '';width: 5px;left: 0;top: 0;bottom: 0;background-color: #5da7e5;}
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus{color: #5da7e5;}


.video_banner_container #myBtn{position: absolute;bottom: 30px;text-align: center;left: 50%;transform: translate(-50%, 0);}

/*====== Background Color Effect ================*/
.bg-gray{background-color: #58595b;}
.bg-light-gray{background-color: #f7f7f7;}
.bg-dark-gray{background-color: #999999;}

.bg-blue{background-color: #074b82;}
.bg-light-blue{background-color: #5da7e5;position: relative;z-index: 2;}
.bg-dark-blue{background-color: #d4eafc;}

.bg-red{background-color: #e1361c;}
.bg-green{background-color: #3db779;}

.bg-light-blue h3.title-blue{color: #FFFFFF;}

/*body.modal-open{padding-right: 17px !important;}
.scrollingclose{overflow: hidden;}*/



/* HOMEPAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
/*-------- Header Start -----------*/
header{transform: translateZ(0);-webkit-transform: translateZ(0);backface-visibility:hidden;-webkit-backface-visibility :hidden;width:100%;position:fixed; z-index:99;background-color: #FFFFFF;-webkit-transition: all 800ms cubic-bezier(0.26, 1.06, 0.89, 0.9);-o-transition: all 800ms cubic-bezier(0.26, 1.06, 0.89, 0.9);-ms-transition: all 800ms cubic-bezier(0.26, 1.06, 0.89, 0.9);transition: all 800ms cubic-bezier(0.26, 1.06, 0.89, 0.9);top: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.header-top-part{padding-bottom: 1px;}
.header-top-part p{margin-bottom: 0;color: #FFFFFF;font-size: 0.8em;line-height: 35px;}
.header-top-part ul{}
.header-top-part ul li{display: inline-block;}
.header-top-part ul li + li{border-left: 1px solid #5da7e5;}
.header-top-part ul li form{margin-right: 20px;position: relative;}
.header-top-part ul li .form-group{margin: 0;padding: 0;}
.header-top-part ul li input[type="search"] {border: 1px solid #c2c2c2;outline: none;outline-offset: 0;font-size: 0.8em;padding: 3px 30px 3px 10px;font-weight: 600;max-width: 200px;-webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;border-radius: 0;box-shadow: none;}
.header-top-part ul li input[type="search"]:focus{-webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;max-width: 300px;width: 300px;}
.header-top-part ul li button{position: absolute;right: 0;top: 0;border: none;background: none;color: #333333;outline-offset: 0;outline: none;}
.header-top-part ul li div{padding: 7px 10px;}
.header-top-part ul li div a{font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-size: 0.8em;font-weight: 500;color: #FFFFFF;}
.header-top-part ul li div i{margin-right: 3px;}

.header-menu-part{padding: 30px 0 25px;}
.header-menu-part a{display: inline-block;}

.header-top-part .dropdown .dropdown-menu{margin: 0;padding: 0;}
.header-top-part .dropdown .dropdown-menu li{display: block;border: none;}
.header-top-part .dropdown .dropdown-menu li a{color: #333333;padding: 0.6em 1em;margin-top: 1px;}
.header-top-part .dropdown .dropdown-menu li a:hover,
.header-top-part .dropdown .dropdown-menu li a:focus{background: #5da7e5;color: #ffffff;}

/*-------- Menu Start -----------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#cssmenu #menu-button {display: none;}
#cssmenu {width: auto;font-family: 'Montserrat', sans-serif;line-height: 1;float: right;margin-top: 2px;}
#cssmenu > ul > li {display: inline-block;}
#cssmenu.align-center > ul {font-size: 0;text-align: center;}
#cssmenu.align-center > ul > li {display: inline-block;float: none;}
#cssmenu.align-center ul ul {text-align: left;}
#cssmenu.align-right > ul > li {float: right;}
#cssmenu.align-right ul ul {text-align: right;}
#cssmenu > ul > li > a {padding: 20px;font-size: 13px;font-weight: 500; text-decoration: none;text-transform: uppercase;color: #333333;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;}
#cssmenu > ul > li:hover > a,
#cssmenu ul ul > li.active > a,
#cssmenu > ul > li.active > a{color: #5da7e5;}
#cssmenu > ul > li.active > a::after,
#cssmenu ul ul > li.active > a::after {border-color: #5da7e5 !important;}
#cssmenu > ul > li.has-sub > a {padding-right: 25px;}
#cssmenu > ul > li.has-sub > a::after {position: absolute;top: 23px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #333333;border-right: 1px solid #333333;content: "";-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
#cssmenu > ul > li.has-sub:hover > a::after {border-color: #5da7e5;}
#cssmenu ul ul {position: absolute;left: -9999px;}
#cssmenu li:hover > ul {left: auto;}
#cssmenu.align-right li:hover > ul {right: 0;}
#cssmenu ul ul{background-color: #f7f7f7;border: 1px solid #cccccc;border-radius: 4px;padding: 10px 0;opacity: 0;top: 120px;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);-webkit-transition: top 0.4s ease, opacity 0.4s ease-in;-moz-transition: top 0.4s ease, opacity 0.4s ease-in;-ms-transition: top 0.4s ease, opacity 0.4s ease-in;-o-transition: top 0.4s ease, opacity 0.4s ease-in;transition: top 0.4s ease, opacity 0.4s ease-in;}
#cssmenu > ul > li:hover > ul {top: 50px;opacity: 1;}
#cssmenu > ul ul > li:hover > ul {top: -11px;opacity: 1;}
#cssmenu ul ul > li {text-transform: uppercase; -webkit-transition: height .2s ease;-moz-transition: height .2s ease;-ms-transition: height .2s ease;-o-transition: height .2s ease;transition: height .2s ease;}
#cssmenu ul ul li a {min-width: 145px;padding: 8px 15px;width: 100%;font-size: 13px;text-decoration: none;color: #333333;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;font-weight: 500;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {color: #5da7e5;}
#cssmenu ul ul li.has-sub > a::after {position: absolute;top: 13px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #333333;border-right: 1px solid #333333;content: "";-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
#cssmenu.align-right ul ul li.has-sub > a::after {right: auto;left: 10px;border-bottom: 0;border-right: 0;border-top: 1px solid #333333;border-left: 1px solid #333333;}
#cssmenu ul ul li.has-sub:hover > a::after {border-color: #5da7e5;}
#cssmenu ul ul ul.three-column {margin-left: 100%;top: 50px;min-width: 620px;padding: 20px 0 10px;}
#cssmenu ul ul ul {margin-left: 100%;top: 50px;min-width: 200px;padding: 10px 0;}
#cssmenu.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
#cssmenu ul ul ul.three-column li{width: 32.8%;display: inline-block;}
#cssmenu ul ul ul li a{text-transform: capitalize;display: block;width: auto;color: #333333;}
#cssmenu ul ul ul li:hover > a,
#cssmenu ul ul ul li a:hover {color: #5da7e5;}
#cssmenu i{font-size: 10px;}
#cssmenu .icon-red{color: #dd3826;}
#cssmenu .icon-blue{color: #074b82;}
#cssmenu .icon-green{color: #43b77a;}

#cssmenu .dots-notes {padding: 10px 0 0 15px;display: inline-block;width: 100%;text-align: right;border-top: 1px solid #cccccc;margin-top: 10px;}
#cssmenu .dots-notes div{display: inline-block;}
#cssmenu .dots-notes i{font-size: 12px;}
#cssmenu .dots-notes span {text-transform: capitalize;font-size: 0.9em;padding-left: 5px;padding-right: 15px;}

/*-------- Slider Start -----------*/
.home-slider{}
.home-slider .item{position: relative;min-height: 700px;}
.home-slider .item .content{padding: 50px;}
.home-slider .item h2{font-size: 3.75em;color: #5da7e5;font-weight: 400;}
.home-slider .item h2 span{color: #FFFFFF;font-size: 0.67em;}

.home-slider .owl-nav .owl-prev,
.innerpage-slider .owl-nav .owl-prev{left: -50px;opacity: 0; transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.home-slider .owl-nav .owl-next,
.innerpage-slider .owl-nav .owl-next{right: -50px;opacity: 0;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.home-slider:hover .owl-nav .owl-prev,
.innerpage-slider:hover .owl-nav .owl-prev{left: 10px;opacity: 1;}
.home-slider:hover .owl-nav .owl-next,
.innerpage-slider:hover .owl-nav .owl-next{right: 10px;opacity: 1;}
.home-slider .owl-nav .owl-prev:before,
.innerpage-slider .owl-nav .owl-prev:before,
.home-slider .owl-nav .owl-next:before,
.innerpage-slider .owl-nav .owl-next{color: #ffffff;}
.home-slider .owl-dots{position: absolute;left: 0;right: 0;bottom: 15px;}
.innerpage-slider .owl-dots{position: absolute;left: 0;right: 0;bottom: 100px;}

/*-------- Deposition Start -----------*/
.deposition{padding: 7px 0;}
.deposition h5 {font-size: 1.375em;margin: 0 0.5em 0 0;font-weight: 400;display: inline-block;vertical-align: middle;color: #ffffff;width: calc(100% - 220px);position: relative;padding-left: 1.5em;}
.deposition h5 i {display: inline-block;color: #FFFFFF;font-size: 0.9em;vertical-align: middle;position: absolute;left: 6px;top: 6px;}
.deposition a{margin-top: 0;}

/*-------- Why NITA Start -----------*/
.why-nita{}
.why-nita p{font-size: 1.5em;font-weight: 300;line-height: 1.5;}

/*-------- Programs Different Start -----------*/
.programs-different{}
.programs-different img{display: inline-block;}
.programs-different h4 {display: inline-block;font-size: 1.125em;text-transform: uppercase;margin: 0;padding-left: 15px;vertical-align: top;line-height: 1.3;}
.programs-different .different-item h4{color: #5da7e5;}
.bg-light-blue.programs-different h4{color: #074b82;}
.programs-different p{margin: 1em 0 0;}
.bg-light-blue.programs-different p{color: #ffffff;}

/*-------- Featured Publications Start -----------*/
.featured-publications{}
.featured-publications p{margin-bottom: 0;}

/*-------- Next Webcast Start -----------*/
.next-webcast{}
.next-webcast form{margin-top: 2.5em;}
.next-webcast .form-group input[type="email"],
.next-webcast .form-group input[type="text"] {font-family: 'Montserrat', sans-serif;border-color: #999999;background-color: #f2f2f2;}
.next-webcast label {text-transform: uppercase;color: #838485;padding: 0 15px;font-family: 'Montserrat', sans-serif;font-size: 0.9em;letter-spacing: 0.01em;font-weight: 600;}
.next-webcast input[type="checkbox"] {margin: 0 5px;vertical-align: middle;}
.next-webcast button{margin-top: 0;}

/*-------- Next Webcast Start -----------*/
.foundation{}
.foundation h1{text-align: center;margin-top: 0;font-size: 5em;font-weight: 700;color: #ffffff;}
.foundation h6 {text-align: center;text-transform: uppercase;font-size: 17px;line-height: 1.2;min-height: 60px;}
.foundation p{color: #ffffff;}

/*-------- Learning Experience Start -----------*/
#testimonials .owl-nav .owl-prev:before{left: -30px;}
#testimonials .owl-nav .owl-next:before{right: -30px;}
.learning-experience{min-height: 400px;}
.learning-experience p{font-size: 1.7em;font-weight: 300;margin-bottom: 1em;}
.learning-experience span{font-size: 0.875em;text-transform: uppercase;font-weight: 500;letter-spacing: 0.02em;}

/*-------- Join Mailing Start -----------*/
.join-mailing{padding: 10px 0;}
.join-mailing input[type="email"] {font-family: 'Montserrat', sans-serif;letter-spacing: 0.01em;font-size: 0.9em;width: 100%;outline: none;outline-offset: 0;border: 1px solid #999999;background-color: #f2f2f2;padding: 12px 15px;font-weight: 600;border-radius: 0;box-shadow: none;}
.join-mailing button{margin-top: 0;}

/*-------- Footer Start -----------*/
footer .footer{padding: 2.5em 0;}
footer .footer h6{color: #5da7e5;text-transform: uppercase;font-size: 1em;}
footer .footer p,
footer .footer a{color: #cccccc;line-height: 1.5;margin-bottom: 0;font-weight: normal;}
footer .footer a:hover{color: #5da7e5;}

.footer-logo a{display: inline-block;}
ul.footer-link{}
ul.footer-link li{display: block;}
ul.footer-link li + li{margin-top: 5px;}
ul.footer-link li a{}

ul.footer-social{}
ul.footer-social li{display: inline;}
ul.footer-social li + li{margin-left: 10px;}
ul.footer-social li a{color: #FFFFFF;display: inline-block;vertical-align: middle;}
ul.footer-social li i{font-size: 1.5em;}

ul.social-nav {padding: 0;list-style: none;display: inline-block;margin: 0 auto;}
ul.social-nav li {display: inline-block;}
ul.social-nav li + li{margin-left: 5px;}
ul.social-nav li a {display: inline-block;width: 40px;height: 40px;font-size: 20px;text-decoration: none;cursor: pointer;text-align: center;line-height: 40px;background: #ffffff;position: relative;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
ul.social-nav li a:hover {background: #5da7e5; -webkit-box-shadow: 0 48px 0 inset;-moz-box-shadow: 0 48px 0 inset;}
ul.social-nav li a:hover i{color: #ffffff;}
ul.social-nav li i {color: #5da7e5;}

.scroll-top {-moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite;position: fixed;right: 15px;bottom: 20px;background-color: #5da7e5;border: 1px solid #ffffff;z-index: 99;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.scroll-top:hover{background: #074b82;}
.scroll-top a{color: #ffffff;font-size: 1.5em;padding: 10px;}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-7px);}
}
footer .copyright{padding: 10px 0;}
footer .copyright p{margin-bottom: 0;color: #FFFFFF;}

input[name="firstname"],
input[name="lastname"]{text-transform: capitalize;}

.foundationslide{position: relative;min-height: 470px;}
.foundationslide #testimonials {position: absolute;bottom: 110px;left: 0;right: 0;}
.foundationslide #testimonials .items em span{font-size: 1.5em;}




/* INNER PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
/*-------- Slider Start -----------*/
.innerpage-slider{position: relative;}
.innerpage-slider .item{position: relative;min-height: 470px;}
.innerpage-slider .content {padding: 0 50px;position: absolute;top: 50%;left: 50%;right: 0;z-index: 9;transform: translate(-50%,-50%);}
.innerpage-slider h2{font-size: 3em;color: #ffffff;font-weight: 400;margin: 0 auto;text-align: center;}
.innerpage-slider h3{color: #074b82;font-size: 3em;font-weight: normal;text-transform: uppercase;}
.innerpage-slider h6{color: #074b82;}
.innerpage-slider .slide-btn {position: absolute;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;padding: 25px;z-index: 9;margin: 0 auto;text-align: center;}
.innerpage-slider .slide-btn .btn{margin: 0;}
.innerpage-slider .img-mask{background-position: center;}

#map{width: 100%;height: 400px;border: 2px solid #999999;}
.programs{}
.programs h5 {color: #58595b;font-size: 1.2em;font-weight: 600;margin: 0;}
.programs h6{color: #074b82;margin: 0.7em 0;font-size: 1.2em;font-weight: 600;line-height: 1.4em;}
.programs .tuition-title{color: #074b82;font-size: 1.2em;font-weight: 600;line-height: 1.4em;margin-top: 2em;}
.programs h6 span{color: #5da7e5;}
.programs .btn{margin: 0 0 1em;}
.programs .attendee{border-top: 1px solid #dddddd !important;border-bottom: 0 !important}
.program_p p{text-align: justify;}
.programs-img-mask{float: right;margin-left: 20px;margin-bottom: 5px;width: 500px;height: 360px;}

/*.program-login-reg .reg-new-user,
.program-login-reg .login-user{padding: 15px;margin-bottom: 15px;}*/
.program-login-reg .reg-new-user .title-blue-small,
.program-login-reg .login-user .title-blue-small {font-size: 1.05em;text-transform: uppercase;padding-top: 1em;}
.program-login-reg hr{border-color: #ffffff;}

.add-existing-attendee ul li{display: inline-block;margin-right: 15px;}
.add-existing-attendee ul li .btn{min-width: 300px;}
/*.add-existing-attendee .nav-tabs{border-bottom: none;}
.add-existing-attendee .nav-tabs>li>a{color: #074b82;font-size: 1.2em;padding: 0.8em 1.5em;}
.add-existing-attendee .nav-tabs>li>a:hover{background-color: transparent;}
.add-existing-attendee .nav-tabs>li.active>a,
.add-existing-attendee .nav-tabs>li.active>a:hover,
.add-existing-attendee .nav-tabs>li.active>a:focus{border-color: #5da7e5;border-bottom-color: transparent;color: #5da7e5;background-color: #fff;}
.add-existing-attendee .nav-tabs>li>a:hover {border-color: #fff #fff #5da7e5;}*/
.add-existing-attendee .tab-content{}
.attendee-add-list{border: 1px solid #ddd; box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.add-existing-attendee .tab-content .form{padding: 15px 15px 0;}
.add-existing-attendee .tab-content .form .bg-dark-blue{padding-top: 15px;}
.add-existing-attendee .tab-content .form .btn-submit .btn,
.add-existing-attendee .tab-content .form .btn-attendee .btn{min-width: 300px;margin-top: 0;}
.add-existing-attendee .tab-content .form .btn-attendee{text-align: right;}
.add-existing-attendee .tab-content .form .form-group {position: relative;}
.add-existing-attendee .tab-content .form select.form-control {padding: 11px 15px;}
.add-existing-attendee .tab-content .form i {position: absolute;top: 11px;right: 13px;font-size: 22px;color: #333333;pointer-events: none;}

.add-existing-attendee .form .promo-code {margin: 0 0 30px;}
.add-existing-attendee .form .promo-code input,
.add-existing-attendee .form .promo-code input:hover,
.add-existing-attendee .form .promo-code input:focus {display: inline-block;margin: 0 15px 0 0;width: calc(100% - 170px);}
.add-existing-attendee .form .promo-code .btn {float: right;width: 120px;}
.add-existing-attendee .form .promo-code-btn {font-size: 0.9em;display: block;text-align: center;color: #074b82;background-color: #FFFFFF;border: 1px solid #5da7e5;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 25px;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;display: inline-block;min-width: 150px;}
.add-existing-attendee .form .promo-code-btn:hover {background-color: #5da7e5;color: #ffffff;}

ul.attendee-list{margin-bottom: 0;}
ul.attendee-list li {width: 100%;display: block;border: none;box-shadow: none;}
ul.attendee-list li + li{margin-top: 0 !important;}
ul.attendee-list li a {background: #fff;border: 1px solid #5da7e5;padding: 9px;color: #074b82;font-weight: 600;text-transform: uppercase;font-size: 0.8em;}
ul.attendee-list li a + a{margin-right: 10px;}
ul.attendee-list li a:hover{background-color: #5da7e5;color: #ffffff;}
ul.attendee-list li:nth-child(even){background-color: #f7f7f7;}
ul.attendee-list li label{font-size: 0.7em;color: #999999;}
ul.attendee-list li .attendee-num-list p {font-size: 1.1em;line-height: 1em;margin: 0;}
ul.attendee-list li .attendee-num-list {padding: 15px 0;}
ul.attendee-list li .attendee-num-list a {float: right;}
ul.attendee-list li .panel-body {padding: 0;}

.selected_attendee_box .remove_attendee{padding: 8px;margin: 0;}

.course-detail.panel-group{margin: 0;}
.course-detail.panel-group .panel.panel-default{border: none;box-shadow: none;}
.course-detail.panel-group .panel+.panel{margin-top: -1px;}
.course-detail.panel-group .panel-heading {border: 1px solid #ffffff;background-color: #c9e2f5;position: relative;padding: 13px 30px;}
.course-detail.panel-group .panel-heading:hover{cursor: pointer;}
.course-detail.panel-group .panel-heading:before{position: absolute;content: "\f107";font-family: 'fontAwesome';top: 8px;right: 12px;font-size: 1.5em;}
.course-detail.panel-group .panel-heading.active:before{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.course-detail.panel-group .panel-heading .panel-title {font-size: 1.3em;text-transform: uppercase;color: #074b82;}
.course-detail.panel-group .panel-body{border: 1px solid #ffffff;margin-top: -1px;}

.faculty-wapper {border: 1px solid #cccccc;padding: 0.938em;margin: 0.938em 0;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);background-color: #ffffff;}
.faculty-wapper h3 {font-size: 1.2em;margin: 0 0 0.8em;color: #074b82;border-bottom: 2px solid #c9e2f5;padding-bottom: 0.5em;}
.faculty-wapper h5{margin: 0 0 0.2em;font-size: 1em;text-transform: uppercase;}

.table-wapper{margin: 0 0.938em 0.938em;}
.table-wapper h5{margin: 0.938em 0 1.5em;font-size: 1.2em;text-align: center;}
.table-wapper .table{margin: 0;}
.table-wapper .table>tbody>tr:nth-of-type(odd) {background-color: #ECECEC;}
.table-wapper .table>tbody>tr:nth-child(even) {background-color: #ffffff;}
.table-wapper .table tr td{padding: 12px;}

.logistics-wapper{}
.logistics-wapper h5 {margin: 0 0 1em;font-size: 1.2em;text-align: left;color: #074b82;}
.logistics-wapper p {margin: 0 0 1.2em;}
.logistics-wapper span{color: #5da7e5;font-weight: 600;}

.advocate-designation{}
.advocate-designation h5{margin-bottom: 1em;}
.advocate-designation p{margin-bottom: 1em;}
.advocate-designation h6{margin-bottom: 0;}
.advocate-designation .fa-question-circle-o{font-size: 2em;}

.building-trial-skill{}
.building-trial-skill h4 {font-style: italic;font-weight: normal;color: #5da7e5;font-size: 1.2em;line-height: 1.2em;margin-top: 0;}

ul.course-location-wapper{}
ul.course-location-wapper li {width: 24.5%;display: inline-block;margin: 3px 0;}
ul.course-location-wapper li a{color: #ffffff;font-size: 1.1em;}
ul.course-location-wapper li a i{color: #074b82;margin-right: 5px;font-size: 1.1em;}
ul.course-location-wapper li a:hover{color: #074b82;padding-left: 7px;}

.video-sec{}
.video-sec iframe{width: 100%;height: 400px;margin-bottom: -5px;}
.video-sec .video-content{padding: 50px;}
.video-sec .video-content h6 {margin: 0 0 1em;font-size: 1.4em;font-weight: normal;line-height: 1.4em;color: #ffffff;}
.video-sec .video-content p{font-size: 1.2em;color: #ffffff;}

.full-bio-popup{}
.full-bio-popup .modal-content{padding: 25px;}
.full-bio-popup .modal-header, .full-bio-popup .modal-body, .full-bio-popup .modal-footer{padding: 0;border: none;}
.full-bio-popup .modal-body .close {float: none;font-size: 0.8em;line-height: 1;color: #5da7e5;text-shadow: none;opacity: 1;filter: alpha(opacity=20);text-transform: uppercase;outline: none;outline-offset: 0;letter-spacing: 1px;position: absolute;right: -15px;top: -15px;}
.full-bio-popup .modal-body .title-blue {padding-bottom: 20px;font-size: 1.5em;text-transform: capitalize;}
.full-bio-popup .modal-body p{margin-top: 1em;}
.full-bio-popup .modal-body strong, .full-bio-popup .modal-body span{display: block;}

.calendar{}
.calendar h5{margin: 0;}
.calendar-btn .btn{margin-top: 1.2em;}
.calendar-btn ul{display: inline-block;width: 100%;padding: 0 15px;}
.calendar-btn ul li{display: inline-block;margin-top: 10px;width: 100%;}
.calendar-btn ul li a{font-size: 0.9em; display: block;text-align: center; color: #074b82;background-color: #FFFFFF;border: 1px solid #5da7e5;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;padding: 12px 25px;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.calendar-btn ul li.active a,
.calendar-btn ul li a:hover{background-color: #5da7e5;color: #ffffff;}

.calendar-tab{}
.calendar-tab .form-control {padding: 10px 15px;}
.calendar-tab .nav.nav-tabs{border: none;}
.calendar-tab .nav.nav-tabs .owl-item {min-height: 55px !important;top: 17px;}
.calendar-tab .nav.nav-tabs .owl-item a {border: 1px solid #f7f7f7;text-transform: uppercase;color: #074b82;font-weight: 600;padding: 10px;}
.calendar-tab .nav.nav-tabs .owl-item.selected-m a,
.calendar-tab .nav.nav-tabs .owl-item .selected-m a {color: #074b82;background-color: #ffffff;border-color: #cccccc;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}

.calendar-tab .panel-group-content h6{color: #5da7e5;margin: 0;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.calendar-tab .panel-group-content h6:hover{color: #074b82;}
.calendar-tab .right-btn h6{color: #5da7e5;margin: 0;text-transform: capitalize;font-size: 1em;}
.calendar-tab .right-btn h6.full{color: #999999;}
.calendar-tab .panel-group-content strong, .calendar-tab .panel-group-content p{color: #333333;}
.calendar-tab .panel-group .panel{margin-top: 1em;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.calendar-tab .panel-group .panel .panel-group-com {margin: 0;padding: 15px 0;background-color: #ffffff;}
.calendar-tab .panel-group .panel .panel-body {border-top: 1px solid #cccccc;}

.calendar-tab-owl{}
.calendar-tab-owl .owl-stage-outer{text-align: center;}
.calendar-tab-owl .owl-nav {position: absolute;top: 0%;left: 0;right: 0;height: auto;transform: translate(0,0%);}
.calendar-tab-owl .owl-nav .owl-prev:before {left: -10px;line-height: 1.1;}
.calendar-tab-owl .owl-nav .owl-next:before {right: -10px;line-height: 1.1;}



/* CART PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.cart{}
.cart .cart-footer{box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.cart .cart-total{text-transform: uppercase;font-size: 2em;color: #ffffff;padding: 20px;}
.cart .cart-total span{margin-right: 15px;position: relative;padding-right: 10px;}
.cart .cart-total span:before {position: absolute;content: ':';right: 0;top: 0;line-height: 36px;}
.cart .btns .btn-white{min-width: 250px;margin-left: 15px;}
.cart .attendee{position: relative; padding: 20px;border: 1px solid #dddddd;border-top: 0;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.cart .attendee .mun-of-attendee{border-bottom: 1px solid #ffffff; margin-bottom: 1em;padding-bottom: 1em;display: inline-block;width: 100%;}
.cart .attendee .mun-of-attendee:last-child{border-bottom: none;}
.cart .attendee h6{margin: 0 0 0.7em;color: #5da7e5;font-size: 1.1em;}
.cart .attendee p{margin: 0 0 3px;}
.cart .attendee p strong{min-width: 130px;display: inline-block;}
.cart .attendee a.view-more{color: #5da7e5;margin: 0;display: inline-block;font-weight: 600;}
.cart .attendee a.view-more:hover{color: #074b82;}
.cart .attendee .btn{margin-top: 1em;margin-right: 1em;}
/*.cart .attendee a.remove{color: #5da7e5;margin: 0.5em 0 0;display: inline-block;}
.cart .attendee a.remove:hover{color: #d20808;}
.cart .attendee a.edit {position: absolute;right: 20px;top: 20px;font-weight: 600;}
.cart .attendee a.edit:hover{color: #009e0f;}*/

.cart .shipping-info{border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.cart .shipping-info .form{background-color: #d4eafc;padding: 20px;}
.cart .shipping-info .form .form-group{position: relative;}
.cart .shipping-info .form select.form-control {padding: 11px 15px;}
.cart .shipping-info i {position: absolute;top: 11px;right: 13px;font-size: 22px;color: #333333;pointer-events: none;}

.cart .course-info{padding: 20px;background-color: #ffffff;position: relative;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);z-index: 2;border: 1px solid #ddd;display: inline-block;width: 100%;}
.cart .course-info h6{margin: 0 0 0.7em;color: #5da7e5;font-size: 1.1em;}
.cart .course-info p{margin: 0 0 3px;}
.cart .course-info p strong{min-width: 100px;display: inline-block;}
.cart .course-info label{font-weight: normal;margin-bottom: 25px;}
.cart .course-info label a{margin-top: 0;display: initial;}
.cart .course-info a{color: #5da7e5;margin: 1em 0 0;display: inline-block;}
.cart .course-info a.btn{color: #074b82; padding: 12px 40px;}
.cart .course-info a.btn:hover{color: #ffffff;}

.cart .shipping-info .form .promo-code{margin: 15px 0 0;}
.cart .shipping-info .form .promo-code input,
.cart .shipping-info .form .promo-code input:hover,
.cart .shipping-info .form .promo-code input:focus {display: inline-block;margin: 0 15px 0 0;width: calc(100% - 170px);}
.cart .shipping-info .form .promo-code .btn {float: right;width: 120px;}

.cart-right-wapper .total{}
.cart-right-wapper .total ul{display: block;margin-bottom: 40px;}
.cart-right-wapper .total ul li{margin-bottom: 3px;display: block;}
.cart-right-wapper .total ul li:last-child{margin-top: 30px;}
.cart-right-wapper .total ul li span{font-weight: 600;color: #636363;}
.cart-right-wapper .total ul li span:first-child{min-width: 125px;display: inline-block;}

.course-cancellation-policy{}
.course-cancellation-policy .modal-dialog.modal-lg{min-width: 1000px;}
.course-cancellation-policy .modal-content {padding: 70px 30px 30px;}
.course-cancellation-policy .modal-header,
.course-cancellation-policy .modal-body,
.course-cancellation-policy .modal-footer{padding: 0;border: none;position: initial;}
.course-cancellation-policy .modal-body .close {float: none;font-size: 0.8em;line-height: 1;color: #5da7e5;text-shadow: none;opacity: 1;filter: alpha(opacity=20);text-transform: uppercase;outline: none;outline-offset: 0;letter-spacing: 1px;position: absolute;right: 15px;top: 15px;}
.course-cancellation-policy .modal-body .title-blue {padding-bottom: 20px;font-size: 1.5em;text-transform: capitalize;}
.course-cancellation-policy .modal-body p a{color: #5da7e5;}
.course-cancellation-policy .modal-body h6{font-size: 1em;padding: 20px 0 15px;text-transform: uppercase;}
.course-cancellation-policy .cancellation-policy-left-wapper ul {list-style: decimal;padding-left: 20px;}
.course-cancellation-policy .cancellation-policy-left-wapper ul li {list-style: decimal;font-weight: 600;color: #636363;padding: 0 0 10px 20px;}
.course-cancellation-policy .cancellation-policy-left-wapper ul li strong{color: #636363;}
.course-cancellation-policy .cancellation-policy-left-wapper ul li p{font-weight: normal;}

.course-cancellation-policy .cancellation-policy-right-wapper{padding: 10px 30px 30px;display: block;background: #f7f7f7;border: 1px solid #999999;}
.course-cancellation-policy .cancellation-policy-right-wapper strong{color: #636363;border-bottom: 1px solid #cccccc;display: block;padding: 10px 0;}
.course-cancellation-policy .cancellation-policy-right-wapper ul{font-weight: normal;margin-bottom: 30px;padding-top: 10px;}
.course-cancellation-policy .cancellation-policy-right-wapper ul li{}
.course-cancellation-policy .cancellation-policy-right-wapper ul li span{color: #074b82;font-weight: 600;}



/* BOOKS & DVD'S PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.breadcrumb{background-color: transparent;padding: 8px 0;}
.bg-light-gray .breadcrumb{background-color: transparent !important;}
.breadcrumb-item+.breadcrumb-item::before {display: inline-block;padding-right: .5rem;padding-left: .5rem;color: #074b82;content: "";font-family: FontAwesome;}
.breadcrumb a{color: #074b82;}

.book-dvd-left-wapper{padding-right: 65px;}
.book-dvd-left-wapper h6 {font-weight: 600;color: #5c5d5f;margin: 0;padding: 15px 0 15px 15px;font-size: 1.05em;}

.search-form{}
.search-form .form-group{position: relative;}
.search-form input[type="search"]{padding: 7px 40px 7px 12px;}
.search-form button {background-color: transparent;color: #999; position: absolute;right: 1px;top: 1px;outline: none;outline-offset: 0;border: none;padding: 6px 10px;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.search-form button:hover{background-color: #5da7e5;color: #ffffff;}

.calendar-btn .filter-result,
.calendar-btn .filter-result-tab{padding: 15px !important;}
.calendar-btn .filter-result ul{max-height: 300px;overflow-x: hidden;background: #fff;border: 1px solid #5da7e5;padding-top: 5px;padding-bottom: 5px;}
.calendar-btn .filter-result-tab ul {max-height: 305px;overflow-x: hidden;background: #fff;border: 1px solid #5da7e5;padding-top: 5px;padding-bottom: 15px;}

#logistics_section p{margin: 0 0 12px !important;}
#logistics_section p span{margin: 0 0 12px !important;font-size: 1em !important;}
#logistics_section a,
#logistics_section a span{color: #5da7e5 !important;outline: none !important;outline-offset: 0 !important;text-decoration: none !important;}
#logistics_section a:hover,
#logistics_section a span:hover{color: #074b82 !important;}

.panel-scroll .panel .panel-body{overflow-x: hidden;overflow-y: scroll;max-height: 590px;}

.filter-result{}
.filter-result ul{padding: 15px 15px 0 15px;}
.filter-result ul li{display: block;margin-bottom: 10px;}
.filter-result ul li input[type="checkbox"]{margin: 0 5px 0 0;}
.filter-result ul li label{text-transform: uppercase;font-size: 0.9em;color: #074b82;font-weight: 600;cursor: pointer;font-family: Montserrat;}
.filter-result ul li label span{color: #5c5d5f;}

.short-by{padding: 15px 25px;border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);position: relative;background-color: #ffffff;display: block;vertical-align: middle;}
.short-by h6 {font-weight: 600;color: #5c5d5f;margin: 0;padding: 7px 7px 7px 0;font-size: 1.05em;display: inline-block;}
.short-by .book-dvd-result{float: right;padding: 7px 0; text-transform: uppercase;font-size: 0.9em;color: #5c5d5f;font-weight: 600;font-family: Montserrat;}

.book-dvd-right-wapper{margin-top: 15px;display: block;padding-left: 50px;}
.book-dvd-product {margin-top: 20px; padding: 25px;border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);position: relative;background-color: #ffffff;}
.book-dvd-product .product-title {font-size: 1.2em;font-weight: 600;line-height: 1;margin-bottom: 1.2em;}
.book-dvd-product .product-title a{color: #074b82;}
.book-dvd-product .product-title a:hover{color: #5da7e5;}
.book-dvd-product p{margin-bottom: 15px;}
.book-dvd-product a.btn{margin-top: 0;min-width: 300px;}



/* BOOKS & DVD'S DETAILS PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.book-dvds-detail h2{font-size: 1.9em;color: #074b82;line-height: 1.2;margin: 0.5em 0;}
.book-dvds-detail p{margin-bottom: 25px;}
.book-dvds-detail ul{display: block;margin-bottom: 25px;padding-left: 30px;}
.book-dvds-detail ul li{display: block;position: relative;margin-bottom: 3px;}
.book-dvds-detail ul li:before{position: absolute;content: '\2022';left: -15px;}
.detail-left-wapper{margin-top: 20px;}

.detail-right-wapper{margin-top: 20px;}
.detail-right-wapper .book-dvd-right-wapper{margin-top: 0;}
.detail-right-wapper h3{font-size: 1.9em;color: #074b82;font-weight: normal;line-height: 0.8;margin: 0 0 0.5em;line-height: 1.2em;}
.detail-right-wapper .author{font-weight: 600;color: #5c5d5f;margin: 0;padding: 15px 0;font-size: 1.2em;}
.detail-right-wapper h6{font-weight: 600;color: #074b82;margin: 0;padding: 15px 0;font-size: 1.05em;}

.available-product-list{background-color: #f7f7f7;padding: 20px;margin-bottom: 10px;}
.available-product-list strong,
.available-product-list a{color: #074b82;text-transform: uppercase;font-weight: 600;}
.available-product-list p{margin-bottom: 0;}
.available-product-list a.btn{margin-top: 1em}

.available-product-list .quantity {display: inline-block;margin-left: 20px;position: relative;}
.available-product-list .quantity input[type="button"] {border: 1px solid #cccccc;background-color: #dae0e2;padding: 5px 2px;line-height: 18px;vertical-align: middle;outline: none;outline-offset: 0;color: #5da7e5;font-weight: 600;font-size: 1.2em;min-width: 23px;}
.available-product-list .quantity input[type="text"] {border: 1px solid #cccccc;padding: 5px 4px;min-width: 40px;line-height: 18px;text-align: center;outline-offset: 0;outline: none;vertical-align: bottom;font-weight: 600;}
.available-product-list .quantity .less{margin-right: -4px;}
.available-product-list .quantity .plus{margin-left: -5px;}

.related-product-slider .item .product-title {font-size: 1em;color: #074b82;font-weight: 600;line-height: 1.3;margin-bottom: 0.5em;}
.related-product-slider .item .product-title a {color: #074b82;}
.related-product-slider .item .btn{margin-top: 0;}



/* BLOG PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.blog-page{}
.blog-page .breadcrumb{margin-bottom: 40px;}
.blog-page .left-sidebar{display: inline-block;width: 100%;padding-right: 50px;}
.blog-page .left-sidebar .subscribe-email{background-color: #5da7e5;padding: 30px 15px 15px;}
.blog-page .left-sidebar .subscribe-email input[type="email"]{padding: 10px 15px;}
.blog-page .left-sidebar .subscribe-email .btn{margin: 10px 0 0;}
.blog-page .left-sidebar .sidebar-wapper{margin-bottom: 2em;}
.blog-page .left-sidebar .sidebar-wapper .title {font-weight: 600;color: #5c5d5f;margin: 0 0 5px;padding: 0 15px 5px;font-size: 1.05em;border-bottom: 1px dashed #ccc;}
.blog-page .left-sidebar .sidebar-wapper ul {display: inline-block;width: 100%;font-family: Montserrat;font-weight: 600;font-size: 0.9em;}
.blog-page .left-sidebar .sidebar-wapper ul li {display: block;margin-top: 0.7em;padding: 0 15px;}
.blog-page .left-sidebar .sidebar-wapper ul li a {color: #074b82;text-transform: uppercase;}
.blog-page .left-sidebar .sidebar-wapper ul li a:hover {color: #5da7e5;}
.blog-page .left-sidebar .sidebar-wapper ul li.active a{color: #9a9a9a;}

.blog-page .blog-right-side{padding-left: 50px;}
.blog-page .blog-item {margin-bottom: 20px;padding: 15px;border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);position: relative;background-color: #ffffff;display: inline-block;width: 100%;}
.blog-page .blog-item:last-child{margin-bottom: 0;}
.blog-page .blog-item .blog-wapper{position: relative;}
.blog-page .blog-item .city-date{background-color: #668bc4;padding: 7px 7px 7px 12%;}
.blog-page .blog-item .city-date li{text-transform: uppercase;font-size: 0.9em;font-family: Montserrat;display: inline-block;font-weight: bold;}
.blog-page .blog-item .city-date li span{color:  #333333 !important;}
.blog-page .blog-item .city-date li:first-child{color: #ffffff;}
.blog-page .blog-item .city-date li + li{position: relative;padding-left: 15px;}
.blog-page .blog-item .city-date li + li:before {position: absolute;content: '';left: 3px;top: 50%;width: 5px;height: 5px;border-radius: 100%;background-color: #ffffff;transform: translate(0, -50%);}

.blog-page .pagination > li > a,
.blog-page .pagination > li > span{padding: 5px 10px;}
.blog-page .blog-item .content {padding: 1em 2em 0;display: inline-block;width: 100%;}
.blog-page .blog-item .content a{overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
.blog-page .blog-item .content p{margin-top: 1.0em;}
.blog-page .blog-item .content .title{font-size: 1.3em;font-weight: 600;color: #074b82;line-height: 1.3;margin-bottom: 1em;}
.blog-page .blog-item .content .title a{color: #074b82;}
.blog-page .blog-item .content .title a:hover{color: #5da7e5;}
.blog-page .blog-item .content .author{display: inline-block;width: 100%;margin-bottom: 1em;}
.blog-page .blog-item .content .author a {color: #5da7e5;text-transform: uppercase;position: relative;padding-right: 15px;}
.blog-page .blog-item .content .author a:before {position: absolute;content: '';width: 1px;right: 5px;top: 15%;bottom: 0;background-color: #333333;height: 80%;}
.blog-page .blog-item .content .social-nav{margin-top: 1em;padding-left: 0;padding-right: 0;}
.blog-page .blog-item .content .social-nav span{display: inline-block;color: #074b82;}
.blog-page .blog-item .content .social-nav ul{display: inline-block;vertical-align: middle;}
.blog-page .blog-item .content .social-nav ul li{display: inline-block;margin: 0 5px;}
.blog-page .blog-item .content .social-nav ul li a{font-size: 1.6em;line-height: 1;color: #5da7e5;}
.blog-page .blog-item .content .social-nav ul li a:hover{color: #074b82;}
.blog-page .blog-item .content .read-more-btn{margin-top: 1em;padding: 0;}
.blog-page .blog-item .content .read-more-btn a {position: relative;color: #5da7e5;padding: 5px 14px 5px 0;display: inline-block;vertical-align: middle;}
.blog-page .blog-item .content .read-more-btn a:before {position: absolute;content: "";font-family: FontAwesome;right: 0;line-height: 1.46;}
.blog-page .blog-item .content .read-more-btn a:hover{color: #074b82;}


.alignright {float: right;border: 1px solid #DDDDDD;border-radius: 4px;padding: 4px;margin-left: 8px;margin-bottom: 8px;}
.alignleft {float: right;border: 1px solid #DDDDDD;border-radius: 4px;padding: 4px;}

/* BLOG DETSILS PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.blog-detail-page{}
.blog-detail-page .blog-item .content .title{font-size: 1.6em;margin-top: 1em;line-height: 1.3;}
.blog-detail-page .content h6 {color: #074b82;margin: 1.5em 0;}

.blog-detail-page .content .social-nav{border-top: 2px solid #c9e1f5;padding: 10px;margin-top: 3em !important;}
.blog-detail-page .content .author-detail{border-top: 2px solid #c9e1f5;padding: 3em 0;}
.blog-detail-page .content .author-detail img{margin: 0 auto;}
.blog-detail-page .content .author-detail h6 {margin-top: 0;}
.blog-detail-page .content .author-detail strong {margin: 0 0 0.2em;font-size: 1em;text-transform: uppercase;}
.blog-detail-page .content .author-detail span{display: block;}
.blog-detail-page .content .post-comment{border-top: 2px solid #c9e1f5;}
.blog-detail-page .content .post-comment .form-control{padding: 7px 10px;}
.blog-detail-page .content .post-comment small{display: block;}
.blog-detail-page .content .post-comment textarea{background-color: #f7f7f7;text-transform: none;resize: none;}
.blog-detail-page .content .post-comment .btn{margin-top: 0;}

.search-author{}
.search-author .title-blue {padding: 0;position: absolute;top: -75px;left: 75px;right: 0;}


/* WEBCASTS PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.webcasts-page{padding-top: 100px;}
.webcasts-page .filter-result{margin-bottom: 2em;}
.webcasts-product.webcasts-height{padding-bottom: 42px;min-height: 150px;margin-bottom: 3em;}
.webcasts-product .webcasts-pro-img{overflow: hidden;}
.webcasts-product .webcasts-pro-img img{-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.webcasts-product:hover .webcasts-pro-img img{-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
.webcasts-product .title {font-size: 1em;font-weight: 600;line-height: 1.4;margin: 1em 0;overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
.webcasts-product .title a {color: #074b82;}
.webcasts-product.webcasts-height .btn{margin-top: 0;position: absolute;bottom: 0;left: 15px;right: 15px;width: auto;}



/* WEBCASTS DETAIL PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.webcasts-detail{}
.webcasts-detail .detail-left-wapper img{margin: 0;}
.webcasts-detail .detail-right-wapper h3 {margin: 0;}
.webcasts-detail .detail-right-wapper h5 {font-weight: 600;color: #5c5d5f;margin: 0;padding: 20px 0 0;font-size: 1.2em;}
.webcasts-detail .detail-right-wapper p {margin: 25px 0 0;}
.webcasts-detail .detail-right-wapper p a{font-weight: normal;color: #5da7e5;}
.webcasts-detail .detail-right-wapper .webcasts-detail-register{background-color: #f7f7f7;padding: 20px;margin: 20px 0 0;display: block;}
.webcasts-detail .detail-right-wapper .webcasts-detail-register .custom-checkbox {min-height: 42px;vertical-align: middle;line-height: 42px;}
.webcasts-detail .detail-right-wapper .webcasts-detail-register .custom-check-span {top: 12px;}
.webcasts-detail .detail-right-wapper .webcasts-detail-register .btn{margin-top: 0;float: right;}
#related-webcasts-slider .title {min-height: 76px;}


/* FOUNDATION PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.donations-go-to{}
.donations-go-to .content {position: relative;padding: 10em 1em 1em;}
.donations-go-to .content:after{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;bottom: 0;content: "";height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 2;}
.donations-go-to .content h6{color: #ffffff;font-size: 1.4em;}
.donations-go-to .content p{color: #ffffff;margin: 0;}
.donations-go-to .btns{background: #5da7e5;padding: 15px;text-align: center;}
.donations-go-to .btns a{margin-top: 0;}
.foundation-donations{margin-bottom: 5px;}
.foundation-donations .panel{margin: 3px 0;}
.foundation-donations .panel-body{padding: 30px 15px;}


/* CONTACT US PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.contact-us{}
.contact-us strong{font-size: 1.2em;color: #636363;}
.contact-us p{font-size: 1.2em;color: #636363;margin-bottom: 0;}
.contact-us a{color: #5da7e5;}
.contact-form{background-color: #d4eafc;display: inline-block;width: 100%;margin-top: 2.5em; padding: 30px 15px 15px;border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);}
.contact-form form{display: inline-block;width: 100%;}
.contact-form .form-group {position: relative;}
.contact-form .form-group i, .contact-form .form-group .fa-angle-down {position: absolute;top: 11px;right: 13px;font-size: 22px !important;color: #333333;pointer-events: none;}


/* DONATE PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.donate-page{margin-bottom: 5px;}
.donate-page .course-info{display: table;width: 100%;}
.donate-page .form label{font-weight: normal;margin-bottom: 5px;}
.donate-page .form p{padding-left: 25px;}
.donate-page .form label.custom-radiobtn,
.donate-page .form label.custom-checkbox{color: #58595b;font-weight: 600;text-transform: uppercase;}
.donate-page .form ul li{display: inline-block;margin-right: 20px;}
.donate-page .form ul li input{display: block !important;}

.donate-page ul.individual-organization-name{}
.donate-page ul.individual-organization-name li{display: block;margin-bottom: 15px;margin-right: 0;}
.donate-page ul.individual-organization-name li .form-control{display: inline-block;width: 50%;}




/* ABOUT PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.about-inner-slider .owl-dots {bottom: 10px;}
.executive-team-box{}
.executive-team-box .faculty-wapper{min-height: 245px;}

.about-nita {display: inline-table;padding: 30px 15px;}
.about-nita-left .about-nita+.about-nita{margin-top: 10px;}
.about-nita-left .about-nita h6{color: #ffffff;}
.about-nita-left .about-nita p{color: #ffffff;margin: 0;}

.about-nita-right .about-nita h6{color: #5da7e5;}
.about-nita-right .about-nita p{margin: 0;}

.history-slider{margin: 2em 0 0;padding: 0 15px;}
.history-slider .item{border: 1px solid #ccc;padding: 10px;background: #ffffff;/*min-height: 250px;*/}
.history-slider .title{position: relative;padding-bottom: 15px;}
.history-slider .title:before {position: absolute;content: '';bottom: 0;left: 0;border-bottom: 15px solid white;border-left: 18px solid #5da7e5;}
.history-slider .title h4{margin: 0;background: #5da7e5;text-align: center;color: #ffffff;padding: 5px;}
.history-slider .content p{margin: 15px 0 0;}

.history-slider .owl-dots.disabled,
.history-slider .owl-nav.disabled{display: block;z-index: -1;}
.history-slider .owl-nav .owl-prev:before {left: -15px;line-height: 0.5em;color: #cccccc;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.history-slider .owl-nav .owl-next:before {right: -15px;line-height: 0.5em;color: #cccccc;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.history-slider .owl-nav .owl-prev:hover:before{color: #5da7e5;}
.history-slider .owl-nav .owl-next:hover:before{color: #5da7e5;}

.annual-reports-slider{margin: 3em 0;padding: 0 15px;}
.annual-reports-slider .item{position: relative;}
.annual-reports-slider .item img{border: 1px solid #ccc;}

.annual-reports-slider .item:after{position: absolute;content: '';background: rgba(0, 0, 0, 0.3);left: 0;right: 0;bottom: 0;top: 100%;transition: ease-in-out all 0.4s;-webkit-transition: ease-in-out all 0.4s;-ms-transition: ease-in-out all 0.4s;-o-transition: ease-in-out all 0.4s;}
.annual-reports-slider .item:hover:after{top: 0;}
.annual-reports-slider .item a {position: absolute;left: 0;right: 0;top: 0;opacity: 0; text-align: center;transform: translate(0, -50%);color: #ffffff;z-index: 9;font-weight: 600;}
.annual-reports-slider .item:hover a{top: 50%;opacity: 1;}

.annual-reports-slider .owl-dots.disabled,
.annual-reports-slider .owl-nav.disabled{display: block;z-index: -1;}
.annual-reports-slider .owl-nav .owl-prev:before {left: -15px;line-height: 0.5em;color: #cccccc;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.annual-reports-slider .owl-nav .owl-next:before {right: -15px;line-height: 0.5em;color: #cccccc;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;}
.annual-reports-slider .owl-nav .owl-prev:hover:before{color: #5da7e5;}
.annual-reports-slider .owl-nav .owl-next:hover:before{color: #5da7e5;}

.about-our-facility{}
.about-our-facility ul{margin-bottom: 30px;}
.about-our-facility ul li {border: none;background-color: #c9e2f5;position: relative;padding: 10px 30px;font-size: 1.1em;text-transform: uppercase;color: #074b82;font-weight: 600;margin: 5px 0;}
.about-our-facility .question-box{background: #f7f7f7;padding: 50px 30px;}
.about-our-facility .question-box h6{display: inline-block;color: #074b82;}
.about-our-facility .question-box a{float: right;margin: 0;width: auto;}
.headquarters-accordion .active.collapsed:before {-webkit-transform: rotate(0deg) !important;-moz-transform: rotate(0deg) !important;-ms-transform: rotate(0deg) !important;-o-transform: rotate(0deg) !important;transform: rotate(0deg) !important;}
.headquarters-accordion .panel{margin-bottom: 5px;}
#headquarters-accordion{padding-left: 15px;}


/* PRIVACY POLICY PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.privacy-policy-page{}
.privacy-policy-page h5{padding: 0.5em 0;}
.privacy-policy-page p{margin-bottom: 1.5em;}
.privacy-policy-page p span{font-weight: 600;color: #000000;}


/* LOGIN PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.login-page{}
.login-page p a{font-weight: normal;}
.login-page .border-left{border-left: 1px solid #cccccc;}
.login-page .login-form,
.login-page .signup-form{padding: 25px;}

.sweet-alert,
.sweet-alert:focus{outline-offset: 0;outline: none;padding: 2em 3em 3em !important;}
.sweet-alert h2 {font-size: 1.1em;}
.sweet-alert .lead {font-size: 1em;}
.sweet-alert .sa-button-container{}
.sweet-alert .sa-button-container button.btn{border-radius: 0;padding: 0.7em 1em;font-size: 1em;min-width: 150px;margin: 0.5em;}
.sweet-alert .sa-icon {width: 50px !important;height: 50px !important;border-width: 2px !important;margin: 15px auto !important;}
.sweet-alert .sa-icon.sa-info::before {width: 3px !important;height: 17px !important;bottom: 10px !important;}
.sweet-alert .sa-icon.sa-info::after {width: 5px !important;height: 5px !important;top: 14px !important;}
.sweet-alert .sa-icon.sa-error .sa-line {height: 2px !important;width: 25px !important;top: 25px !important;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {left: 12px !important;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {right: 13px !important;}




/* SEARCH PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.search-page{}
.search-page h3.title-blue{padding-bottom: 20px;margin: 0 10px;}
.search-page .book-dvd-left-wapper {padding-right: 15px;padding-top: 20px;}
.search-page .book-dvd-left-wapper h6 {padding: 10px 0 10px 0;}
.search-page-item{border: 1px solid #ccc;background: #ffffff;padding: 1em;margin-bottom: 3em;}
.search-page-item .wapper {padding: 20px 10px;margin-bottom: 1em;position: relative;}
.search-page-item .wapper:before {position: absolute;content: '';height: 1px;background: #ccc;left: 10px;right: 10px;margin: 0 auto;bottom: 0;}
.search-page-item .wapper:last-child{margin-bottom: 0;}
.search-page-item .wapper:last-child:before{display: none;}
.search-page-item .wapper h6 {margin-top: 0;}
.cart-count {position: relative;background: #5da7e5;border-radius: 50%;color: #ffffff;font-size: 11px;font-weight: 700;height: 17px;line-height: 16px;left: 0;text-align: center;top: -7px;width: 17px;display: inline-block;padding: 1px;}




/* MY ORDER & MY DONATION PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.my-order-table{}
.my-order-table .panel .panel-heading{padding: 0;border-bottom: none;margin-bottom: 1em;background: #5da7e5;}
.my-order-table .panel .nav-tabs{border: none;}
.my-order-table .panel .nav-tabs li{margin: 0;}
.my-order-table .panel .nav-tabs li a {color: #ffffff;margin: 0;border: none;text-transform: uppercase;font-weight: 600;padding: 0.7em 2em;}
.my-order-table .panel .nav-tabs li + li a{border-left: 1px solid #ffffff;}
.my-order-table .panel .nav-tabs li.active a,
.my-order-table .panel .nav-tabs li a:hover{background: #074b82;}


.table-striped th, .table-striped th:focus{background-color: #074b82;color: #ffffff;border-bottom-color: #dddddd;}
.table-striped th, .table-striped th:focus, .table-striped td, .table-striped td:focus{outline: none;outline-offset: 0;vertical-align: middle !important;}
.table-striped th{border-bottom-width: 0px !important;}
.table-striped thead>tr>th:first-child,
.table-striped tbody>tr>td:first-child{white-space: normal;}
.dataTables_filter input[type='search']{outline: none;outline-offset: 0;border: 1px solid #074b82;padding: 6px 12px;font-weight: normal;}
.dataTables_length select {padding: 8px;margin: 0 5px;outline-offset: 0;outline: none;height: auto;line-height: 1.2;width: auto !important;}
.table-striped .dtr-details{display: block !important;}




/* THANK YOU PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.thank-you .fa-check {border: 4px solid #5da7e5;color: #5da7e5;padding: 20px;font-size: 3em;display: inline-block;border-radius: 100%;margin-bottom: 0em;}
.thank-you h2 {color: #074b82;margin: 0.4em 0;text-transform: uppercase;font-weight: 800;font-size: 4em;line-height: 1;}



/* MY ORDER DETAIL & MY DONATION DETAIL PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/
.bg-light-gray.transaction-details{padding: 1em;}
.transaction-details{margin: 2em 0;}
.transaction-details h3{padding: 0 0 1em;font-size: 1.750em;}
.transaction-details h5{margin: 1em 0 0;padding: 0;font-size: 1.250em;}
.transaction-details ul.tworow li{margin: 5px 0;}
.transaction-details ul.tworow li span{display: inline-block;}
.transaction-details ul.tworow li span:first-child {width: 250px;font-weight: 600;}
.donation-details ul.tworow li{display: table;margin: 10px 0 !important;}
.donation-details ul.tworow li span{display: table-cell !important;}



.webcasts_grid_box h5 {margin-top: 20px;padding: 25px 25px 40px;border: 1px solid #dddddd;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.26);position: relative;background-color: #ffffff;}
ul.attendee-list li .attendee-num-list p{overflow-wrap: break-word;word-wrap: break-word;-ms-word-break: break-all;word-break: break-all;word-break: break-word;-ms-hyphens: auto;-moz-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;}
.blog-page .blog-item .blog-wapper img{width: 100%;}
.mktoForm button.mktoButton,
.mktoForm button.mktoButton:hover{font-family: 'Montserrat', sans-serif !important;font-size: 0.875em !important;}
.header-top-part .error_information {top: auto;bottom: -22px;left: 0;font-size: 0.8em;color: #cc203f;background: transparent;}

/* forgot password link */
.forgot_password_link{margin-left: 10px !important; font-weight: 600;}

/* podcast page css */
.nt-lst-sub {position: absolute; top: 600px; z-index: 9; left: 0; right: 0; text-align: right; padding-top: 20px; padding-bottom: 20px;}
.nt-lst-sub .nt-lst-sub-title {color: #59a7e9;display: block;font-weight: bold;margin-bottom: 5px;}
.nt-lst-btm a img {
    width: auto;
    height: 43px;
    margin-bottom: 20px;
}



@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1199px) {
    #cssmenu > ul > li > a {padding: 18px 12px;}
    #cssmenu > ul > li.has-sub > a::after {top: 22px;right: 12px;}
    #cssmenu > ul > li:hover > ul {top: 45px;}
    .home-slider .item {min-height: 600px;}
    #cssmenu ul ul ul.three-column {min-width: 480px;}
    #cssmenu ul ul ul.three-column li{width: 49%;}
    .innerpage-top-title h2 {font-size: 3em;}
    .innerpage-slider .item, .foundationslide{min-height: 400px;}
    .innerpage-slider h2 {font-size: 2.5em;}
    .calendar-tab ul.nav li a {padding: 7px 9px;font-size: 0.9em;}
    ul.social-nav li + li{margin: 0;}
    .calendar-tab .nav.nav-tabs .owl-item a {padding: 8px 10px;font-size: 0.8em;}
    .book-dvd-left-wapper {padding-right: 30px;}
    .book-dvd-right-wapper {padding-left: 15px;}
    .blog-page .left-sidebar {padding-right: 0px;}
    .blog-page .left-sidebar .subscribe-email .btn{white-space: normal;}
    .parallax-content{width: auto;}
    .btn-long{min-width: auto;}
    .panel-group-com .btn {min-width: auto;padding: 10px;}
    .panel-group-com .btn.login-btn,
    .panel-group-com .btn.reg-btn{min-width: 150px;padding: 12px 15px;}
    ul.attendee-list li .attendee-num-list a {float: none;display: inline-block;margin-bottom: 10px;width: auto;min-width: 100%;text-align: center;}
    .mktoForm,
    .mktoForm .mktoFieldWrap{width: 100% !important;}
    .mktoForm .mktoFormCol{width: 50% !important;}
    .selected_attendee_box .remove_attendee{width: 100%;min-width: auto;}
    .video_banner_container {height: 64vh !important;}
}

@media only screen and (max-width: 1000px) {
    .course-cancellation-policy .modal-dialog.modal-lg{min-width: 95%;}
}

@media only screen and (max-width: 991px) {
    .header-top-part p{display: none;}
    .header-menu-part {padding: 15px 0 10px;}
    #cssmenu > ul > li > a {padding: 7px 5px;font-size: 12px;}
    #cssmenu > ul > li.has-sub > a::after {top: 10px;right: 14px;}
    #cssmenu {margin-top: 0;}
    #cssmenu ul ul ul.three-column {min-width: 390px;}
    #cssmenu .dots-notes{padding-left: 0;}
    #cssmenu .dots-notes span {font-size: 0.65em;padding-left: 0px;padding-right: 4px;}
    #cssmenu > ul > li:hover > ul {top: 25px;}
    .img-mask {background-position: center;}
    .container{width: 100%;}
    .home-slider .item {min-height: 500px;}
    .home-slider .item h2 {font-size: 3em;}
    .programs-different img {width: 46px;}
    .programs-different h4 {padding-left: 4px;font-size: 0.9em;}
    .featured-publications .pl0 {text-align: center;padding-left: 15px;margin-bottom: 1em;}
    .foundation-item{margin: 20px 0 40px;}
    footer .footer p, footer .footer a {font-size: 0.85em;}
    footer .footer p a{font-size: 1em;}
    .innerpage-top-title h2 {font-size: 2.5em;}
    .panel-group-com .right-btn{text-align: left;margin-top: 10px;}
    .panel-group-com .left-icon, .panel-group-com .center-content, .panel-group-com .right-btn{padding: 0 15px !important;}
    ul.course-location-wapper li {width: 33%;}
    .innerpage-slider h2{width: 100%;}
    .calendar-btn .btn{margin-top: 1.2em;margin-bottom: 1em;font-size: 0.7em;padding: 10px;}
    .calendar-tab ul.nav li a {padding: 9px 12px;font-size: 1em;}
    .calendar-tab .right-btn h6{text-align: center;}
    .parallax-window {min-height: 500px;}
    ul.social-nav li + li{margin: 0;}
    ul.social-nav li a {width: 29px;height: 29px;font-size: 14px;line-height: 29px;}
    .available-product-list a.btn{letter-spacing: 0;padding: 10px 0;}
    .innerpage-top-title em{width: auto;}
    .donations-go-to .donations-box{margin: 30px 0 0;}
    .innerpage-slider .content {padding: 0px;left: 20%;transform: translate(-10%,-50%);}
    .calendar-btn ul{padding: 0;}
    .calendar-btn ul li {display: inline;margin: 1em 0;width: 33.33%;float: left;padding: 0 15px;}
    .calendar-btn ul li a {font-size: 0.7em;padding: 10px;}
    ul.attendee-list li .attendee-num-list p{font-size: 1em;}
    .search-author .title-blue {font-size: 30px;}
    .header-top-part ul li input[type="search"],
    .header-top-part ul li input[type="search"]:focus{width: 180px;max-width: 180px;}
    .available-product-list .product-qty .btn {min-width: auto;letter-spacing: 0;padding: 8px;}
    .related-product-slider .item .product-title {font-size: 0.875em;font-weight: normal;line-height: 1.2;}
    .header-top-part .dropdown .dropdown-menu{left: -25px;}
    .programs-img-mask {width: 350px;height: 290px;}
    #headquarters-accordion{padding-left: 0;padding-top: 15px;}
    .video_banner_container {height: 50vh !important;}
    .nt-lst-sub {top: 500px;}
}

@media only screen and (max-width: 767px) {
    header{position: absolute !important;}
    #cssmenu > ul > li:hover > ul,
    #cssmenu > ul ul > li:hover > ul {top: 0px;}
    #cssmenu #menu-button {display: inline-block !important;}
    .header-menu-part {padding: 10px 0;}
    .mobile-logo{position: absolute;right: 15px;top: 3px;}
    #cssmenu {width: 100%;}
    #cssmenu ul {width: 100%;display: none;}
    #cssmenu.align-center > ul, #cssmenu.align-right ul ul {text-align: left;}
    #cssmenu > ul > li > a {padding: 10px;font-size: 13px;}
    #cssmenu ul li>ul>li{width: 100%;}
    #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {height: auto;border-top: 1px solid rgba(120, 120, 120, 0.15);}
    #cssmenu ul li a, #cssmenu ul ul li a {width: 100%;}
    #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {float: none;display: block;}
    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {color: #333333;}
    #cssmenu ul ul ul li a {padding-left: 30px;}
    #cssmenu ul ul, #cssmenu ul ul ul {position: relative;left: 0;right: auto;width: 100%;margin: 0;min-width: 100%;top: 0 !important;opacity: 1 !important;}
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {display: none;}
    #menu-line {display: none;}
    #cssmenu #menu-button {display: block;padding: 10px 10px 10px 40px;color: #4679a2;cursor: pointer;font-size: 1em;text-transform: uppercase;font-weight: 600;}
    #cssmenu #menu-button::after {content: '';position: absolute;top: 14px;left: 12px;display: block;width: 15px;height: 2px;background: #4679a2;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
    #cssmenu #menu-button::before {content: '';position: absolute;top: 19px;left: 12px;display: block;width: 15px;height: 2px;background: #4679a2;-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
    #cssmenu .submenu-button {position: absolute;z-index: 10;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.15);height: 33px;width: 33px;cursor: pointer;}
    #cssmenu .submenu-button::after {content: '';position: absolute;top: 10px;left: 16px;display: block;width: 1px;height: 11px;background: #000000;z-index: 99;}
    #cssmenu .submenu-button::before {content: '';position: absolute;left: 11px;top: 15px;display: block;width: 11px;height: 1px;background: #000000;z-index: 99;}
    #cssmenu #menu-button.menu-opened::before {top: 17px;transform: rotate(45deg);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
    #cssmenu #menu-button.menu-opened::after {top: 17px;transform: rotate(-45deg);-webkit-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out; -o-transition:  0.4s ease-in-out;transition: 0.4s ease-in-out;}
    .has-sub.open-li > .submenu-button:after {display: none !important;}
    #cssmenu .submenu-button.submenu-opened:after {display: none;}
    #cssmenu ul ul {border: none;box-shadow: none;padding: 0;}
    #cssmenu ul ul ul {top: 0px;padding: 0;}
    #cssmenu ul ul li a {padding: 10px 15px;}
    #cssmenu ul ul ul.three-column {margin-left: auto;top: 0;min-width: 100%;padding: 0;}
    #cssmenu ul ul ul.three-column li {width: 100%;display: inline-block;}
    #cssmenu ul ul ul{background: rgba(212, 234, 252, 0.5) !important;}
    ul.attendee-list li .attendee-num-list a {min-width: auto;}
    .signup-form .btn-white:hover{background: #5da7e5 !important;color: #ffffff !important;}
    .btn-white-small, .btn-white-long, .btn-white, .btn-blue, .btn-transparent, .btn-blue-long{width: 100%;padding: 7px 20px;min-width: auto !important;}
    .section {padding: 40px 0;}
    .title-blue{padding-bottom: 20px;}
    .pub-content, .featured-publications h3, .next-webcast label{padding: 0;}
    .home-slider .item {min-height: 350px;}
    .home-slider .item .content {padding: 25px;}
    .home-slider .item h2 {font-size: 2em;}
    .home-slider .item h2 span {font-size: 0.8em;}
    .deposition h5 {font-size: 1.2em;margin: 0 1.5em 10px 0.5em;vertical-align: top;}
    .why-nita p{font-size: 1.2em;}
    .programs-different img {width: auto;}
    .programs-different h4 {padding-left: 15px;font-size: 1.125em;}
    .programs-img-mask{width: 400px;height: 300px;}
    .programs-different .different-item{margin-top: 1.5em;}
    .featured-publications .pl0 {text-align: center;padding-left: 15px;margin: 2em 0 1em;}
    .next-webcast .no-padding{padding: 0 15px !important;}
    .next-webcast img{margin-bottom: 1em;}
    .next-webcast .form-group input[type="email"],
    .next-webcast .form-group input[type="text"],
    .join-mailing input[type="email"]{padding: 7px 10px;}
    .foundation h6 {min-height: auto;}
    .foundation-item{margin: 20px 0 40px;}
    .join-mailing {padding: 30px 0;}
    .join-mailing button{margin-top: 15px;}
    .learning-item{width: 75%;}
    .foor-warp{margin-top: 1.5em;}
    .foor-warp h6{padding-bottom: 10px;}
    .title1-content i {font-size: 3em;}
    ul.course-location-wapper li {width: 49%;}
    .video-sec iframe{height: 300px;}
    .video-sec .video-content {padding: 30px;}
    .advocate-designation .btn{margin-bottom: 1em;}
    .parallax-window {min-height: 400px;}
    ul.social-nav li + li{margin-left: 5px;}
    ul.social-nav li a {width: 40px;height: 40px;font-size: 20px;line-height: 40px;}
    .header-top-part ul li div i {line-height: 1.5;font-size: 1em;}
    .detail-left-wapper img{margin: 0 auto;}
    .book-dvd-right-wapper h3 {font-size: 1.5em;}
    .webcasts-product.webcasts-height {min-height: 395px;}
    .book-dvd-left-wapper {padding-right: 15px;}
    .book-dvd-right-wapper,
    .blog-page .blog-right-side {padding-left: 0px;}
    .innerpage-top-title h3 {font-size: 2em;}
    .innerpage-top-title em {font-size: 1em;line-height: 1.2em;margin: 0.2em 0;width: 70%;}
    .innerpage-top-title h6 {font-size: 0.8em;}
    .about-nita-right.bg-light-gray{background: transparent;}
    .about-nita{margin-top: 10px;}
    .about-nita .btn-darkblue{padding: 7px 20px;}
    .cart .btns .btn-white{margin: 0 0 15px 0;}
    .cart .shipping-info .form .promo-code .btn{padding: 12px 25px;}
    .programs .cart .attendee .btn{margin-top: 15px;}
    .donate-page ul.individual-organization-name li .form-control{width: 100%;}
    .donate-page .form ul li{margin-right: 10px;}
    .calendar-btn ul{padding: 0 15px;}
    .calendar-btn ul li {margin-bottom: 0;width: 100%;float: left;padding: 0;}
    .add-existing-attendee .tab-content .form .btn-attendee {text-align: left;}
    .add-existing-attendee .tab-content .form .form-group{display: inline-block;width: 100%;}
    .add-existing-attendee ul li {display: block;margin-right: 0;margin-top: 10px;}
    ul.attendee-list li .attendee-num-list p{margin-bottom: 10px;}
    ul.attendee-list li .attendee-num-list .btn{width: auto;min-width: auto;}
    ul.attendee-list li .attendee-num-list a {float: none;margin-right: 10px;margin-top: 10px;display: inline-block;}
    .login-page .border-left{border-left: none;}
    .my-order-table .panel .nav-tabs li a {padding: 0.5em 1em;font-size: 0.9em;}
    .thank-you h2 {font-size: 3em;}
    .thank-you .btn {width: auto;}
    .transaction-details ul.tworow li{margin: 10px 0;}
    .transaction-details ul.tworow li span{display: block !important;}
    .search-author .title-blue {padding: 0;position: relative;top: 0;left: 10px;right: 0px;margin-bottom: 30px;}
    .header-top-part ul li input[type="search"],
    .header-top-part ul li input[type="search"]:focus{width: 150px;max-width: 150px;}
    .donations-go-to .donations-box{background-position: left top;}
    .dataTables_length{margin-bottom: 10px;}
    div.dataTables_wrapper div.dataTables_info{white-space: normal !important;margin-bottom: 10px;}
    .header-top-part .dropdown .dropdown-menu{left: -125px;}
    .programs-img-mask{width: 100%;margin-bottom: 15px;}

    /* hide banner titles on mobile devices */
    .innerpage-top-title.parallax-section h2{display: none;} /* program details page*/
    .homebanner h2,.parallax-content h2{display: none;} /* dynamic pages*/
    /*.innerpage-slider .content h2{display: none;}*/
    .foundationslide #testimonials{display: none}
    .innerpage-slider .item {min-height: auto;}
    .innerpage-slider .item.img-mask {min-height: 300px;}
    .innerpage-slider .content h2 {display: block;font-size: 1.6em;}
    .video_banner_container{height: auto !important;min-height: auto !important;}
    .video_banner_container .container,
    .video_banner_container video{display: none;}
    .nt-lst-sub {top: 400px;}
    .m-mt4 {margin-top: 4em !important;}
}

@media only screen and (max-width: 728px) {
    .table-bordered{border-right: none;}
}

@media only screen and (max-width: 650px) {
    .publi-item{width: 100%;}
    .panel-group-com .center-content{width: 83.33333333%;}
    .panel-group-com .right-btn{width: 83.33333333%;margin-top: 10px;margin-left: 16.66666667%;}
    .panel-group-com .right-btn .btn{width: auto;}
    #nearby-locations .center-content{width: 100%;}
    #nearby-locations .right-btn{width: 100%;margin-left: 0;}
    .calendar-tab .right-btn h6{text-align: left;}
    .learning-item{width: 90%;margin: 0 auto;}
    .related-product-slider .item .product-title {font-size: 1em;}
    .related-product-slider .item .btn {padding: 7px 0;letter-spacing: 0;}
    .blog-page .blog-item .content {padding: 1em 0 0;}
    .webcasts-product.webcasts-height {min-height: 395px;width: 50%;text-align: center;}
    .webcasts-product .webcasts-pro-img img{margin: 0 auto;}
    .faculty-wapper h3{font-size: 1em;}
    .featured-publications .pl0 img{display: inline;}
    .featured-publications .pub-content{text-align: center;}
}

@media only screen and (max-width: 480px) {
    .btn-long {min-width: 100%;}
    .home-slider .item {min-height: 250px;}
    .home-slider .item h2 {font-size: 1.5em;}
    .why-nita p{font-size: 1em;}
    .deposition {padding: 10px 0;}
    .deposition h5 {font-size: 1.2em;margin: 0 1.5em 10px 0.5em;vertical-align: top;width: 63%;}
    .next-webcast img{margin-bottom: 1em;}
    .next-webcast .form-group input[type="email"],
    .next-webcast .form-group input[type="text"]{padding: 5px 10px;}
    .learning-item{width: 90%;}
    .learning-experience p {font-size: 1.2em;font-weight: 400;}
    .footer-logo img{width: 180px;}
    .footer-contact{margin-top: 1.5em;}
    footer .footer h6{padding-bottom: 10px;}
    .scroll-top{display: none;}
    .innerpage-top-title h2 {font-size: 2.5em;}
    .title1-content i {font-size: 2em;}
    .innerpage-slider  h2 {font-size: 2em;}
    ul.course-location-wapper li {width: 100%;}
    .video-sec iframe{height: 200px;}
    .video-sec .video-content {padding: 20px;}
    .full-bio-popup .user-img, .full-bio-popup .user-bio{width: 100%;text-align: center;}
    .full-bio-popup .user-img img{display: inline;}
    .full-bio-popup .user-bio .title-blue{margin-top: 0.5em;}
    .executive-team-box,
    #faculty .panel-body > div,
    #robert .panel-body > div{width: 100%;}
    .course-cancellation-policy .modal-content {padding: 50px 15px 15px;}
    .course-cancellation-policy .modal-body .title-blue {font-size: 1.3em;}
    .book-dvd-product .pro-img img{margin: 0 auto 2em;}
    .book-dvd-product .pro-img,
    .book-dvd-product .pro-desc{width: 100%;text-align: center;}
    .book-dvd-left-wapper{width: 100%;}
    .short-by {padding: 15px;}
    .short-by h6{font-size: 1em;}
    .available-product-list .product-qty{width: 100%;margin-bottom: 15px;}
    .author-wapper{width: 100%;}
    .book-dvd-product a.btn{min-width: 100%;}
    .blog-page .blog-item .blog-wapper .city-date {padding: 7px;}
    .blog-page .blog-item .blog-wapper .city-date strong {font-size: 0.75em;}
    .blog-detail-page .content .author-detail{text-align: center;}
    .blog-detail-page .content .author-detail .col-xs-4,
    .blog-detail-page .content .author-detail .col-xs-8{width: 100%;}
    .blog-detail-page .content .author-detail h6{margin-top: 1.5em;}
    .webcasts-product.webcasts-height {min-height: auto;width: 100%;text-align: center;}
    .webcasts-product .webcasts-pro-img img {width: 100%;}
    .short-by .book-dvd-result{display: none;}
    .innerpage-top-title em {width: 100%;font-size: 0.875em;}
    .faculty-wapper h3{font-size: 1.2em;}
    .innerpage-slider .content {padding: 0px;left: 10%;transform: translate(-5%,-50%);}
    .innerpage-slider h3{font-size: 2.2em;}
    .donate-page .form ul li{display: block;}
    #cssmenu .dots-notes div{display: block;margin: 7px 0;}
    #cssmenu .dots-notes {padding: 10px 0 10px 0;text-align: center;}
    .sweet-alert{padding: 2em 2em 3em !important;}
    .my-order-table .panel .nav-tabs li{float: none;}
    .my-order-table .panel .nav-tabs li a {padding: 0.7em 2em;font-size: 1em;}
    .my-order-table .panel .nav-tabs li + li a {border-left: none;border-top: 1px solid #ffffff;}
    .thank-you h2 {font-size: 2.5em;}
    .header-top-part ul li div{padding: 7px;}
    .full-bio-popup .modal-body .title-blue {display: inline-block;width: 100%;padding-top: 10px;}
    .header-top-part .pull-right{float: none !important;}
    .header-top-part.userlogin ul li:nth-child(1){display: block;width: 100%;}
    .header-top-part.userlogin ul li:nth-child(2){border-left: none !important;}
    .header-top-part.userlogin ul li form {margin: 5px 0;}
    .header-top-part ul li input[type="search"],
    .header-top-part ul li input[type="search"]:focus{width: 100%;max-width: 100%;}
    .parallax-content{top: 65%;}
    .about-our-facility .question-box{padding: 20px;}
    .about-our-facility .question-box h6{display: block;}
    .about-our-facility .question-box a {float: none;margin: 10px 0 0;width: 100%;}
    .course-detail.panel-group .panel-heading .panel-title{font-size: 1em;}
    .foundation .item{width: 100%;}
    .foundation .item img {max-width: 220px !important;margin: 0 auto 1em;}
}

@media only screen and (max-width: 320px) {
    .deposition h5 {width: 75%;}
}
p.location_event_full_msg {
    margin: 10px 20px 10px 45px;
    width: 80%;
    font-size: 13px;
    color: #cf2c2c;
}