body{margin:0px;padding:0px;font-family: 'Lato', sans-serif;font-size:15px; line-height:25px;-webkit-text-size-adjust:100%; height:100%; color:#444444; text-align:justify; }
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; -webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}

:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
 
h1, h2, h3, h4, h5, h6{ font-family: 'Lato', sans-serif;}

div,p,ul,ol,li,a,input,select,img,p,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;list-style:none;font-size:100%;border:none;outline:none;text-decoration:none;}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
p{ font-family: 'Lato', sans-serif;}

a{ color:#007eff; -webkit-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
a:hover{ text-decoration:underline;}
img { vertical-align: middle;}



.left{float:left;}
.right{float:right;}
.clr{clear:both;}

.clearfix{*zoom:1}
.clearfix:after{clear: both;content:"."; display:block; height:0; line-height:0; overflow:hidden; font-size:0; visibility:hidden;}

.maindiv{ max-width:1600px; margin:0 auto; overflow:hidden; position:relative;}

.container{ max-width:1220px; margin:0 auto; width:100%;}

.header-wraper { background: #0020c2; position: fixed;  z-index: 100; width: 100%;}

.top-wraper{ padding:12px 0;}
.logo{ float:left;font-size: 26px; font-weight: 700; letter-spacing: 0.1px; line-height: 37px; margin: 0 0;  text-align: center; text-transform: uppercase;}
.logo a{  color: #fff; }
.logo a:hover{ text-decoration:none;}

.top-social{ text-align:right;}
.top-social ul{}
.top-social ul li{ display:inline-block;}
.top-social ul li a{ color:#fff; width:30px; height:30px; line-height:30px; text-align:center; display:inline-block; font-size:14px; }
.top-social ul li a:hover{}
.top-social ul li a i{}

.middle-wraper { border-top: 1px solid rgba(255, 255, 255, .2);}

.nav-wraper{ text-align:center;}

.sf-menu { margin:0 auto; text-align:center;}
.sf-menu > li > span { display: block; position: relative;}
.sf-menu ul { position:absolute; top:-999px; display:none; }/*offset of submenus need to match (see below)*/
.sf-menu li { position:relative; background: none;}
.sf-menu a { display: block; text-decoration: none;}
.sf-menu a:hover {text-decoration: none;}
.sf-menu li ul.servItem{ }
.sf-menu li ul.servItem li{ float:left; width:50%;}
/*================================>> 1 Level <<========================================*/
li.sfHover {position: relative;}
.sf-menu > li > a {vertical-align: middle; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease; z-index: 100; 	}
.sf-menu > li > a { color: #fff; display:inline-block; font-size: 12px; font-weight:400; line-height: 15px; padding:16px 12px; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); text-transform:uppercase;}	
.sf-menu > li > a i{ margin:0 0 0 5px;}
.sf-menu > li > a.current{ background:rgba(0, 0, 0, .5);}

.sf-menu > li > a:focus{ color:#d30975;}	
.sf-menu > li { display:inline-block; position: relative;}
.sf-menu > li + li {}
.sf-menu > li:hover > a, .sf-menu > li.current > a, .sf-menu > li.sfHover > a, .sf-menu > li:hover > span, .sf-menu > li.current > span, .sf-menu > li.sfHover > span { color: #ffff00;	}
.sf-menu > li.current > a{ color:#ffff00; }	
/*================================>> 2 Level <<========================================*/
.sf-menu > li > ul, .sf-menu > li.sfHover > ul { top: 47px; left: 0; margin-left: 0; width: 220px; z-index:99; background: #0020c2; text-align:left;}

.sf-menu > li > ul{ }
.sf-menu > li > ul.serv{}
.sf-menu > li > ul.serv li{ width:47%; float:left; padding:0 6px;}
.sf-menu > li > ul.serv li.last{ float:right;}
.sf-menu > li > ul > li {padding: 0 0;}
.sf-menu > li > ul > li + li > a { border-top: 1px solid rgba(255, 255, 255, .2);}
.sf-menu > li > ul > li > a { display: block; padding: 8px 15px; color: #fff; font-weight:400; line-height: 24px; font-size:13px; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;}
.sf-menu li li a:hover, .sf-menu li.sfHover li.sfHover > a, .sf-menu li.sfHover li.sfHover span {  color: #fff; background:#0020c2;}
.sf-menu > li > ul > li > a.sf-with-ul:after  { position: absolute; display: block; content:"\f107"; right: -3px; text-align: center; margin-left: -10px;	top: 13px;-moz-transition: top 0.3s ease-out; -o-transition: top 0.3s ease-out; -webkit-transition: top 0.3s ease-out;
	overflow: hidden; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; color: #939393;}
.sf-menu > li > ul > li > a.sf-with-ul:hover:after  { color: #b8baaa;}
/*================================>> 3 Level <<========================================*/
.sf-menu li li ul { top: -7px; left: 160px; z-index:99; position: absolute;	text-align: left; padding-top: 9px;	padding-bottom: 6px; padding-left:10px;background: #50dbde; width: 120px;	-webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px;	-o-border-radius: 10px;
	border-radius: 10px;}
.sf-menu li li ul:before { position: absolute; left: -8px; top: 8px; content: ""; border: 4px solid; border-color: transparent #50dbde transparent transparent;}
.sf-menu li li li {padding: 0 0;}
.sf-menu li li li a { display: block; color: #aefdff; line-height: 28px; line-height: 39px;}
.sf-menu li li li + li a { border-top: 1px solid #67e0e2;}
.sf-menu li li li a:hover {	color: #fff;}

.sticky { border-top: 0 none; left: 0; position: fixed; top: 0; width: 100%; z-index: 99;  -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.2); -ms-box-shadow:0 0 20px rgba(0, 0, 0, 0.2); box-shadow:0 0 20px rgba(0, 0, 0, 0.2); transition:all 0.5s ease 0s; }

.banner-wraper{ background:#010005; padding-top:109px;}
.banner-block{}
.banner-image{ text-align:center;}
.banner-image img{ max-width:100%;}

.btn-wraper{}
.btn-block{}
.tagline-box{ background:#0020c2; color:#fff; text-align:center; padding:52px 0; margin-top:12px; position:relative;}
.tagline-box p{ font-style: italic;font-weight: normal;}
.btn-box{ text-align:center; margin:12px 0;}
.btn-box ul{ line-height:18px;}
.btn-box ul li{ display:inline-block; text-align:center; line-height:18px;}
.btn-box a.homebox{ background: #0a2b4d; border-radius: 5px; color: #fff; display: inline-block; font-size: 10px; font-weight: 600;  padding: 2px 3px; text-transform: uppercase; line-height:18px;}
.btn-box a.homebox:hover{ text-decoration:none;}

.gtview-wraper{ }
.gt-viewsite-wrap{ transition:all 0.5s ease 0s;}
.gt-viewsite { margin-top: 0; position:absolute; right: -68px; text-align:center; width: auto; z-index: 1; top:63px; transition:all 0.5s ease 0s;}
.gt-viewsite a{ border: 1px solid #6e6d6c; border-radius: 4px; color: #fff; font-size: 11px; font-weight: 400; padding: 0px 2px 0px; display:block; margin:3px 0; background:#0020c2; transition:all 0.5s ease 0s; -webkit-transform: rotate(90deg); transform: rotate(90deg); line-height:1.75}
.gt-viewsite a:nth-child(1){ background:#ff0000;}
.gt-viewsite a:nth-child(2){ margin-top: 179px;}
.gt-viewsite a:nth-child(3){ background:#ff0000; }
.gt-viewsite a:hover{ text-decoration:none; background:#0a2b4d; border:1px solid #0a2b4d;}
.sticky1 { border-top: 0 none; right:-68px; position: fixed; top:300px; z-index: 99; transition:all 0.5s ease 0s; }

.box-wraper{}
.box-block{}
.box-1{ float:left; width:25%;}
.box-1-inner{ padding:0 15px;}
.box-1-img{}
.box-1-img img{ max-width:100%;}

.feedback-wraper{ padding:70px 0 50px; background:#fbf9f9;}
.section-title{ text-align:center; margin-bottom:30px;}
.section-title h2{ color: #0020C2;; font-size: 24px; font-weight: 700; line-height: 30px; position: relative; text-transform: uppercase; margin-bottom:5px;}
.section-title p { color: #000; font-size: 16px; font-weight: 300; line-height: 25px; text-transform: uppercase;}
.featured-quote{}
.featured-quote p{ color: #fff; font-size: 18px; font-weight: 400; left: 0; line-height: 30px; margin: 0; padding: 20px 19px 0 30px; position: relative; text-align:center;}
.featured-img{}
.featured-img img{ max-width:100%;}
.feedback-block{ max-width:1000px; margin:0 auto;}
.feedback-slider{}
.feedback-1{}
.feedback-1-inner{}
.feedback-1-img { float: left; margin: 0 15px 0 0; max-width: 250px;}
.feedback-1-img img{ width:100%; max-width:100%;}
.feedback-1-info { float: right; text-align:left; width:70%;}
.feedback-1-info img.feedinfoimg{ max-width:300px;}
.feedback-1-name { color: red; font-size: 16px;  font-weight: 700; line-height: 25px; margin: 10px 0 5px; text-transform: uppercase;}
.feedback-2-name{ color: #fff; font-size: 25px; font-weight: 700; margin: 0; -webkit-text-shadow: 0 1px 1px #222; text-shadow: 0 1px 1px #222; line-height:45px; margin-bottom:5px;}
.feedback-1-log { color: #000; font-size: 18px; font-weight: 300;  line-height: 27px; margin: 0; padding: 0;}
.feedback-1-log a{ font-size:14px; text-transform:capitalize; margin:0 0 0 0; display:inline-block; color:#0077bb;}
.feedback-1-info p { color: #000; font-size: 18px; font-weight: 300; left: 0; line-height: 25px; margin: 10px 0 0 0; padding: 0; position: relative; text-align:left;}
img.abquote{ max-width:200px;}

.feedback-1 a{ color:#0077bb;}

.feedback-wraper-1{ padding:70px 0 50px;}


#feedback-slider{}
#feedback-slider.owl-theme .owl-controls { position: absolute; top: 100px; width: 100%; z-index:100;}
#feedback-slider.owl-theme .owl-controls .owl-nav{}
#feedback-slider.owl-theme .owl-controls .owl-nav .owl-prev{ float:left; margin:0 0 0; background:#0020c2; }
#feedback-slider.owl-theme .owl-controls .owl-nav .owl-prev:hover{ background:#0a2b4d;  opacity:.8;}
#feedback-slider.owl-theme .owl-controls .owl-nav .owl-next{ float:right; margin:0 0 0; background:#ff0000;}
#feedback-slider.owl-theme .owl-controls .owl-nav .owl-next:hover{  opacity:.8;}
#feedback-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]{ width:40px; height:40px; line-height:30px; text-align:center; border-radius:100%; font-size:20px; transition:all 0.5s ease 0s;}

#feedback-slider.owl-theme .owl-controls .owl-dots{ margin-top:135px;}
#feedback-slider.owl-theme .owl-dots .owl-dot span{ background:none; border:1px solid #e4e4e4; height:15px; width:8px;}
#feedback-slider.owl-theme .owl-dots .owl-dot.active span{ background:#fff;}


#media-slider{}
#media-slider.owl-theme .owl-controls { position: absolute; top: 100px; width: 100%;}
#media-slider.owl-theme .owl-controls .owl-nav{}
#media-slider.owl-theme .owl-controls .owl-nav .owl-prev{ float:left; margin:0 0 0; background:#0020c2;}
#media-slider.owl-theme .owl-controls .owl-nav .owl-prev:hover{ opacity:.8;}
#media-slider.owl-theme .owl-controls .owl-nav .owl-next{ float:right; margin:0 0 0; background:#ff0000;}
#media-slider.owl-theme .owl-controls .owl-nav .owl-next:hover{  opacity:.8;}
#media-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]{ width:40px; height:40px; line-height:30px; text-align:center; border-radius:100%; font-size:20px; transition:all 0.5s ease 0s;}

#media-slider.owl-theme .owl-controls .owl-dots{ margin-top:165px;}
#media-slider.owl-theme .owl-dots .owl-dot span{ background:none; border:1px solid #e4e4e4; height:15px; width:8px;}
#media-slider.owl-theme .owl-dots .owl-dot.active span{ background:#fff;}
.section-mbtn { line-height: 32px; margin: 12px 0 0; width: 100%;}
.section-mbtn a { background: #144c89; border-radius: 7px; color: #ffffff; display: inline-block; font-size: 14px; font-weight: 600; margin: 0 0 0 10px; padding: 0; text-align: center; text-transform: uppercase; transition: all 0.6s ease-in 0s; width: 94%;}
.section-mbtn a:hover{ text-decoration:none; background:#333;}


.show-wraper{ padding:70px 0; background:#0020c2;}
.show-block{}
.show-1{ float:left; width:50%;}
.show-1-inner{ margin:0 15px; -webkit-box-shadow:0 0 2px 0 #a0a0a0; box-shadow:0 0 2px 0 #a0a0a0; padding:30px; background:#fff;}
.show-1-title{ margin-bottom:25px;}
.show-1-title h3{ color: #0020c2; font-size: 20px; letter-spacing: 3px; text-align: center;}
.show-1-img{ text-align:center; margin-bottom:25px;}
.show-1-img img{ max-width:100%;}
.show-1-img img.shoimg1{ max-width:16%;}
.show-1-img img.shoimg2{}
.show-1-img a{ color:#0077bb; font-weight:bold; font-size:13px; text-transform:uppercase; display:inline-block;}
.show-1-img a:hover{ text-decoration:none;}
.show-2-img{ text-align:left; margin-bottom:0;}
.show-2-img img{ max-width:100%;}
.show-2-img img.shoimg1{ max-width:16%;}
.show-2-img img.shoimg2{}
.show-2-img a.imgbtn{ color:#0077bb; font-weight:bold; font-size:13px; text-transform:uppercase; display:inline-block; text-align:left; margin-top:7px;}
.show-2-img a.imgbtn:hover{ text-decoration:none;}
.show-1-video{ margin-bottom:25px;}
.show-1-video iframe{ width:100%;}
.show-1-video a{ color:#0077bb; font-weight:bold; font-size:13px; text-transform:uppercase; display:inline-block;}
.show-1-video a:hover{ text-decoration:none;}

.show-1-list{}
.show-1-list ul{}
.show-1-list ul li{ display:inline-block; text-align:center; width:100%; padding:7px 0;}
.show-1-list ul li a{ color: #0a2b4d; font-size: 19px; font-weight: 300; line-height: 32px;  transition: all 0.8s ease 0s; display:inline-block;}
.show-1-list ul li a:hover{ text-decoration:none; color:#1589ff; }

.show-1-text { font-size: 17px; margin-top: -10px; padding: 0 10px;}

.video-wraper{ padding:70px 0; background:#fbf9f9;}
.video-block{}
.video-1{ float:left; width:33.33%;}
.video-1-inner{ margin:0 15px; -webkit-box-shadow:0 0 2px 0 #a0a0a0; box-shadow:0 0 2px 0 #a0a0a0; background:#fff;}
.video-1-title{}
.video-1-title iframe{ width:100%; height:190px;}
.video-1-info{ color: #000000; display: block; font-size: 24px; font-weight: 300; line-height: 28px; padding: 2% 5% 4% 4%; text-decoration: none; min-height:135px;}

.facebook-wraper{ padding: 50px 0;}
.facebook-block{}
.facebook-1{}
.facebook-1-inner { max-width: 465px; text-align: center; margin: 0 auto; height:360px;}
.facebook-1-inner iframe{ border: none; overflow: hidden; height: 360px;}

.footer-wraper{ background:#0020c2; padding:50px 0;}
.footer-block{}
.footer-1{ float:left; width:25%;}
.footer-1-inner{ padding:0 15px;}
.footer-1-inner ul{}
.footer-1-inner ul li{}
.footer-1-inner ul li a{ color:#fff; display:inline-table; width:100%; border-bottom:1px solid rgba(255, 255, 255, .5); padding:5px 0; font-size:14px; line-height:24px;}
.footer-1-inner ul li a:hover{ text-decoration:none; background:#2f2f2f;}

.inner-contant{ padding:150px 0 40px;}
.inner-content-block{ margin:0 -15px;}
.sitecontent-1{ float:left; width:67%;}
.sitecontent-1-inner{ padding:0 15px;}
.site-title{}
.site-title h1{ border-bottom: 1px solid #eaeaea; color: #000000; font-weight: bold; line-height: 45px; margin: 0; padding: 0 0 9px; text-transform: uppercase; font-size:35px;}
.sitecontent-info{}
.sitecontent-info p{ margin-bottom:12px; font-size:14px; line-height:23px;}
.sitecontent-info h3 { color: #00aeef; font-size: 23px; font-weight: 600; line-height: 32px; margin: 10px 0;}
.sitecontent-info ul{}
.sitecontent-info ul li { font-size: 14px; line-height: 22px; padding: 4px 0 4px 20px; position: relative;}
.sitecontent-info ul li:before{ position:absolute; left:0; top:5px; color:#00aeef; font-size:12px; font-family:FontAwesome; content:"\f005"; }
.sitecontent-info ul li a{ color:#385898;}
.sitecontent-info ul li a:hover{ text-decoration:none; color:#007eff;}
.sitecontent-img{ margin:20px 0;}
.sitecontent-img img{ max-width:100%;}

.sitecontent-2{ float:left; width:33%;}
.sitecontent-2-inner{ padding:0 15px;}
.sitetitle2{ background:#0a2b4d;}
.sitetitle2 h2 { color: #fff; font-size: 28px; font-weight: 600; line-height: 40px; margin: 0 0 25px; padding: 7px 10px;  text-shadow: 0 1px 0 #7a7575;}
.sitecontent-blockpage{}
.sitebr{ margin-bottom:20px;}
.sitebr-img{}
.sitebr-img img{ max-width:100%;}
.sitebr-title{}
.sitebr-title a{ color: #000000; display:inline-block; font-size: 22px; font-weight: 300; line-height: 28px; padding:10px;}
.sitebr-title a:hover{ text-decoration:none; color:#007eff;}

.inner-content-block.books-block-box{}
.books-box{ margin:25px 0;}
.books-box-inner{ -webkit-box-shadow: 0 0 2px #d0d0d0; box-shadow: 0 0 2px #d0d0d0; padding:25px;}
.books-img{ float:left; width:33.33%;}
.books-img img{ max-width:325px; width:100%;}
.books-info{ float:left; width:65%;}
.books-info h3{ font-size:30px; font-weight:600; text-transform:uppercase; color:#00aeef; border-bottom:1px solid #eeeeee; padding-bottom:10px; margin-bottom:15px; line-height:40px;}
.books-info h3 span{ font-weight:300; display:block; font-size:17px; color:#000; line-height:25px;}
.books-info p{ font-size:14px; line-height:24px; margin-bottom:10px;}
.books-info h4{ margin-bottom:10px;}
.books-info ol{ margin:0 0 0 20px}
.books-info ol li{ list-style:decimal; font-size:14px; color:#666;}
.books-info a.bookbtn{ background:#428bca; font-size:14px; color:#fff; font-weight:400; padding:6px 12px; border-radius:4px;  -webkit-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); display:inline-block; box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); margin-top:10px;}
.books-info a.bookbtn:hover{ text-decoration:none; background:#007eff;}


.inner-content-block.movie-block-box{}
.movie-box{ margin:25px 0;}
.movie-box-inner{ -webkit-box-shadow: 0 0 2px #d0d0d0; box-shadow: 0 0 2px #d0d0d0; padding:25px;}
.movie-img{ float:left; width:33.33%;}
.movie-img img{ max-width:325px; width:100%;}
.movie-info{ float:left; width:65%;}
.movie-info h3{ font-size:28px; font-weight:600; text-transform:uppercase; color:#00aeef; border-bottom:1px solid #eeeeee; padding-bottom:10px; margin-bottom:15px; line-height:40px;}
.movie-info h3 span{ font-weight:300; display:block; font-size:17px; color:#000; line-height:25px;}
.movie-info p{ font-size:14px; line-height:24px; margin-bottom:10px;}
.movie-info h4{ margin-bottom:10px;}
.movie-info ol{ margin:0 0 0 20px}
.movie-info ol li{ list-style:decimal; font-size:14px; color:#666;}
.movie-info a.moviebtn{ background:#428bca; font-size:14px; color:#fff; font-weight:400; padding:6px 12px; border-radius:4px;  -webkit-text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); display:inline-block; box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); margin-top:10px;}
.movie-info a.moviebtn:hover{ text-decoration:none; background:#007eff;}

.movie-tag{ margin-top:12px;}
.movie-tag-inner{}
.movie-tag-inner p{ font-size:14px; line-height:24px;}

.inner-content-block.lectures-block{}

.lectures-title{}
.lectures-row{ margin:0 -15px;}
.lectures-1{ float:left; width:33.33%;}
.lectures-1-inner{ margin:25px 15px; min-height:420px; box-shadow:0 1px 2px 0 #d0d0d0;}
.lectures-1-video{}
.lectures-1-video iframe{ width:100%; height:300px;}
.lectures-1-info{ color: #000000; display:inline-block; font-size: 22px; font-weight: 300; line-height: 28px; padding: 2% 5% 4% 4%; text-decoration: none;}

.follow-row{}
.follow-box{ float:left; width:50%;}
.follow-box-inner{ text-align:left;}
.follow-title { font-weight: 300; margin-bottom: 5px; text-transform: uppercase;  margin-top: 15px; color:#0a2b4d;}
.follow-info{}
.follow-info iframe{ height:30px;}
.follow-info a{}
.follow-info a:hover{}

.contact-1{ float:left; width:100%; margin-top:30px;}
.contact-1-inner{ } 
.form-group:nth-child(1){ float:left; width:50%}
.form-group:nth-child(1) .form-control{ width:90%;}
.form-group:nth-child(2){ float:left; width:50%;}
.form-group:nth-child(2) .form-control{ width:100%;}
.form-group{ margin-bottom:30px;}
.form-control{ border:1px solid #9f9e9e; padding:9px 12px; color:#444444; width:100%; background:none; font-family: 'Roboto', sans-serif;}
.btnsubmit{ background:#000080; width:100%; padding:10px 12px; cursor:pointer; border:none; color:#fff; border:none; font-size:17px; transition:all 0.5s ease 0s;}
.btnsubmit:hover{ background:#027db3;}

.inner-content-block.article1-block{}
.article1-1{ float:left; width:67%;}
.article1-1-inner{ padding:0 15px;}
.article1-1-info{}
.article1-1-info h2{ font-size:35px; line-height:42px; color:#000; font-weight:300; margin:15px 0;}
.article1-1-info h3{ font-size:25px; line-height:30px; color:#000; font-weight:300; margin:15px 0;}
.article1-1-info p{ font-size:14px; margin-bottom:12px; line-height:24px;}
.article1-1-info img{ max-width:100%;}
.article1-2{ float:left; width:33%;}
.article1-2-inner{ padding:0 15px;}
.article1-2-list{}
.article1-2-list ul{ max-height:1500px; overflow:auto;}
.article1-2-list ul li { box-shadow: 0 1px 2px 0 #d0d0d0; float: left; margin: 10px 9px; width: 97%; padding:3px 0;}
.article1-2-list ul li a{}
.article1-2-list ul li a:hover{ text-decoration:none;}
.article1-2-list ul li a p{color: #333; font-size: 14px; padding:0 12px; overflow:hidden; line-height:18px;}
.article1-2-list ul li img{ max-width:100%; float:left; width:100px; height:80px; background:#f1f1f1;}
img.imgalignleft{ float:left; margin:0 15px 0 0; max-width:100%;}
img.imgaligncenter{ float:left; margin:0 15px 15px 0; max-width:100%;}
img.imgalignright{ float:right; margin:0 0 0 15px;}

.article1-1-info.news1-block{}
.news1-1{}
.news1-1-inner{ border-bottom:1px solid #e9e9e9; padding:30px 0;}
.news1-1-img{ float:left; margin:0 15px 0 0;}
.news1-1-img img{ max-width:100%;}
.news1-1-info{ overflow:hidden;}
.news1-1-info h3{ font-size:22px; line-height:30px; color:#0a2b4d; font-weight:600; margin:0 0 15px 0;}
.news1-1-info h3 a{ color:#0a2b4d;}
.news1-1-info h3 a:hover{ text-decoration:none; color:#007eff;}
.news1-1-info p{}
.ExtraFields{ margin-top:10px}
.ExtraFields ul{}
.ExtraFields ul li{ font-size:12px; color:#999999; font-style:italic; display:inline-block; padding:0 12px 0 0;}



.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}
.close:not(:disabled):not(.disabled){cursor:pointer}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}
.modal-open{overflow:hidden}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0; height:450px;}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}
.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}
.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}
.modal-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem; background:#1872c5; position:relative; padding:7px 0;}
.modal-header h2{ color:#fff; font-size:18px; text-align:center; font-weight:bold;}
.modal-header .close { background: none; color: #fff; float: right; font-size: 25px; line-height: 35px;
  position: absolute; right: 10px; top: 0; z-index: 10;}
.modal-title{line-height:1.5; color: #1c1c1c; font-size: 23px; font-weight: 600; margin-top:10px; }
.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:55px 30px 30px; text-align:center;}
.modal-body p span{ margin-bottom:5px; display:inline-block;}
.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}

.modal-footer>:not(:first-child){margin-left:.25rem}
.modal-footer>:not(:last-child){margin-right:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:576px){
	.modal-dialog{max-width:700px;margin:1.75rem auto}
	.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}
	.modal-sm{max-width:300px}
}
@media (min-width:992px){.modal-lg{max-width:800px}}
.modal-body{}
.modal-body iframe{ width:100%; height:350px;}
.modal-body .namecol{ width:100%; margin-bottom:10px;}
.modal-body .namecol input, .modal-body .namecol.textcol textarea{ padding:8px 10px;}

.modal-body.modalpopupForm{ padding:5px;}
.modal-body.modalpopupForm img{ max-width:100%;}
.modal-body.modalpopupForm h3{ text-align:left; font-weight:normal; margin-bottom:20px; font-size:18px;}
.callBtn_us{}
.callBtn_us h2{ font-weight:normal;}
.pop-name{ margin-bottom:20px;}
.pop-name input { border: 1px solid #d4d0ba; border-radius: 5px; padding: 10px; width: 100%;}
.pop-name-sub{ text-align:left;}

/*===================================  End Popup Css  ================================================*/





#menu-icon{ display:none;}




@media screen and (min-width:1281px)
{
	
}
/*##################################    for width 1024px  ########################################*/
@media screen and (max-width:1259px)  
{
	.container, .site-content{ width:98%; margin:0 auto; max-width:1000px;}
	.banner-wraper{ padding:0; margin-top:121px;}
	.box-1{ width:33.33%;}
	.box-1-inner { padding: 0 10px;}
	.feedback-wraper{ padding:0; background:#fff;}
	.feedback-row { -webkit-box-shadow: 0 0 2px #a0a0a0; box-shadow: 0 0 2px #a0a0a0; margin: 0 auto; max-width: 975px; padding: 20px 0;}
	.feedback-wraper-1{ padding:0;}
	.show-wraper{ background:#fff; padding:0;}
	.footer-1-inner ul li { text-align: left;}
	.video-wraper{ padding:0; background:#fff;}
	.facebook-wraper { padding: 0;}
	
	
	
	#lightbox-container-image-box{ width:90%!important; height:auto!important;}
	#lightbox-image{ width:100%!important; height:auto!important;}
	#lightbox-container-image-data-box{ width:88%!important;}
	#lightbox-nav-btnNext{ height:100px!important}
	

}

/*##################################    for width 768px  ########################################*/

@media screen and (max-width:990px)
{
	.container, .site-content{ width:98%; margin:0 auto; max-width:760px}		
	.middle-wraper .logo{ margin:15px 0;}
	#menu-icon { background: #ffff00; border-radius: 4px; color: #000; cursor: pointer; display: block; font-size: 14px; height: 22px; left: 6px; line-height: 22px; padding: 0 0 0 1px; position: absolute; top: 64px; width: 14px;}
	#menu-icon span{ margin:0 0 0 3px;}
	.menu-menu-1-container{ width:100%; position:absolute; left:0; top:130px;}
	.sf-menu{ float:none;}
	.breadcrum .breadCrumTP .menu-menu-1-container{ position:static;}
	
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ box-shadow:none;}
	.nav__primary{ width:100%;}
	.sf-menu > li{ width:100%; margin:0;}
	
	.sf-menu > li > a{ padding:8px 15px; width:96%; text-align:left; color:#2a2a2a;}
	.sf-menu > li > ul > li > a{ width:100%; padding:8px 0;}
	.sf-menu > li > ul > li strong{ display:none;}
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ width:100%;}
	.sf-menu > li > ul{ position:static;}
	.sf-menu > li > ul:before{ display:none;}
	.sf-menu > li:hover > a, .sf-menu > li.current > a, .sf-menu > li.sfHover > a, .sf-menu > li:hover > span, .sf-menu > li.current > span, .sf-menu > li.sfHover > span{ border:none;}
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ border:none;}
	.sf-menu > li.sfHover ul{}
	.sf-menu li ul{ display:none; padding:5px 25px;}
	.sf-menu li strong { background: url(../images/toogle-button2.png) no-repeat right -54px; height: 35px; position: absolute; right: 25px; top: 4px; width: 150px; z-index:200; cursor:pointer;}
	.sf-menu li strong.opened { background-position: right 7px;}
	.sf-menu > li{ background:#0020c2;}	 
	.sf-menu > li a{ color:#fff;}
	.sf-menu li ul { background: #0020c2; padding: 12px 28px; max-width: 100%;}
	.header-wraper{ }	
	.sf-menu { float: none; left: 0;  position: absolute; width: 100%; z-index:500; top:100px; z-index:11; display:none; background:#0020c2; }
	.sf-menu > li + li{ margin-left:0;}
	.sf-menu li li ul{ width:100%; left:0; position:relative;}
	
	.logo{ width:100%; text-align:center;}
	.top-social { float: left; text-align: right; width: 100%; margin: 10px 0 0 0;}
	.banner-wraper{ margin-top:114px;}
	.tagline-box{ padding:39px 0 40px;}
	.box-1 { width: 50%;}
	.feedback-1-info{ width:60%;}
	.show-1-img img.shoimg1 { max-width: 28%;}
	.video-1{ width:100%;}
    .sitecontent-1{ width:100%;}
	.sitecontent-2{ width:100%; margin-top:20px;}
	.inner-content-block { margin: 0 -10px;}
	.books-img, .movie-img{ margin:0 15px 0 0;}
	.books-info, .movie-info{ width:64%;}
	.article1-1{ width:100%;}
	.article1-2{ width:100%; margin-top:20px;}
	.header-block-row { margin: 0 auto; max-width: 345px; position: relative;}
	.top-social ul li a{ font-size:17px; width:22px;}
	
  
  
 
	
	
}

/*##################################    for width 600px  ########################################*/

@media screen and (max-width:767px)
{
	.container, .site-content, .footer-wraper{ width:98%; margin:0 auto; max-width:600px}
	.feedback-1-img img{ display:inline-block!important;}
	.feedback-1-img { float: left; margin: 0 0 0 0; max-width: 100%; text-align: center; width: 100%;}
	.feedback-1-info { width: 100%; text-align: center; padding:0 15px;}
	.feedback-1-info p{ text-align:center;}
	img.abquote { max-width: 100%;}
	#feedback-slider.owl-theme .owl-controls{ top:520px;}
	#media-slider.owl-theme .owl-controls{ top:520px;}
	.show-1{ width:100%;}
	.show-1-inner{ margin:0 3px;}
	.video-1-title iframe { height: 300px; width: 100%;}
	.video-1-info{ min-height:100%;}
	.footer-1{ width:100%;}
	.books-img, .movie-img { float: left;margin: 0; width: 100%;}
	.books-info, .movie-info{ margin-top:20px; width:100%;}
	.books-box, .movie-box { margin: 25px 15px;}
	.site-title{ padding:0 15px;}
	.movie-tag-inner{ padding:0 15px;}
	.news1-1-info { overflow: visible; margin-top:20px; float:left; width:100%;}
	.news1-1-img{ width:100%; margin:0;}
	.news1-1-inner{ float:left; width:100%;}
	.form-group:nth-child(1){ width:100%;}
	.form-group:nth-child(2){ width:100%;}
	.form-group:nth-child(1) .form-control{ width:100%;}
	.lectures-row { margin: 0 0;}
	.lectures-1{ width:100%;}
	.lectures-1-inner{ min-height:100%;}
	.top-social ul li a{ font-size:17px; width:22px;}

	
}

/*##################################    for width 480px  ########################################*/

@media screen and (max-width:580px)
{
	.container, .site-content{ width:98%; margin:0 auto; max-width:450px}
	.tagline-box { padding: 27px 0;}
	.box-1 { width: 100%;}
	.box-1-inner { padding: 0 6px;}
	#media-slider.owl-theme .owl-controls { top: 380px;}
	#feedback-slider.owl-theme .owl-controls{ top:380px;}
	.feedback-row{ max-width:435px;}
	.show-1-inner { margin: 0 8px;}
	.video-1-inner{ margin:0 7px;}
	.footer-wraper{ max-width:438px;}
	
	
}

/*##################################    for width 320px  ########################################*/

@media screen and (max-width:479px)
{
	.container{ width:100%; max-width:330px; margin:0 auto;}
	.footer-wraper{ max-width:330px;}
	.logo{ font-size:25px;}
	.top-social ul li a{ font-size:17px; width:22px;}
	#menu-icon{ left:10px;}
	.tagline-box p{ padding:0 10px; font-size:13px;}
	.tagline-box { padding: 2px 0;}
	#media-slider.owl-theme .owl-controls { top: 260px;}
	#feedback-slider.owl-theme .owl-controls{ top:260px;}
	.show-1-inner{ padding:20px 0;}
	.show-1-video a, .show-2-img a.imgbtn{ padding:0 15px; width:100%;}
	.show-1-img { margin-bottom: 30px;}
	.show-1-title h3{ font-family:sans-serif; font-weight:600; padding:0 15px; line-height:30px;}
	.feedback-row {  max-width: 316px;}
	.section-title{ padding:0 10px;}
	.facebook-1-inner iframe{ max-width:315px;}
	.footer-wraper { max-width: 317px;}
	.show-1:last-child .show-1-img{ margin-bottom:15px;}
	.lectures-1-video iframe{ height:180px;}
	
}

@media screen and (max-width:359px)
{
	.container{ width:100%; max-width:290px; margin:0 auto;}
	.logo { font-size: 22px;}
	.top-social ul li a { font-size: 17px; width: 20px;}
	.tagline-box p { font-size: 12px; padding: 0 10px;}
	.feedback-row { max-width: 275px;}
	#feedback-slider.owl-theme .owl-controls { top: 230px;}
	#media-slider.owl-theme .owl-controls { top: 230px;}
	.video-1-title iframe{ height:180px;}
	.facebook-1-inner iframe { max-width: 275px;}
	.footer-wraper { max-width: 278px;}
	#menu-icon { left: 20px;}
	
	
}


  
  


